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
