Struts
From Jtkwiki
Jump to navigationJump to searchOfficial Struts Documentation
- http://struts.apache.org/
- CRUD Demo I shows approaches useful for creating, retrieving, updating and deleting persisted stuff.
Miscellaneous Notes
Open Questions
- the CRUD Demo I talks about
doSomething
methods that apparently are invoked by the correspondingsomething
method. It's unclear to me what the possible values forsomething
are. Is there a fixed set of values? Or do they correspond to strings representing status, returned by other methods (such asexecute
)?