-
Patch for debug bug in Facelets
Are you still using JSP as view technology for you JSF pages? You shouldn’t! Although not an official standard (yet), Facelets offers many advantages over JSP. Facelets adds templating and an easy way to create ‘composition components’, just to name two of the most important benefits.
Another very useful feature is the debug option. By just adding something like
<ui:debug hotkey="p" rendered="true"/>
to your page, you can now display a debug window at runtime by just pressing CTRL + SHIFT + P in your browser window. Unfortunately, there’s a little bug in this debug window, preventing one of the expandable sections to expand.
-
Article published in Dutch Java Magazine
The Dutch Java Magazine today published an article (in Dutch) written by me about EclipseLink. I wrote it a couple of months ago after I had some good experiences with EclipseLink at a client.
Unfortunately, some errors were introduced during the layout process of the magazine. In particular, the formatting of the code examples is lost and the references disappeared. Therefore, I decided to publish the original text via this website. The article can be downloaded here. (As mentioned, it’s in Dutch… You can also view the PDF online vai PdfMeNot.com.) For your convenience, the references used in the article can also be found on a special delicious.com page I created for that purpose.