Please see page oriented way of Struts application sample, OzJpetstore
from http://sourceforge.net/projects/optionzero
This application uses OzStruts + Spring on iBatis' jpetstore.

If you want to write robust and maintainable struts application with simple
code, 
and not want to have complex development, please see its page oriented
implementation. 
I hope you will see that its practice simplify your work. 
With OzStruts 1.8, only path and forward information is required in
action-mapping in struts-config.xml.
Here is what it brings.
-------(OzStruts 1.8)-------------
1. Spring integration for FoemBean (OzPage) creation
2. URL based FormBean (OzPage) Locator
3. Default action assignment
With these, struts-config has no form-bean definition which is defined in
spring XML, 
and only defines action-mapping, which contains "path" attribute and
"<forward>" element only. 
This makes struts-config more simple and readable.
and Spring integration gives us a freedom of configuration of OzPage
reference resolution.
----------------------------------

OzJpetstore 2.0 shows how to apply OzStruts and Spring in real application
with OzStruts' best practice
that makes your code much simpler and maintainable.
This is truly a real web application sample, including:
* OzStruts best practice is applied
* PRG (Post Redirect get) pattern is allpied

Todo list for 2.x
* Tiles
* Replace iBatis PagenatedList with pagenatedQuery
* Eliminate presentation.model package to simplify programming
* retrofit unit test code

I would really appreciate your feedback.
Thanks,
-- 
View this message in context: 
http://www.nabble.com/OzJpetstore%2C-Page-oriented-Struts-sample-with-Spring-integration-tf3968014.html#a11263171
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to