On 02-03-2009 at 22:15, Oscar Westra van Holthe - Kind wrote:
> For your basic CRUD, this is indeed not needed: a generic ActionBean can do
> all you need. However, for more advanced stuff like resetting a password to
> a random value, or executing a workflow action, this is not sufficient.
> 
> In that case you either need to put this in your ActionBean, or you need to
> introduce yet another layer (for example a session bean) to handle the logic.

You can also put this in your model itself of course, but then you must
directly interact with your model, and hence your database. Which is
precisely what you wanted to avoid.


Oscar

-- 
   ,-_
  /() ) Oscar Westra van holthe - Kind      http://www.xs4all.nl/~kindop/
 (__ (
=/  ()  DRM "manages access" in the same way that a jail "manages freedom".

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to