This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.

Tim Van Dijck

Greenhorn
+ Follow
since Oct 22, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Tim Van Dijck

Hi

I'm developing a web-application with Spring MVC.

For validation functionality I'm using the Spring Bean Validation Framework (with annotation like explained in this tutorial).
And to make my web-app available in multiple languages I followed this tutorial.

Now I can't seem to find out how I can combine these two concepts so I have my error messages in multiple languages.

Can anyone help me to get started with this?
13 years ago
I'm new in combining java with databases and I'm wondering which type of database I need
the requirements:

- the user doesn't need to install database software, just installing the application is enough
- certain users need to be able to edit the database without the need to recompile the project