CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: bghayadh

Search: Search took 0.03 seconds.

  1. Failed to read XSD schema document in Spring MVC project in root-context.xml

    Hello;

    I am running Spring MVC project and when I reached for deployment (I generated WAR file for deployment team and they use it to do the deployment), I faced an error that we were not see it...
  2. Replies
    3
    Views
    7,610

    Re: Hibernate: set and get and save

    session.saveOrUpdate is custom code? It is not standard in Hibernate?

    And regarding to this part:

    is not hibernate? So all overall, it does not mean to get data from database?

    Regards
    Bilal
  3. Replies
    3
    Views
    7,610

    Hibernate: set and get and save

    Hello;

    Let us take the following code example:


    @Column(name = "SERVICE_TYPES")
    public String getServiceTypes() {
    return serviceTypes;
    }
  4. Replies
    3
    Views
    6,218

    Re: Java Swing and Spring

    Thanks a lot for kindly help.
    And if I need to have modules (account, stock, HR, ... etc) so is it recommended to use maven or no need and JavaFX will be enough?
    Also: there will be any benefit of...
  5. Replies
    3
    Views
    6,218

    Java Swing and Spring

    Hello;

    Is it required to use Spring Framework with Java Swing? Or I can use Java Swing without Spring framework?
    And what is the recommended to be used with Java Swing?

    Regards
    Bilal
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured