Difference between revisions of "Struts"

From Jtkwiki
Jump to navigationJump to search
 
Line 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

Miscellaneous Notes

Open Questions

  • the CRUD Demo I talks about doSomething methods that apparently are invoked by the corresponding something method. It's unclear to me what the possible values for something are. Is there a fixed set of values? Or do they correspond to strings representing status, returned by other methods (such as execute)?