[jboss-user] [EJB 3.0] - EJB 3.0 and presentation - design decision
stephan.opitz
do-not-reply at jboss.com
Sun Sep 17 03:37:47 EDT 2006
ejb 3.0 should include the so called "business logic"
if i have jsf which also is built on the model-view-controller pattern, with ejb, 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
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
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972133#3972133
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972133
More information about the jboss-user
mailing list