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...
Type: Posts; User: ivat; Keyword(s):
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...
Solved!
Adding a dependency to junit in my parent pom solved my problem:
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.7</version>...
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...
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,...
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 /...