Monthly Archive: August 2013

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 …

Struts 2 – The Ajax Tags Example

In this tutorial we will discuss about struts 2 Ajax Call tag with using struts dojo plugin in our application. Struts uses the DOJO framework for the AJAX tag implementation. First of all, to proceed …