Lots.

- No java code in JSP pages is achievable if you're willing to write tags
- Look for reuse between forms beans and between actions.
- Call the same field the same name on all forms
- Keep all data necessary to process the request either in the request or 
in an easily accessible bean. 
- Don't create transient beans to process requests - make them part of the 
form bean
- Layer your application: Separate form beans from value objects - use 
factories.

I could go on and on....but the good news was Struts was an immense help.
--
dIon Gillard, Multitask Consulting
Work:      http://www.multitask.com.au
NetRexx: http://www.multitask.com.au/NetRexx.nsf
----- Forwarded by dIon Gillard/Multitask Consulting/AU on 11/07/2001 
02:07 AM -----
SV: Struts, EJBs and Pizza

nice!!!

how was the development??? any lessons learned???

Mikkel


Reply via email to