Link to home
Start Free TrialLog in
Avatar of jtjli
jtjli

asked on

Java EE-Core J2EE Patterns

     
I used to find the "core J2ee patterns" useful because it covers the whole picture of a web application. (see here: http://java.sun.com/blueprints/corej2eepatterns/Patterns/index.html )

However, these patterns were designed in 2002 (or earlier). So I am a bit reluctant to read them now as I do not want to get stuck in old technologies. (I want to move on to JSF and AJAX)

Out of the 15 patterns described there, which ones do you think are still useful? which ones are outdated or not useful for JSF/AJAX?

Intercepting Filters
Front Controller
Composite View
View Helper
Dispatcher View
Service To worker
Business Delegate
Session Facade
Service Locator
Transfer object assembler
Value list handler
Composite entity
Transfer object
Service activator
DAO
ASKER CERTIFIED SOLUTION
Avatar of Mayank S
Mayank S
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jtjli
jtjli

ASKER

Thanks for the comment but you did not answer my question >_<

In a short answer - none of them are outdated so you can read them all :)
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Also understand the MVC architecture