ok... one more :) JSF is THE j2ee (or java ee) standard for web apps. Every Java EE 5 (or later) container has support for JSF :-)
On 10/23/06, Craig McClanahan <[EMAIL PROTECTED]> wrote:
On 10/23/06, Matthias Wessendorf <[EMAIL PROTECTED]> wrote: > > Struts2 == WebWork++ > Shale == JSF++ That's a reasonably accurate short response :-). To expand upon it a little: * Struts2 is the evolution of the merger between Struts 1.x and WebWork 2.x, combining the best features of both and also applying some lessons learned. If you like action-oriented MVC frameworks, you will like this. * Shale is explicitly a set of extensions to the front controller that is already built in to JSF, adding value and improving ease of use in a number of areas. If you like the JSF component model, and/or you like the View Helper design pattern for your application architecture, you will like this. Initially, Shale was hatched inside the Struts community, but it has since become its own top level Apache project. There are overlaps in the set of committers to the two projects (i.e. many of us contribute to both), but the technologies are quite distinct. Craig On 10/22/06, ying lcs <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Can you please tell me what is the relationship between shale > > framework and struts2? > > Is Struts2 rename to Shale framework? Or they are totally different. > > > > > -- > Matthias Wessendorf > http://tinyurl.com/fmywh > > further stuff: > blog: http://jroller.com/page/mwessendorf > mail: mwessendorf-at-gmail-dot-com >
-- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
