- Wednesday, July 14, 2010, 18:20
- Spring, Tutorial
- 3,892 views
Welcome to Part 5 for Spring 3.0 MVC Series. In
previous article we saw how to configure Tiles framework with Spring 3 MVC application. We used org.springframework.web.servlet.view.tiles2.TilesConfigurer class in bean definition to define the tiles configuration file. This divided our HelloWorld Spring MVC application in sections such as header, footer etc.
In this part we will discuss about Internationalization (I18N) and Localization (L10N) in Spring ...
Full story
- Thursday, July 8, 2010, 17:50
- Spring, Tutorial
- 3,986 views
Welcome to Part 4 for Spring 3.0 MVC Series. In
previous article we saw how to create a form using Spring 3 MVC and display it in JSP. Also we learn about annotation @ModelAttribute.
In this part we will discuss about Tiles Framework and its Integration with Spring 3.0 MVC. We will add Tiles support to our HelloWorld Spring application that we created in ...
Full story
- Monday, July 5, 2010, 19:14
- Spring, Tutorial
- 4,048 views
Welcome to the Part 3 of Spring 3.0 MVC Series. In
previous article we created a Hello World application in Spring MVC. We leaned how to configure Spring MVC in web.xml and how to use different annotations like @Controller, @RequestMapping etc. In this article let us see how to handle forms in Spring 3.0 MVC.
We will use the framework that we created ...
Full story
- Tuesday, June 22, 2010, 12:46
- Spring, Tutorial
- 6,550 views
Welcome to the Part 2 of Spring 3.0 MVC Series. In
previous article we went through the Introduction of Spring MVC 3.0 framework, its request processing lifecycle and architecture diagram. In this article, let us create a simple Hello World application in Spring MVC 3.0.
For creating the hello world demo application, we will use Eclipse IDE.
Things We Need
Before we starts with our first ...
Full story
- Monday, June 21, 2010, 13:33
- Spring, Tutorial
- 6,631 views
Introduction to Spring 3 MVC Framework
Spring MVC is the web component of Spring's framework. It provides a rich functionality for building robust Web Applications. The Spring MVC Framework is architected and designed in such a way that every piece of logic and functionality is highly configurable. Also Spring can integrate effortlessly with other popular Web Frameworks like Struts, WebWork, Java Server Faces and Tapestry. It ...
Full story
- Wednesday, February 17, 2010, 14:16
- Struts 2, Tutorial
- 3,395 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
- Tuesday, January 26, 2010, 14:24
- JQuery, Tutorial, Web 2.0
- 2,028 views
Most of the internet users spend their online time in creating and sharing content on internet. Sharing has became one of the most popular activity of internet users. This is attributed to formats like RSS and services like Twitter, Facebook etc. that allows user to share content with each other.
oEmbed addresses the important task of ...
Full story
- Friday, January 15, 2010, 20:08
- Featured, Struts 2, Tutorial
- 19,943 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
- Featured, Struts 2, Tutorial
- 12,623 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
- Tuesday, December 29, 2009, 20:45
- Struts 2, Tutorial
- 6,343 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