1. WebWork decouples your controller logic from your view, and Actions can be reused outside a web context. JSF is all about the view, and ties your code in as basically event handlers for your UI. It's kind of like VB in this sense. Yes, you CAN build reusable and decoupled application pieces in VB/JSF, but it's not built that way from the start.
2. WebWork (1.3) is a shipping, production quality framework. JSF is probably 3-4 months from being released. WebWork2 is probably 1-2 months from being generally available. 3. JSF will require a whole new way of building web applications. Your pages won't have any HTML in them, just JSF tags which include other components, which will render themselves (last time I looked, the renderers wrote out HTML via out.println() statements... Yuck). I think JSF has some interesting ideas. I'm worried about performance in JSF (a server roundtrip for every radio-button group selection?) and tieing business logic into your view. I prefer Xwork's completely web-agnostic command pattern, myself. It's still on my Jira issues to build a JSF/Xwork bridge, like Craig has for Struts, but that's probably a ways off. Jason > -----Original Message----- > From: Mathias Berg [mailto:[EMAIL PROTECTED] > Sent: Friday, October 17, 2003 10:08 AM > To: '[EMAIL PROTECTED]' > Subject: [OS-webwork] Webwork vs JSF > > > Hi all! We are at the moment thinking of impl. a framework > model to our web application. As we got the problem that we > spend almost more time on doing the view (JSP) then the > buisness logic. Now I wonder what is the difference between > Webwork and JavaServer Faces? > Is webwork going out with a final release soon? > > I dont know if this is the right channel to ask this, but I > couldn't found anything else. Thanxs for any help. > > Regards, Mathias. > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. See > the people who have HELPED US provide better services: Click > here: http://sourceforge.net/supporters.php > _______________________________________________ > Opensymphony-webwork mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork > ------------------------------------------------------- This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo The Event For Linux Datacenter Solutions & Strategies in The Enterprise Linux in the Boardroom; in the Front Office; & in the Server Room http://www.enterpriselinuxforum.com _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork