Working with Struts
As web-based applications grow in complexity, there is a need for a good application framework. Without such a framework, the maintenance of such applications becomes difficult, time-consuming and error-prone. In the last few years, several frameworks have been created for web-based Java applications. The best known of these frameworks is Struts, an Apache Jakarta open-source project. It has gained tremendous support, not only among proponents of open source, but also among many traditional solution vendors.
This course is available for one-company, on-site presentations.
What you will learn
On successful completion of this course you will be able to:
- develop applications exploiting the benefits of Struts.
Who Should Attend
Internet/intranet/extranet application developers who wish to learn a solid, de-facto standard, web framework.
Prerequisites
A basic knowledge of Servlets and JavaServer Pages is required ). Some familiarity with HTML is an advantage.
Duration
2 days
Fee (per attendee)
P.O.A.
This includes free online 24/7 access to course notes.
Hard copy course notes are available on request from rsmshop@rsm.co.uk
at £50.00 plus carriage per set.
Course Code
WWSA
Contents
Web frameworks and motivation behind Struts
Struts configuration
struts-config.xml
Struts main classes
Action; ActionForm; ActionForward; ValidatorForm; DynaActionForm; DynaValidatorForm.
Struts tag libraries and JSTL
Error handling
Validation of user input
in ActionForms; using Jakarta commons validator.
Internationalisation