Subject: Re: A 1.1 sample CRUD app
From: Vic Cekvenich <[EMAIL PROTECTED]>
 ===
The existing example Struts app is what I learned Struts from.
However... this is not a good way to login (people could use Container
JAAS) and .. people should avoid writing their own tags.

Also, there are no examples of Tiles and Validators working together.
And a DB access example.
etc.

So I will place this app on Sourceforge soon. After  some more clean up
is done, I would like to donate it to Struts/Jakarta one day if there is
interest.

It is available on baseBeans.com/downloads.jsp and it uses late build of
Stuts 1.1 beta.

OK, so lots is wrong with it (use of session bean for example) but it is
the "good enoug" for integrating all modules and CRUD.

This applications demonstrates the following:
* DB CRUD
* How to fork the action so it dispatches to right execute
NOTE: ActionDisptacher was not flexbible enough, I did my own.
* Use of factoring out DAO from FormBean so you can use any data source
(even EJB)
NOTE: My old app did CachedRow in FormBean. No more.
* Validation
* Messages
* Master/Detail
* Drill Down
* Iteration
* Formatting # and date
* Collections options drop downs
* Use of menu navigation using Struts menu to factor out navigation
* Use of Portal Tiles
- Navigation using Struts - menu using services

Vic


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

Reply via email to