I am achitecting a mutitiered aplication with a ejb-layer, web app. layer with 2 controllers: one for browser clients and one for rich web clients.
I am wondering about the benefits/minuses of the following designs:
- having 3-4 SLSB as session facades/bus. delegates (like Cade book) - this is my current design
- having SFSB instead (like Petstore)- blueprint best practice recomandation (stated at least 10 times on some pages ;-)
- how each of these would integrate with the "proxy controller (web-app) -
ejb controller (ejb)" strategy (like Petstore). Do I use one for each facade???
:roll:
Please comment
Rudi