- Wednesday, February 17, 2010, 14:16
- Struts 2, Tutorial
- 505 views
This is an attempt to create a simple URL shortner service in pure JEE with Struts2 and Hibernate.
Creating Base Framework
I always have Basic framework ready which gives a kick start to the web app development. You don't have to hassle about different configuration issues/jar file issues etc. Let us start with creating sample base framework ...
Full story
- Friday, January 15, 2010, 20:08
- Struts 2, Tutorial
- 3,360 views
This is a demo Contact Manager application that we will create using Struts2 and Hibernate framework. In this article we will see how we can use Hibernate to perform Insert / Delete operations in Struts2 framework.
Our Goal
Our goal will be to demonstrate the use of Struts2 with Hibernate framework and to create a demo application "Contact Manager". The basic requirement of the Contact Manager app ...
Full story
- Wednesday, January 13, 2010, 14:46
- Struts 2, Tutorial
- 2,403 views
Welcome to the last part of 7 article series of Struts 2 Framework tutorials. In
previous article we saw how to implement File Upload functionality in Struts 2. In this article we will see how we can implement Ajax support in a webapplication using Struts2 framework.
AJAX support in Struts 2
Struts 2 provides built-in support to AJAX using Dojo Toolkit library. If you are new ...
Full story
- Wednesday, December 30, 2009, 21:11
- How-To, Struts 2
- 2,457 views
Welcome to Part-6 of 7-part series of Struts2 Framework. In
previous part we went through basics of Struts2 Interceptors. Also we created a custom interceptor and integrated it through Struts2 application.
It is strongly recommended to go through previous articles in case you new to Struts2 Framework.
Today we will see how to do File Upload in Struts2. We will use Struts2 built-in FileUploadInterceptor in our ...
Full story
- Tuesday, December 29, 2009, 20:45
- Struts 2, Tutorial
- 1,833 views
Welcome to Part-5 of 7-Part series where we are discussing different aspects of Struts2 Framework. In the
previous article we saw how to integrate Tiles framework with Struts2.
Today we will explorer the world of Interceptors in Struts2. We will see what Interceptors are and how to configure them in a Struts2 based web application.
Struts 2 Interceptors: Basics
Struts2 provides very powerful mechanism of controlling ...
Full story
- Monday, December 28, 2009, 18:58
- Struts 2, Tutorial
- 2,499 views
Welcome to Part-4 of the 7-part series where we will go through different aspects for Struts2 Framework with some useful examples. In previous part we went through
Struts2 Validation Framework. We saw how easy it is to integrate validation in your struts2 application.
In this part we will discuss about Tiles Framework and its Integration with Struts2. We will add Tiles support to our ...
Full story
- Thursday, December 24, 2009, 16:05
- How-To, Struts 2
- 3,490 views
Welcome to Part-3 of 7-part series of tutorials where we will go through different practical aspects of Struts2 Framework. In the last part we Created a
Basic Struts2 Application from Scratch. I strongly recommend you to go through the previous articles in case you are new to Struts2.
In this article we will learn how to ...
Full story
- Wednesday, December 23, 2009, 13:00
- Struts 2, Tutorial
- 5,602 views
Welcome to the Part 2 of 7-part series where we will explore the world of Struts 2 Framework. In
previous article we went through the basics of Struts2, its Architecture diagram, the request processing lifecycle and a brief comparison of Struts1 and Struts2. If you have not gone through the previous article, I ...
Full story