Slashdot Mirror


Struts Survival Guide

Wilson Fereira writes "The Jakarta Struts framework is undoubtedly the most popular MVC framework for developing web applications in J2EE. A lot of books have emerged to satisfy the appetite of avid Struts reader including the two famous books from O'Reilly and Manning Publications. Struts Survival Guide: Basics to Best Practices (SSG) is a new addition to the already growing list of Struts books. SSG is from a new comer in the publishing business - ObjectSource Publications." Read on for the rest of Fereira's review. Struts Survival Guide: Basics to Best Practices author Srikanth Shenoy, Nithin Mallya pages 224 publisher ObjectSource Publications rating 8 reviewer Wilson Fereira ISBN 0974848808 summary A short but valuable guide to the Jakarta Struts framework.

Even before I started reading the book, the fact that stood out most was its pricing. The book costs $14.95, and is great buy for everybody and especially students. The book is light -- just 224 pages -- and is an easy read. The authors' style is neither dry nor humorous, but very convincing and developer friendly. Bottom line: It does not put you to sleep.

There are two aspects to any framework: the first aspect is the features of the framework itself; the second aspect is how easy it is to use them effectively. This book does justice to both aspects of Struts. It covers enough framework features to justify its title, starting from bare bones and then slowly guiding you to more advanced topics. In addition, there are chapters dedicated to dealing with variety of scenarios in web applications where Struts can be used to solve the problems effectively. This is the area where the book shines.

Chapter-wise reviews The book starts off with an excellent introduction to MVC and how Struts fits into MVC. It then explains the basics of Struts very well and develops a hands-on application in Struts in the first three chapters.

The fun starts from Chapter 4 onwards. Chapter 4 covers advanced Struts concepts and presents some interesting ideas about Struts Action design. Of particular interest are the coverage of how to protect your JSPs from direct access, using SwitchAction to navigate between multiple Struts modules. The different mechanisms of Action chaining and scenarios where Action chaining is not recommended is also an enlightening read. One of the controversial points in the book is that author discourages you from using XDoclet and explains why XDoclet is not a great idea with Struts.

Chapter 5 covers the validation in Struts. It is the shortest write up on Validation I have ever read and yet it beautifully explains the Commons Validator and its integration with Struts. In the context of validation, the author also explains when to use DynaActionForm and its derivatives and when not to.

Chapter 6 deals with Struts Tags. Reading this chapter was such a refresher. Other books on Struts have bored me with details of each attribute of each tag in Struts. I find this approach non-intuitive since that information is supposed to be a cross-reference and available on Struts web site anyway. Not so with this book. This book takes the approach of explaining the basic tags by example. In chapter 6, the author dives straight into practical aspects of building web applications with Struts. One of the very first illustration is why and how to modify BaseTag (the one that renders ) to suit the real life deployment scenarios. Next the chapter takes up one of the serious issues with check boxes regarding their state and provides a solution. The chapter provides technique for seamlessly integrating JavaScript validations with Struts validation. A lot of Struts web application that we develop do not use plain buttons. Instead image buttons are used. Perhaps the author was very aware of this fact and the lack of support for image based form submissions in Struts. That is why the chapter and the book has frequent references and solutions for dealing with Image buttons. It all starts in this chapter with a great introduction and some classes that make the form submission on the JSP transparent to the Action classes.

The Chapter 6 provides little details on the Struts Bean tag library except for dealing with multiple resource bundles and some design tips. Perhaps the reason is that the bean tags are so straight forward and covered well in the Struts web site. Another highlight of the chapter is a short yet great coverage of JSTL as a background for Struts-EL. The JSTL is introduced in the context of Struts Logic tags as a solution to deal with convoluted and and confusing nested tags. The section on Struts-EL is really short and could have been more.

The creme la creme of Chapter 6 is the section on dealing with List Forms. Sometimes you often have to deal with Forms with collection, edit the collection or delete the collection. Developers are confused on this topic as is evident from the postings in Struts mailing lists. The author does a great job of resolving the mystery surrounding editable collections in Forms. The author also does a great job of integrating the Pager Taglib from JSPTags.com with Struts and how a high performance page traversal mechanism can be set up based on the ValueListIterator pattern (Core J2EE Pattern) and database specific mechanisms.

Chapter 7 is a very decent way to learn Tiles. Tiles can be very confusing due to its capability to achieve the same thing in numerous ways. The author sticks to just one approach of using Tiles with Struts and defends why that is the best approach. The pros of this approach are there are confusions and the learning curve with Tiles is flattened. Coverage of Tiles Controller is missing and is desirable.

Chapter 9 on Exception handling in Struts deserves some mention. It is one of the best exception handling chapters I have ever read. Most other books on Struts limit their exception chapter to explaining differences between Checked v/s Unchecked exceptions and telling how the tags work in the struts-config.xml. The coverage of Exception handling in this book alone is worth the price of the book. It provides a solid framework to handle Exceptions in Struts, log them in a centralized manner and report and alert in a production environment.

Chapter 10 is for folks who want to customize Struts and reap its benefits in design and development of production systems. It presents four examples of how Struts can be effectively customized. The best among them was how to how to handle duplicate form submissions in a generic manner. We all have to deal with duplicate form submissions in daily life and handle them on use case basis by using the Synchronizer tokens. The technique illustrated here no doubt relies on the Sync token but uses it a very ingenious manner, presents a generic Action class. I liked this technique. Other techniques I liked are that the chapter provides a Dispatch Action like functionality for Image based form submission. The DispatchAction in Struts is great, unfortunately I can use it only under certain restrictions. One of them is that the all of the buttons have to have the same name. This technique removes that restriction and opens a world of possibilities for designing cleaner applications while providing enhanced user experience.

If there is a feature in Struts which is not the best way to attack a problem, this book tells you that. The chapters are also interspersed with design tips for designing your Struts application better. In summary, this is a pragmatic Struts book and a highly recommended read for developers and architects already familiar with Struts. You will certainly pick up quite a bit of Struts tricks that will help you design better Struts applications. If you architect, design and develop Struts based applications for your living, do yourself a favor - Go buy this book. Even if you don't know Struts, you can learn it fast with this book. The only requirement is that you should already know the basics of how to develop J2EE web applications.

You can purchase Struts Survival Guide: Basics to Best Practices from bn.com. Slashdot welcomes readers' book reviews -- to see your own review here, read the book review guidelines, then visit the submission page.

63 of 113 comments (clear)

  1. better survival guide by primus_sucks · · Score: 2, Informative

    Here's a better struts survival guide:) (Sorry for the flamebait, I've been having another frustrating day developing a struts application...)

  2. Re:struts is a pig by avandesande · · Score: 1, Interesting

    Flamebait? There is a point where class creation is a form of redundancy (just the file naming creates redundancy). There is a point where you can go overboard with OO and struts is it.

    --
    love is just extroverted narcissism
  3. I have having trouble understanding Struts by Muda69 · · Score: 4, Interesting

    Then I found this book. I devoured this book in its entirety in a week. Now, I not only know the basics of Struts, but also understand best practices and Strategies in Struts. Lucid presentation, Easy read and great stuff. A very practical book. I already find myself using the code from this book in my current project. And my co-workers think I am a smart Struts geek !

  4. Re:struts is a pig by BigGerman · · Score: 1

    I'd say: variable creation is a form of redundancy as well. Numeric value pointing to a memory location should be enough for most of the people.

  5. Does it include a 'Pronunciation' chapter? by webusr2 · · Score: 5, Funny
    Struts vs. Strut

    One thing that I'd be sure to look for in a Struts book is a section on how to correctly use the word Struts in a sentence of English language.

    The issue here is that in some respects, 'Struts' is a singular noun referring to a framework - yet it ends with an 's' tricking many English-As-A-Second-Language-IT-Professionals into thinking that they need to apply rules of plural nouns. In extreme cases, I've heard people take the liberty of removing the 's' completely! as in:

    "We will update the Action class of the Strut."

    1. Re:Does it include a 'Pronunciation' chapter? by dartboard · · Score: 1

      Who cares? Your "extreme" case sounds perfectly reasonable to me, and got the point across, didn't it?

    2. Re:Does it include a 'Pronunciation' chapter? by iabervon · · Score: 1

      Actually, the operation of back-formation, where a singular noun is used as if it were plural and then a final 's' is removed to form an "even more singular" noun is a common part of language change. While you're complaining about "Strut", you should also complain about "cherry" and "asset" (from "cherries"/"cherise" and "assets"/"asetz"). English nouns ending in 's' just don't survive unless there's no way to think of them as a group, especially if there's no good term for what it would mean if resingularized.

    3. Re:Does it include a 'Pronunciation' chapter? by Sqwubbsy · · Score: 2, Funny

      Lighten up, Francis.

  6. See also: "Spring" by persaud · · Score: 3, Interesting
    link

    "... like many developers, we have never been happy with Struts, and feel that there's room for improvement in MVC web frameworks. In some areas, such as its lightweight IoC container and AOP framework, Spring does have direct competition, but these are areas in which no solution has become popular. (Spring was a pioneer in these areas.)

    ... Spring provides a consistent way of managing business objects and encourages good practices such as programming to interfaces, rather than classes. The architectural basis of Spring is an Inversion of Control container based around the use of JavaBean properties. However, this is only part of the overall picture: Spring is unique in that it uses its IoC container as the basic building block in a comprehensive solution that addresses all architectural tiers.

    ... The concept behind Inversion of Control is often expressed in the Hollywood Principle: "Don't call me, I'll call you." IoC moves the responsibility for making things happen into the framework, and away from application code. Where configuration is concerned this means that while in traditional container architectures such as EJB, a component might call the container to say "where's object X, which I need to do my work", with IoC the container figures out that the component needs an X object, and provides it to it at runtime. The container does this figuring out based on method signatures (such as JavaBean properties) and, possibly, configuration data such as XML ..."
  7. Re:struts is a pig by Safety+Cap · · Score: 4, Funny
    ~ come back and post when you're writing real webapps ~.
    Whatchu talking 'bout? PHP and MySQL should be enough for anyone: all the carbs and none of the "buzz" as the regular beer.

    MVC development is convoluted and confusing, therefore it is slow and memory hoggish.

    --
    Yeah, right.
  8. Re:struts is a pig by Brando_Calrisean · · Score: 1, Interesting

    He has a point - this is the number one complaint I hear from developers using Struts where I work. Minor modifications often result in a ridiculous amount of changes in other files.

    How do JavaServer Faces compare? Anyone use them for a web application yet?

    --
    Don't call me a cowboy, and don't tell me to slow down!
  9. Maypole by bnavarro · · Score: 3, Interesting

    Anyone know how Struts compares to Maypole, a Perl-based MVC? I just started reading up on MVCs, and Maypole claims decent functionality can be achieved with as little as 10-20 lines of coding.

    Also, while I'm thinking of it, does anyone know of a decent Python-based MVC?

    1. Re:Maypole by kin_korn_karn · · Score: 3, Insightful

      Struts is fully 100% buzzword-compliant.

      The rule of today's software development industry is that everything but Java sucks unless you're writing device-drivers. Once you learn how to at least pay that rule lip service in your job interviews you'll have a career's worth of work.

    2. Re:Maypole by jeanlo · · Score: 1

      After I read "How to use Model-View-Controller" which explains very well how the MVC paradigm can be useful, I am not sure that web applications can actually benefit from using MVC. Since it is based on the user making a request, there is no need for the view to be linked to to a model and to update itself. The application can just get or check the data with each request.

      Most of the Struts benefits come from the taglib that maps object to html tag.

    3. Re:Maypole by Gortbusters.org · · Score: 1

      Also check out Mojavi a PHP MVC Framework. It is arguably the best MVC framework for PHP. The for PHP part is the qualifier because all the other PHP MVC frameworks I've seen are a direct port of Struts and do things bad for php (like load XML definition files on every request -- that's bad, mm'kay?).

      --
      --------
      Free your mind.
  10. Re:struts is a pig by nvrrobx · · Score: 4, Interesting

    Have you ever made a large scale J2EE Webapp? If you can back up your statements, I'd love to hear it, otherwise your flamebait rating was warranted.

    You have a few approaches you can do in these webapps. You can stick to JSP and Servlets. JSP's biggest downside: mixing Java code and markup together is messy and difficult to maintain. For a small scale site, this works out just fine.

    One other option: Struts + Velocity. I opted for this approach in a large scale app I just wrote. It's not any slower than JSP, and the code is amazingly maintainable. The learning curve for new developers is kind of steep, but once they get used to it, they love it. xdoclet makes the job of maintaining the struts-config.xml pretty painless. Even if you don't want to use xdoclet, it's a pretty simple xml file.

    There are other options also, TurboM2, Cocoon, etc. Struts just happened to fit what I was doing best.

  11. Am I the only one... by painehope · · Score: 4, Funny

    who out of the corner of their eye, read :
    Sluts Survival Guide

    --
    PC moderators can suck my White pierced, tattooed dick. If you think pride == hate, s/dick/Aryan meat mallet/g.
  12. DIY by seanmceligot · · Score: 1

    It usually takes less time to develop you own framework than to learn Struts, J2EE, etc...

    Here a quick tip for a simple cluster. Use JMS or another queued message pool. Start as many servers as you need, and let each message be handled by whichever server is available. I was doing this in java in '97 and I still haven't seen a framework that beats it in performance, ease of use, or versatility.

    1. Re:DIY by radish · · Score: 3, Insightful

      J2EE and Struts are both frameworks, but for entirely different things. What you have suggested bears no relation to Struts or J2EE. What you describe also isn't really a cluster (what happens when a node fails half way through running a transaction? no support for shared state? sessions? stickyness?) and most people don't cluster with a "framework" anyway, they either use simple load balancing hardware, or if they need more features they pick an appserver appropriatly (for example they might use WLS instead of Tomcat/JBoss).

      If you really think it's easier to write your own Struts than use the one that's already written...well...either you are writing extremely simple apps or you are some kind of super-coder. There is a reason people don't all write their own version of Linux...

      --

      ---- Den ene knappen er powerknapp, den andre er Bender voice knapp "Bite My Shiny Metal Ass"

    2. Re:DIY by Marcus+Green · · Score: 1

      Well I guess that makes you a very, very clever person. But for the rest of the population of just fairly bright people, frameworks can be very handy indeed.

    3. Re:DIY by graveyhead · · Score: 2, Interesting
      It would take a long time to rewrite the entire J2EE spec or to rewrite Struts, but it doesn't take long to write something that does what my own application needs.
      The arrogance!

      There are major flaws with this line of thinking. I just started a new job where the developer I replaced shared your philosophy. It was a disaster. He wrote a half-assed persistent object model tied heavily to our application and MySql. Now that he's gone:

      * Nobody can update his code on schema changes
      * The code has bugs, we aren't digging through 1000+ lines of shash to figure it out..
      * There isn't a single javadoc comment in the whole project.

      So, by your logic I should throw out his work and write it again. What utter BS. Apache Torque (a Jakarta project) does a *far* better job with a cleaner interface than you can write, I guarantee it. Plus, we can upgrade Torque itself (if there is any need... doubtful). The new object model now can support any database and is not tied at all to the application. Even if I leave the company, someone else *will* be able to maintain it: change XML schema, rebuild, voila new object model.

      It really sounds like you're grepping for a justification for re-inventing the wheel. Take the time to learn the frameworks. Some of them (esp Jakarta stuff) will suprise you.
      --
      std::disclaimer<std::legalese> sig=new std::disclaimer; sig->dump(); delete sig;
    4. Re:DIY by aled · · Score: 1

      I'm the cleverest fastest supercoder programmer, but unfortunately I'm the laziest.

      --

      "I think this line is mostly filler"
    5. Re:DIY by Ikari+Gendo · · Score: 1
      He wrote a half-assed persistent object model

      But you repeat yourself!

      Seriously, you folks who are so infatuated with ad-hoc halfassed hierarchical databases (sorry, "persistent object models") should take your own damn advice about "reinventing the wheel" and try using relational database management systems.

  13. Too complicated? by cyberwitz · · Score: 4, Insightful

    Complicated problems require complicated solutions. Simple problems require php, asp, or coldfusion. Most problems are simple. Use the right tool for the job, but don't complain if the right tool is hard to use. It's hard to use because it does something.

    --
    [This sig left intentionally blank.]
    1. Re:Too complicated? by Anonymous Coward · · Score: 3, Insightful

      I know PHP, ASP, Perl, C, and C++ quite well. I've written commercial applications in all of them. I've seen some coldfusion applications.

      I've come to the conclusion that there really is no need to use a language other than Python or Java unless you have to.

      I can't understand my own Perl code after 3 months of not touching it.

      C/C++ code breaks every time a library changes from a service pack on windows or an update on Linux. You can't leave C/C++ code untouched and expect it to run 6 months later.

      ASP and coldfusion are all fine and dandy if you don't use Linux, and you don't mind the premium you'll be paying for the rest of the product life. Coldfusion is worse, because you'll be the only one that can fix any problem that comes up.

      Python is slow, but it's fast enough for just about anything most people want. It's like Perl without all the weird syntax. It's easier to learn and use than Perl. Need a web-app, use Zope instead of PHP, it's much easier to use and test.

      For anything complicated, I use Java because it just works. I have code from 1997 that I haven't looked at or even recompiled, and it still runs just fine. It runs fast on all computers. The same basic language can be used to write applications for handhelds and phones. There are more libraries in Java than even Perl, and it takes less time to write software in Java because of it.

      There really isn't a "right language for the job". That notion is as silly as saying that everyone should speak French to order food, Itallian to sing Opera, and English to talk business. It's just silly. You use a language because it's easy to understand, easy to use, and because a lot of other people use it. Any turing complete language can perform any task. If few people use the language, then you aren't going to get very much help or employment prospects from it.

      So what do you need in a language?
      One that performs well on as many systems as possible.
      Easy to maintain code, even if it's not your code.
      Can be used in many environments for many purposes.
      Easy to code in.

      Python fits the bill pretty well, but Java does even more so. I use Python when it is an issue of licensing, or when I'm doing an exercise. I use Java professionally, because if I leave this job, the company won't be in the situation they are in now. They have clients running on a mod_perl server that takes twice as long to add functionality to, and is at more of a stability risk to do so than it would be if the code base was in Java, as well as there are very few people they could have work for them considering that relatively a lot more people know Java than Perl.

      I would recommend people actually use the more popular technologies unless there is good reason to stray away from them. You never know when you'll have to move on to a new position/company, and you don't want to get calls at all hours asking you questions about confusing technologies that are poorly documented.

      There's an abundance of information about Java. It's a clean language. It runs on everyone's computer just the same. It's almost as fast as C code these days. It's free. The only thing to complain about is the licensing.

    2. Re:Too complicated? by red+elk · · Score: 1

      Java maybe a clean language, but if you work for a company that wants an application in any reasonable period of time, Java might not be your answer. I've seen so many contractors milk Java and when they show you the code, its bloated and convoluted. There is a right language for the right job -- if you have a handful of users, why use Java? Coldfusion runs on just about any platform and examples like Benorama.com show that if you want to have MVC with traditional model 1 languages its possible. For a little over a thousand bucks (which most companies can pay for) you can have a server like CFMX that is easy and can handle most siteloads. Java is such a lovely idea until you are bogged down for a deadline and you have to google up exception errors trying to figure out why your JavaMail hangs.

    3. Re:Too complicated? by afd8856 · · Score: 1

      Python is not that slow. Using psyco, you can get almost C-like speeds. I've seen benchmarks that showed this (right here on Slashdot). And for Zope there is a SpeedPack that integrates it with psyco...

      --
      I'll do the stupid thing first and then you shy people follow...
    4. Re:Too complicated? by Decaff · · Score: 1

      If Java is too complicated you are using it wrong. Coldfusion is bad practice as it encourages large web pages with embedded code. Good practice is to use MVC with systems that are designed for it, such as struts, JSF, Turbine etc.

      If you are a fan of coldfusion, you can do the same thing in Java: the JSP standard tag libraries have all the same functionality and the EL (expression language) version allows run-time interpreted code to be embedded. The advantage of JSP is that, unlike cold fusion, it really does run on any platform and it is free if you use something like Tomcat or JBoss.

    5. Re:Too complicated? by Decaff · · Score: 1

      There are no simple problems, only problems that seem simple when you start them. Use tools that allow you to deal with these problems when they become complicated and you will save time and effort.

  14. Re:struts is a pig by Anonymous Coward · · Score: 2, Insightful

    Java code and markup together is messy and difficult to maintain

    That's why you create/use taglibs! You should never ever ever have java code exposed in a modern JSP page.

  15. Re:No please... by 6Yankee · · Score: 1, Funny

    "Struts is such a big over-engineered pile of shit."

    I was going to mod this Insightful, but then thought, nah. You see, it doesn't go quite far enough. I've used Struts, once, and that was once too many. Repeat after me, children:

    Struts is the festering soiled nappy of the bastard spawn of Satan.

    Ugh. Now wash your mouths out with soap.

  16. Re:No please... by slamb · · Score: 4, Informative
    "Struts is such a big over-engineered pile of shit."

    Compared to what? Pure JSP? Maybe if you have like two pages total, but if you have any more than that you'll discover that:

    • You've got huge chunks of Java code in your JSP that make little sense there. You've got two conceptually separate things there - the actions your code is taking and how it's presented. JSP makes sense for the presentation, but not for the real work.
    • You're either making a lot of redundant pages or redirecting back and forth in weird ways.
    • You're having to do a lot of work to keep passing users' data back to them in a HTML form when you have a validation error. I.e., when the user fills out a huge form and has an error halfway through. Most of the values need to be defaulted to their previous ones.

    If you set out to solve these problems, you'll inevitably end up at struts. It may do other things (don't know; I haven't ventured in that deeply), but it does these in about as simple a way as anyone could.

    I challenge you to find any significant amount of redundant code in a project of mine that uses struts: mb. Description here, browse the code here. There's not a lot of code there, and struts is largely responsible.

    Internally, struts may be hugely overengineered...but I, as a user, don't care. It helps me keep my applications more terse and well-organized. (Much more maintainable than what I wrote before.)

  17. Re:struts is a pig by Sqwubbsy · · Score: 1

    How do JavaServer Faces compare? Anyone use them for a web application yet?

    Haven't built anything with them yet, but I've been throwing around the buzzword for a few weeks now.

  18. Check out spring... by D-Cypell · · Score: 4, Informative

    I used struts for a short while on a previous project, it seems to have gotten a little bloated recently though.

    A framework I am working with currently is spring.

    Spring is a superb framework for Java development and includes a pretty impressive MVC web toolkit as well as many other tools and features. The AOP stuff is very nice and the whole inversion of control/dependancy injection implementation simplifies code drastically.

    Ive used quite a few different frameworks, but so far... this one is my favourite.

    1. Re:Check out spring... by pbur · · Score: 3, Informative

      I must second this. I was able to use Spring's MVC and other tools very quickly as it was easy to understand and the examples were very good. At the time I started, the docs weren't very good, but they've gotten a lot better.

      I've tried using Struts a few times, but it kept failing my 30 minute rule. (30 minutes to at least get some demo going other than "Hello World") Whereas I had the same idea of a demo going in Spring in about 15 minutes, on the first try.

      I think Spring's advantage is it's IoC style of configuration and it's use of POJOs instead of the Struts style of extending one of their classes for everything.

    2. Re:Check out spring... by aled · · Score: 1

      I kept reading good things about Spring but I would like to know how well it does in big projects.

      --

      "I think this line is mostly filler"
  19. just say no to struts by Anonymous Coward · · Score: 2, Informative

    If you are starting on a new java web app i'd recommend picking up one of the next-generation mvc frameworks be it Webwork2, Tapestry, Spring-MVC, Maverick or JPublish, these are all much better than Struts

  20. Re:struts is a pig -- downside?????? by takotech · · Score: 2, Interesting

    For instance;
    If you have a page with a table of 34983 rows, and you want to split them ("go to next 100 results") in chunks and you created your page with all those fancy framework you have to change stuff in different-files, you have to create a new 'tag' and perhaps you have to "deploy" or what-ever....It's just not maintainable.

    But say you wanted to do that several times over different tables with different size results. If you embed a java for loop in your JSP to accomplish this, you have to basically copy and paste your code where ever you want to repeat this behavior.

    Tags allow reuse. Copy-and-paste is not reuse.

    The problem with scriptlets is that they are so easy to use. They are great for prototyping but, as is often the case in software, prototypes soon become production applications.

  21. Re:No please... by kin_korn_karn · · Score: 1

    I'll say one good thing about struts: the validator kicks ass.

    I looked at your code. It looked good. But what kind of real-world Struts stuff have you done, instead of just FOSS messageboards that you put together in your spare time? When you're dealing with real-world constraints like time, money, and requirements from non-technical users, Struts works against you at every turn.

  22. STRUTS is the ... by tyrione · · Score: 3, Insightful

    Poor Man's WebObjects.

    MVC for J2EE via WOF is what you want, but if you want Linux than one can see the popularity of Struts and other MVC frameworks on none Apple supported platforms.

    Apache Cocoon2 Frameworks are much more interesting than Struts, personally.

  23. asp.net better than struts by Anonymous Coward · · Score: 1, Interesting

    I know that most of you won't agree with me, but after developing applications in both environments it is clear that asp.net is better than struts in many ways. Of course, it should be seeing as how MS pretty much ripped it off and added to it. The people who make the struts framework have some catch up to do to be on par with what is coming from MS in their next version.

  24. Re:struts is a pig -- downside?????? by chez69 · · Score: 1

    is one config file that hard? or 2 if you include web.xml.

    i maintain a very large struts application and struts has made everything maintainable.

    --
    PHP is the solution of choice for relaying mysql errors to web users.
  25. Struts rocks! by Anonymous Coward · · Score: 1, Informative

    We have four mid-size/large apps developed with Struts and this framework saved us a lot of grief. There are plenty of books devoted to Struts, not sure if this one is the best (I personally like one by Chuck Cavaness) but it's good to see that Struts gets the attention it deserves.

  26. Re:No please... by chez69 · · Score: 1

    I work on a huge internal application, we use struts everywhere.

    a well written struts app is very easy to find your way around, especially if you use a good ide.

    --
    PHP is the solution of choice for relaying mysql errors to web users.
  27. Struts + Velocity by jefflinwood · · Score: 2, Interesting

    I agree with you that Velocity is the way to go for Java web applications. We use Velocity instead of JSP for the web presentation layer.

    Velocity also excels at being a general purpose templating language - sure, JSP Expression Language gives you some of what Velocity does, but you can use Velocity to process any text, anywhere in a Java application.

  28. Re:struts is a pig by avandesande · · Score: 1

    Yes i have. But judging by the number of posts on this book review most other people agree with me too.

    --
    love is just extroverted narcissism
  29. I stopped using struts, jsps, etc.... by MartinG · · Score: 1

    .. once I discovered echo and echopoint

    I haven't looked back since.

    To sum echo up:

    Write web applications using a swing like API.

    --
    -- MartinG To mail me: echo kewyjlcxyzvjfxbqwh | tr bcefhjklqvwxyz .@adgimnoprstu
  30. Book camparison by rms_nz · · Score: 1

    Anyone read both this one and Struts in Action?

    If so how do the two compare - is either one better than the other?

  31. Re:No please... by toriver · · Score: 2, Interesting

    Compared to what?

    Any basic Model 2 architecture implementation with some custom tags (e.g. from JSTL) and a template set.

    If you want "event driven" it should be built-in from the start, like with ASP.Net's "code behind" logic.

    (Short summary of Model 2 architecture: A "front controller" servlet which dispatches to JSPs based on state. Preferrably via a template that does includes for the selected content. All JSPs are "hidden" under WEB-INF to prohibit direct access from the outside. Optinal: Lower layers (data access, EJBs, CORBA, SOAP) isolated via the BusinessDelegate pattern and value objects.

  32. Struts & WebObjects? by TapestryDude · · Score: 4, Informative
    I think you tarnish the name of everything the geniuses at Apple pioneered with WebObjects by even comparing it to Struts.

    Fundamentally, Struts is a refactoring of the basic servlet API, but is still intrinsically operation-based (as are pure servlets).

    WebObjects, and it's thematic successor Tapestry are component based approaches, an entirely different mindset. I created Tapestry and I have about two years of Struts experience ... Struts is a straight-jacket. Component frameworks offer incredible advantages in terms of clarity and developer productivity. Struts offers very, very little except a slew of books that have the daunting task of explaining in detail something that should be (was intended to be) very simple.

    --
    Howard M. Lewis Ship -- Independent J2EE / Open-Source Java Consultant -- Creator, Apache Tapestry and HiveMind
  33. Re:No please... by slamb · · Score: 2, Insightful
    I looked at your code. It looked good.

    Thank you. :)

    But what kind of real-world Struts stuff have you done, instead of just FOSS messageboards that you put together in your spare time? When you're dealing with real-world constraints like time, money, and requirements from non-technical users, Struts works against you at every turn.

    Never used struts at work. But it sounds like what you're really saying is that struts forces you to design a little, rather than just pumping out X lines of code/hour to meet a deadline. A lot of people get forced into pumping out code at work, and I don't think it leads to anything good, regardless of the tools you use. I'm lucky enough to have a boss that stands behind me when I think I need to spend a bit more time doing something the right way. Given that, I'd feel confident about using struts in commercially.

  34. Re:No please... by slamb · · Score: 1
    (Short summary of Model 2 architecture: A "front controller" servlet which dispatches to JSPs based on state. Preferrably via a template that does includes for the selected content. All JSPs are "hidden" under WEB-INF to prohibit direct access from the outside.

    How is struts not that? I tend to use it as something that does just what you've described, plus the validator bit for the HTML forms. There may be additional parts of it that do other things, but they're clearly not necessary because I'm not using them.

    Could you give me a specific example of another Model 2 architecture and how it is simpler than struts?

  35. Struts is great but.... by Decaff · · Score: 4, Informative

    The inventor of Struts has moved on and has been working with Sun to produce a new and more versatile framework called Java Server Faces:
    http://java.sun.com/j2ee/javaserverfaces/
    This is the framework that is being adopted by all major java IDE designers: NetBeans, Borland, Oracle etc. Fortunately, its not difficult to integrate struts and JSF, but for newer projects, JSF makes sense. It has an advantage in that the GUI doesn't have to be web pages - you will be able to 'plug in' WAP, Swing etc.

    1. Re:Struts is great but.... by activewire · · Score: 5, Informative

      Not exactly. JSF does not "replace" Struts at all, rather, JSF is more of a replacement for JSP's. What may have confused you is that a major feature of of Struts is tag libraries for JSPs, those taglibs WILL be abandoned in a future Struts release once JSF has matured. Read it all here http://jakarta.apache.org/struts/proposals/struts- faces.html Basically, the MVC aspect of Struts will live on, only the "V" part (view) will become JSF instead of JSP.

    2. Re:Struts is great but.... by Decaff · · Score: 2, Informative

      Not exactly. JSF does not "replace" Struts at all, rather, JSF is more of a replacement for JSP's.

      This is completely wrong. JSF is a total replacement for struts at all levels: model, view and controller. The JSP aspect of JSF is only one implementation of the presentation layer of JSF, and the reference implementation of JSF includes a JSP taglib front-end. One of the big advances of JSF is that it can in principle render all sorts of interfaces: WAP, XML, Swing, SWT, yet the underlying Java code and XML mapping of actions and validators remains the same. JSF is designed to be more than just a web form coding system.

      Struts will allow you to use Java Server Faces JSP tags for the view, but that is only one small part of JSF.

  36. XWork / WebWork? by danharan · · Score: 2, Interesting

    I have been using Struts for over a year now, and although I'm over the steep learning curve, I can't help but think there's something simpler.

    Some have mentionned Spring, and I'd love it if anyone here could tell me how that compares to Struts, especially if they tried OpenSymphony's XWork or Webwork.

    Any recommendations?

    --
    Information: "I want to be anthropomorphized"
  37. Re:No please... by tedgyz · · Score: 1

    I have built a successful ($450K subscription revenue in 6 months) production app using Struts. Struts has a steep learning curve, but once you get over the hump, the payoffs are enormous.

    I am now embarking on a second app built on the technology of the first one. I spent the last 2 months rewriting much of the JSP side of things, having finally learned how to do things the right way.

    I feel the biggest hole to fill in the literature is the tag libraries. I nearly killed myself learning how to properly extend and implement a tag library. The community needs a whole book just covering the usage and customization of Struts tags.

    Having survived that ordeal, I now have nearly 100% scriptlet-free JSP. Scriptlets in JSP is like cancer. You don't realize how badly it is infected until you try to remove it. I have dubbed the term "page global variables", in reference to the usage of variables defined in one JSP and then used by included JSP fragments. They are as insidious as good old-fashioned C globals.

    --
    "No matter where you go, there you are." -- Buckaroo Banzai
  38. Re:No please... by Anonymous Coward · · Score: 1, Informative

    What did struts help you out with?

    There's lots of MVC jibba jabba from Struts foo's, but you don't need Struts for MVC, and using Struts means you have to put up with its many questionable design choices:

    1. Singleton Actions.
    I've read that this was due to performance, but that seems rather silly. If instantiating a form bean and populating it via reflection is acceptable, why is creating an instance of an Action a problem?

    2. Decoupling Actions and Form beans.
    Frankly, the seperation of Action (behavior) and Form (data) seems anti-OO. Doesn't anyone else cringe when they see the following standard struts idiom?

    public ActionForward doStuff(ActionMapping m, ActionForm form, ....) {
    MyFormType myForm = (MyFormType) myForm; .... myForm.getAttributeX();

    }

    3. Reflective population of form beans, no mechanism for describing how to create a form in a valid state.
    Bad idea. No compile-time checking, nothing resembling pre-condition declarations, and consequently code that is very sloppy and difficult to test (how many possible states does a form bean have?). Also, potentially insecure, particularly when a Form bean is used for only some of its attributes by an Action. What happens if someone builds a "hostile" http request?

    4. XML config.
    I could never understand this. What's the value of defining the action forwards and dyna action forms in another language (ie the config XML) that is not programmatically accessible from the Java code? Its not like you can change struts config without changing the corresponding Java.

  39. Re:struts is a pig -- downside?????? by takotech · · Score: 1

    In this case, you are not tagging the for loop. You are tagging a specific browsing behavior(view N things at a time). And even if it were a simple for loop, using tags instead of scriptlets exposes iteration variables that other tags might want to use whereas you cannot easily get at local scriptlet variables.

    My point is tags are a good thing and should be used when possible. Scriptlets are the main reason people say "JSP sucks cause you can still embed Java in your HTML". Tags encourage reuse. Scriptlets encourage haters

  40. Re:Velocity by Decaff · · Score: 1

    A big advantage of JSF is that there is already a large community of developers and companies writing tags and libraries that can be used in by developers who code using JSF. You won't have to write your own framework or components.

  41. No, JSF does replace struts by Decaff · · Score: 1

    I don't usually try and post the same thing a second time to try and get modded up, but the 'Informative' parent post is simply factually incorrect. I am not confused at all. The situation is very clear: JSF is a full replacement for struts at all levels, Model, View and Controller. You are confusing the presentation tags of JSF with JSF as a whole.

    A direct quote from the author of struts:

    "JSF provides functionality that overlaps that
    of Struts (my misconception was that JSF was strictly a UI component tag library)."

    You have the same misconception.

  42. Re:No please... by kin_korn_karn · · Score: 1

    I see your point, and good design is essential, but in my experience, good design is as rare as an executive that cares about his/her employees.

    The problem is when management hears "Struts" and thinks "oooh, shiny" and then they make you use it without giving you time to use it right. Even though that's the wrong way to do it, that's reality. You rarely ever have enough time to do something right in the professional world, so anything that requires even more time is counterproductive.

  43. Re:No please... by slamb · · Score: 1
    1. Singleton Actions.
    I've read that this was due to performance, but that seems rather silly. If instantiating a form bean and populating it via reflection is acceptable, why is creating an instance of an Action a problem?

    Let me ask that the other way: what benefit would there be to a different structure? I have not heard those performance arguments (and they do sound suspect), but I don't see any reason to change.

    2. Decoupling Actions and Form beans.
    Frankly, the seperation of Action (behavior) and Form (data) seems anti-OO.

    Well, the important thing about the form is that it's a self-contained entity that knows how it is validated. That's a very OO concept and is useful when you have forms shared between actions. In my case, I don't have any shared forms, so I use DynaActionForms and validate them from the Actions. But it's nice to know I have a way to move that logic out if it becomes a problem later.

    3. Reflective population of form beans, no mechanism for describing how to create a form in a valid state.
    Bad idea. No compile-time checking, nothing resembling pre-condition declarations, and consequently code that is very sloppy and difficult to test (how many possible states does a form bean have?). Also, potentially insecure, particularly when a Form bean is used for only some of its attributes by an Action. What happens if someone builds a "hostile" http request?

    I'm not sure what you mean here:

    • What would you test at compile-time that isn't already, and how?
    • The taglibs help you create a HTML form that will populate a form bean. There's some redundancy, yes, but I have no idea how you'd go about getting rid of it.
    • What sort of hostile HTTP request? It's up to the application to not trust the data, whether through the validator or other means.

    4. XML config.
    I could never understand this. What's the value of defining the action forwards and dyna action forms in another language (ie the config XML) that is not programmatically accessible from the Java code? Its not like you can change struts config without changing the corresponding Java.

    So you'd just have a method somewhere that builds an object structure? Interesting. That would save them some work parsing. But I don't know that it'd save me any work as an application developer.