- Thursday, January 22, 2009, 12:00
- Featured, Struts, Tutorial
- 23,930 views
Apache Struts has changed the way we develop a Web application. Since its inception as an MVC architecture, Struts has been extensively used in J2EE world to develop robust, extendable and effective web applications.
Introduction to Struts Validation Framework
One of the important features of Struts framework is Struts Validation framework that performs validation on incoming ...
Full story
- Monday, December 8, 2008, 12:38
- Featured, How-To, Struts, Tutorial
- 6,614 views
In the previous tutorials about
Creating Struts application in Eclipse, we saw step by step how we can create a Struts project. In this tutorial we will explore Tiles plugin in struts.
Introduction of Tiles Plugin
Nowadays, website are generally divided into pieces of reusable template that are being rendered among different web pages. For example a site containing header, footer, menu etc. This items remains ...
Full story