J2EE Java

/*
First edition copyright 2004 ObjectSource LLC. All rights reserved.
This training material and the accompanying lab exercises were prepared 
by Srikanth Shenoy for ObjectSource LLC.
GRANT OF LICENSE: ObjecSource LLC grants you a non-exclusive license to 
use the material. No part of this publication may be reproduced, stored 
in a retrieval system or transmitted in any form or by any means 
electronic, mechanical, photocopying, recording or otherwise, without 
the prior written permission of ObjectSource LLC. At its discretion, 
ObjectSource LLC may provide limited support through email or discussion 
forums at ObjectSource web site. ObjectSource incurs no obligation 
to provide any support under this Agreement.
*/
/*
Technical Objectives for this exercise: 
The technical objectives of this exercise is to learn ?how to?: 
1) Use Struts and Tiles 
a) Add TilesRequestProcessor to struts-config.xml 
 
b) Define the Tiles Plugin 
 
 
 
 
c) Create an empty Tiles definition file tiles-defs.xml under /WEB-INF directory 
 
"-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN" 
"http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd"> 
 
 
d) Add the base definition to the tile definition xml 
 
 
 
 
 
 
e) Create the definition for each of the three pages by extending the above definition and overriding 
the empty values 
f) Change the references to physical jsps in struts-config.xml and replace them with one of the above 
names. For instance, change all references to 
NOTE: There is no replacement for index.jsp. Let us keep it as is. Hence don?t change references to 
index.jsp 
....
*/
           
       
struts-training.zip( 26,264 k)