XmlField : new validation API
XmlField 0.7 which was just released provides a new validation API, based on JSR 303, with some additions borrowed from Hibernate validation. Read more →
XmlField 0.7 which was just released provides a new validation API, based on JSR 303, with some additions borrowed from Hibernate validation. Read more →
We have recently released XmlField, a new Java, document-oriented xml/object mapping framework. Read more →
When developping Java web apps, you may sometime see random startup errors. Most of the time your application works, but sometimes it just does not start. Read more →
Working with Spring, Log4j and Tomcat, you may have faced the following error, which prevents your web application to start Read more →
Working with large cookies and jetty, you may have faced this error : 2010-03-11 18:18:31.275:WARN::HttpException(413,FULL head,null) Read more →
I just finished publishing on sourceforge a simple filter named Java Stateless Session Filter which let you change the way your application use HTTP session without refactoring the code, or share user session between webapps while using the standard session API. Read more →
There are several ways to code accented characters in Unicode. At first, it seems to be only technical details. Most Java developers use Strings without taking much care of how it is stored internaly. Convertion problems happen sometimes but can be easily fixed in most cases. But things are more complicated here. Java Strings can use the two forms and both are valid : Eclipse debugger displays the same value for each one. Read more →