- Friday, January 15, 2010, 20:08
- Struts 2, Tutorial
- 1,590 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
- 1,050 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
- Friday, January 8, 2010, 1:05
- J2EE
- 114 views
This note demonstrates how to create and deploy an MDP, and how to control it, using both Spring’s inbuilt component management mechanisms, and JMX.
Scenario
We have a number of JMS listeners in our application. Having ported our hardware to a grid of virtual machines, we want the feature to switch-on and switch-off the listeners on the VMs, and re-allocate the listeners to VMs across the grid ...
Full story
- Wednesday, December 30, 2009, 21:11
- How-To, Struts 2
- 1,346 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,126 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
- 1,473 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
- 2,096 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
- 3,309 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
- Tuesday, December 22, 2009, 13:00
- Struts 2, Tutorial
- 1,983 views
Lot of times I have been asked by users on this site to write tutorial about Struts 2 Framework. My previous tutorial on
Creating Struts Application in Eclipse is one of the most viewed article on this site.
So lets begin Part 1 of 7-parts series tutorials on Struts 2 Framework. In these tutorials we will discuss ...
Full story
- Tuesday, October 20, 2009, 20:20
- J2EE
- 992 views
Lot of time when I am working in Eclipse, it get crashed due to some or the other reasons. Most of the time this is because I have opened a lot of applications that I am working on and this takes a bit of memory. So finally everything just get hanged and does not have enough RAM to work on. Thus, Eclipse just get hanged ...
Full story