Over the course of its life, the J2EE Web Tier has faced many challenges in
easing Web application development. While it's a scalable, enterprise-ready
platform, it isn't exactly developer-friendly. Particular challenges to Web
developers include the need for a standard Web framework, compatible
expression languages, and availability of components. Several Web frameworks
have been developed to resolve these issues, each with its own strengths and
weaknesses. This article discusses the unique challenges of the J2EE Web Tier
and how various technologies have attempted resolve them. By learning from
and competing with each other, these Web technologies play an important role
in pushing the limits of excellence to produce ever-higher standards of Web
application development.
Problem: Too Many Frameworks for J2EE
A plethora of frameworks is available for building Java-bas... (more)