Hi Lukas,
Originally posted by Lukas Moser:
E.g. they do not use any EntityBeans at all. Instead, DAOs are used.
Of the well known presentation tier patterns only a controller is used. Intercepting Filter, View Helper etc are not used.
Is it possible to pass the assignment in this way.
I don't know Cade's book, so I can not judge his diagrams.
But remember, that architecturing is not simply combining a bunch of common patterns. The fact, that a pattern exists, does not mean, that is to be used in all cases ;-)
It's all up to the architect to decide, which patterns to use, and to justify that decision. Consider, that it is sometimes better not to use a pattern than to use it, because all patterns - besides their benefits - also introduce drawbacks.
And the same goes for the use of EntityBeans and DAO - it's up to you and the justification of your choice.
Just my 2 cents...
Frank