You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@shale.apache.org by numpsy beelzebub <nu...@gmail.com> on 2006/09/17 09:47:49 UTC

application design decision with shale and ejb 3.0

if i have shale which is built on the model-view-controller pattern, with
ejb 3.0, where i have to put the business logic

example...
i have a cart
carts will saved through requests by stateful ejb
to add or remove items in cart - this can happens in ejb

another example:
i have a list to show
should i prepare all complete data from ejb an give back a list to the
modell fkt of jsf or should i do it all in modell object

where can one decide

whats your opinion