Difference between revisions of "Struts"
From Jtkwiki
Jump to navigationJump to searchLine 2: | Line 2: | ||
* http://struts.apache.org/ | * http://struts.apache.org/ | ||
− | * [http://struts.apache.org/2.1.6/docs/crud-demo-i.html CRUD Demo I] shows approaches useful for creating, updating and deleting persisted stuff. | + | * [http://struts.apache.org/2.1.6/docs/crud-demo-i.html CRUD Demo I] shows approaches useful for creating, retrieving, updating and deleting persisted stuff. |
== Miscellaneous Notes == | == Miscellaneous Notes == |
Latest revision as of 17:31, 9 June 2009
Official 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
)?