Life Cycle of a JSP Page

JSP stands for JAVA Server Pages. It is JAVA Code inside HTML. It is useful technology for presentation layer or View in Model-View-Controller architecture. Using JSP, developer can generate dynamic content on web pages. Major …

JSP Tutorial a Baby Step to Server Pages

In this JSP tutorial we will teach you how to use Java Server Pages to develop your web applications in simple and easy steps. Java Server Pages (JSP) JavaServer Pages (JSP) is a server-side programming …

Struts 2 And JSON Example

In this tutorial we will see that how to display result as JSON format instead of HTML view, JSON(Java Script Object Notation) is light weighted object very use full in mobile technology. It took a …

Struts2 Integration with Tiles & Spring

In this tutorial we will discuss about Tiles Framework and its Integration with Struts2. We will add Tiles support to our previous Struts application with Spring 3 that we created in previous parts. I strongly …

Struts2 Spring Integration Example

In this tutorial, it shows the integration between Struts 2 and Spring3. Why you want to integrate spring with struts 2? Spring provides some features which are not available in struts 2.Most powerful among them …