Hi everyone
I'm working on Learning management system, we have about 15 CMPs and a proxy session as a session facade , i want to know what is the logic behind selecting number of struts actions in this situation ? we sould have one action for each entity or we shoud have one action for each of our roles [ we have 4 security roles ], please help me , how can i find out which actions i should have ?
Thanks a lot
--Amir Hossein
-
How Many Actions and How ? (2 messages)
- Posted by: Amir Hossein Hormati
- Posted on: September 24 2003 15:05 EDT
Threaded Messages (2)
- How Many Actions and How ? by Ian Mitchell on September 24 2003 15:33 EDT
- Re: How Many Actions and How ? by Nalla Senthilnathan on September 25 2003 11:53 EDT
-
How Many Actions and How ?[ Go to top ]
- Posted by: Ian Mitchell
- Posted on: September 24 2003 15:33 EDT
- in response to Amir Hossein Hormati
Actions can be derived from use cases. As a very general rule, you can initially baseline a design with a 1:1:1 correspondance between use case flow, JSP, and action. Then you challenge and refine that model. -
Re: How Many Actions and How ?[ Go to top ]
- Posted by: Nalla Senthilnathan
- Posted on: September 25 2003 11:53 EDT
- in response to Amir Hossein Hormati
See whether the action methods in this note gives any hints:
http://www.mycgiserver.com/~nsenthil/articles/auctiondbdesign.html
Nalla