Author Archive

Authenticating users in a JSF2 application with the help of JAAS. Part one of a multiple article series, covering the terminology used by JAAS and how to understand it with simple examples.

If you happen to localize your JSF Web-Application to German, you’ll probably have problems displaying German Umlauts ( äÄ, ö Ö, ü Ü, ß) in your page. How to resolve this? Encode the umlauts with their Unicode code in your message-bundle like this ä = \u00e4 Ä = \u00c4 ö = \u00f6 Ö =\u00d6 ü […]

Recently, I was looking for a way, to validate Email-Addresses with JSF. I came accross this blog post on java.net: Validating an Email Address in JSF It shows, how this would have been done in the old JSF 1.1/1.2 ways… But we’re in 2010 and do it now the following way: 1 2 3 4 […]

Geekscrap posted what one needs to change to feel like home in [X|K|Ed]ubuntu, at least if we’re talking about the beautiful colors, Gentoo users like the most! http://geekscrap.com/2010/01/gentooize-part-1-colorize-console/ or, if the site does not load, try it with the cached version cache:http://geekscrap.com/2010/01/gentooize-part-1-colorize-console/

Use java_bean() of Quercus with Glassfish v3 & JavaEE6

The Spring Security Facelets/JSF 2.0 Taglib got released in version 0.3. CHANGES: Replaced roles.isEmpty() with roles.equals(“”) to allow usage with Java 5 Adopted taglib for usage with Spring 3/Spring Security 3 final removed faces-config.xml in taglibs for jsf 1.2 as it prevented deploying in some scenarios Fetch it from the Project Homepage

Facelets Taglib for JSF2 and Servlet 3.0

Mikael Gueck has posted some tips for Spring to JavaEE6 migration. Quite nice in my opinion, especially the one for JPA N+1 ! Thanks Mikael! And merry xmas everyone!

Andy Gibson has blogged about how to use Context & Dependency Injection ( CDI, the @Inject annotation ) with JSF 2. Also take a look at the comments, there is some useful info there too!

Xovi SEO Tool Contest

18, Dec 2009

The german SEO Marketing Blog has a contest for winning a 2 month license for the new Xovi SEO Tool. Maybe I’m lucky 🙂 http://seo-marketing-blog.de/goatix/xovi-seo-tool-gewinnspiel/


top