This week I’ll start with another very interesting look at using the extremely powerful jQuery library within Liferay portlets. Many new users to Liferay are unaware of these core features so I thought I would start out with introducing four of them – Fade Out, Slide up, Hide and Slide Down . The video below [...]
I’ve just completed a sample portlet using the new Struts 2 framework. Struts 2 is a really elegant, comprehensive framework that is much easier to use than Struts 1.x. What’s more is that Struts 2 works hand-in-hand with Spring so there’s a lot support built-in for it. This sample portlet demonstrates using the new Struts [...]
The World Time Clock portlet is now in the downloads sections. It extends javax.portlet.GenericPortlet to display a digital clock using javascript within a Java Server Page. This is a simple portlet that demonstrates that frameworks are not necessarily needed if all you require is a simple View presented in the portlet window.