The good ol' Struts vs. WebWork Debate
Jason Carreira has been nice enough to post a technical comparison of Struts vs. WebWork. Don Brown (creator of many Struts add-on packages) and Jason have been going at it ever since. It's funny, there's a small part of me that doesn't believe there's a future for Struts (because of JSF). I believe that JSF and WebWork are quite similar, and if I'm going to take the time to learn a new framework, I should learn JSF. Why? Because, I'm willing to bet the literature for Struts -> JSF is out there, and there's probably no literature for Struts -> WebWork. Also, I believe there will be JSF jobs in the near future, but not many opportunities for WebWork. In a perfect world, I'd do something like Kris is doing and learn them all - extend AppFuse to support my favorite framework (if I find one better than Struts) after the learning process, and use that for new projects.
Where does Kris find the time to learn all these frameworks? I barely have enough time to workout and complete my 8-hours-per-day of productivity-for-pay. Then again, I've been getting up around 7:30-8:00 a lot lately vs. the usual 4 a.m.
In my current gig, I'm teaching a fellow programmer how to write webapps in Java. He's never written Java, HTML, CSS or JavaScript. He wants a tool to do it all - so he can drag-n-drop, point-n-click and voila - he's created a webapp. This is a fundamental problem with J2EE - it's not possible? Or maybe it's the beauty - you have to get down and dirty with the code to create a webapp. Another issue is that we're using Struts Resume as our baseline and architecture - and there's really nothing in this app that's drag-n-drop or tools-friendly. Everything is Ant, JUnit, Struts and Hibernate. You have to be somewhat familiar with all of these to build/deploy this app. Personally, I like getting down-n-dirty with the code, but that's because I'm familiar with it and have been working with it for years. Teaching someone else how to get down-n-dirty (and to like it) is proving to be a whole other battle.
Posted by Kris Thompson on November 12, 2003 at 02:27 PM MST #
Posted by michel on November 12, 2003 at 04:22 PM MST #
Posted by Kurt on November 12, 2003 at 04:22 PM MST #
Posted by Carlos E. Perez on November 12, 2003 at 04:32 PM MST #
Carlos - I don't really want to introduce any new tools that I'm not familiar with. He wants to use Eclipse, which is good, but it requires down and dirty. If we were to use a drag-n-drop tool, we'd probably have to conform to the tools directory structure and build-system (which usually sucks IMO), which would (most likely) conflict with how Struts Resume is laid out.
Posted by Matt Raible on November 12, 2003 at 04:36 PM MST #
Posted by Jason Carreira on November 12, 2003 at 04:57 PM MST #
Posted by Kris Thompson on November 12, 2003 at 05:15 PM MST #
Posted by Will Gayther on November 12, 2003 at 05:23 PM MST #
Posted by Erik Hatcher on November 12, 2003 at 05:49 PM MST #
Posted by Patrick Lightbody on November 12, 2003 at 06:38 PM MST #
Posted by Lon Baker on November 13, 2003 at 07:50 AM MST #
Posted by Damien on November 18, 2003 at 11:47 PM MST #