Friday 2 October 2009

Struts and EJB application to JSR 168 Portlet

This has been quite a journey for me to convert an existing Struts2 application to a JSR 168 compliant Portlet which now runs using IBM WebSphere Server and Liferay Portal. The application also uses EJB and Hibernate.

Here are the steps that can probably help you in converting a Struts application to a Portlet.

Thursday 1 October 2009

Basics of a struts config file.

Any struts application has a struts config file which defines the mappings for any request that comes to the controller for processing. Understanding the concepts of this file can help you get a clear picture of Struts.
In this tutorial, we will just look at the normal facilities offered by the strutsconfig.xml.