Search:

Type: Posts; User: ivat; Keyword(s):

Search: Search took 0.04 seconds.

  1. Multilanguage support in JSF - Spring applications

    Hello everyone,

    Using the swf-booking-faces example, I try to add Multilanguage support, where the text messages are loaded from a database. After many researches, I have a working solution but...
  2. Solved! Adding a dependency to junit in my...

    Solved!

    Adding a dependency to junit in my parent pom solved my problem:
    <dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>4.7</version>...
  3. mvn test configuration, spring context in subprojects

    Hi,

    I create a simple maven example with two subprojects.
    \moduleA\pom.xml
    \moduleA\src\main\java\ca\spring\test\SomeBean.java
    \moduleA\src\main\java\ca\spring\test\SomeBeanImpl.java...
  4. Hi, Thank you for your answer. My problem is...

    Hi,

    Thank you for your answer.
    My problem is that I must design a bottom-up application (based on an existing relational database). Maybe this entity example is a little bit exaggerated.
    Yes,...
  5. Hi, Interesting thread. I must accept that I...

    Hi,

    Interesting thread. I must accept that I face the same concerns regarding the design of a new spring based application. For the moment, I use a layered architecture (Web / Service / DAO /...
Results 1 to 5 of 5