Monday, May 5, 2008

Nice article about Wicket

I am working on a project, where we are using Light Portal. But, for some of my requirement I need custom UI based on binding methods like in JSF. So I was thinking if Struts or JSF or Spring WebFlow fit into my requirement. Browsing internet I found this nice tutorial about Wicket web framework, and found very interesting. Just want to share the link...
Wicket Impressions, moving from Spring MVC / WebFlow

Saturday, May 3, 2008

Hibernate Caching: Simplest approach to understand

Today, I read this article about Hibernate Caching and found it very simple to understand. This describe everything related to caching in few words, starting from... what is cache, how many type of caching is there in hibernate, how many caching implementation hibernate support, and how to implement them. Meaning everything is just few word. This made this article as a study notes for beginners. Just want to share this link... Introduction to Hibernate Caching.