Wednesday November 12, 2003
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 in Java
at Nov 12 2003, 06:17:46 AM MST
12 Comments
Search This Site
Recent Entries
- Wine Tasting in Napa Valley
- How to build a Shot-Ski
- Bus Project Update
- Farewell to the 2011-2012 Ski Season
- Cruising around the Western Caribbean
- Spring Break!
- A Spectacular Trip to Stockholm and Madrid
- Comparing Web Frameworks and HTML5 with Play Scala at Jfokus 2012
- Play Framework 2.0 with Peter Hilton at Jfokus
- Secure JSON Services with Play Scala and SecureSocial
Posted by Kris Thompson on November 12, 2003 at 08:27 AM MST #
Posted by michel on November 12, 2003 at 10:22 AM MST #
Posted by Kurt on November 12, 2003 at 10:22 AM MST #
Posted by Carlos E. Perez on November 12, 2003 at 10:32 AM 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 10:36 AM MST #
Posted by Jason Carreira on November 12, 2003 at 10:57 AM MST #
Posted by Kris Thompson on November 12, 2003 at 11:15 AM MST #
Posted by Will Gayther on November 12, 2003 at 11:23 AM MST #
Posted by Erik Hatcher on November 12, 2003 at 11:49 AM MST #
Posted by Patrick Lightbody on November 12, 2003 at 12:38 PM MST #
Posted by Lon Baker on November 13, 2003 at 01:50 AM MST #
Posted by Damien on November 18, 2003 at 05:47 PM MST #