3 Replies Latest reply on Jul 3, 2007 11:57 PM by delphi'sghost

    Seam is better than Struts..?

    rajesh2win

      Why should i choose Seam ? which is new and very confusing for beginners?which way is better for learning?

        • 1. Re: Seam is better than Struts..?
          gus888

          Absolutely, Seam is much much better than Strusts!!!

          • 2. Re: Seam is better than Struts..?
            grettke_spdr

            If you are brand new to Java web development, Seam will appear to be confusing and terrible. If you have been doing web development for a while, you will know that Seam is the best that we have got.

            If you want to do StrutsV1, then do StrutsV1.

            The sad truth is that the Java world is moving towards JSF, it is unavoidable. I don't know how long it will take, but it will happen eventually.

            • 3. Re: Seam is better than Struts..?
              delphi'sghost

               

              If you are brand new to Java web development, Seam will appear to be confusing and terrible.


              I'm new to web development, and found that coming from Client Server to the web was thoroughly depressing Once I understood the problems involved in the bigger picture of web development (multiple tab/windows, back buttons + multiple submits, state management without killing the database or the server, and decent navigation + pageflows). Once you understand these problems, you can really see how Seam was built to address them all. Seam really does find a way to make these problems transparent.

              A lot of frameworks are good for Hello World, but beyond that, you are often on your own and stuck on a frustrating path. Traditional problems in other frameworks are often solved with Hacks while Seam addresses them as part of the framework (i.e. LazyInitializationException).

              The Seam docs could be better at describing some things, I don't even think they have an example that demonstrates the Update part of CRUD which led to many frustrations for me, but now I've solved those problems, I find Seam wonderful to work with, and to boot it has Ajax , PDF, email and other components built in and a Seam focused IDE coming soon.

              The level of integration Seam provides with each of its elements (pageflow, process flow, JSF controls, backing beans, messages, logging, persistence context management) is astounding and how frameworks should be. Not this mix and match your parts and pieces and hope it all plays nicely together.

              Also, there is the productivity issue. I think Seam could beat the snot out of Rails, and you end up with an application that is far more robust and scalable out of the box. Seam-Blog in 15 minutes, no problem.

              Yep, I'm a new web developer, and I'm really happy with Seam. I stuck with Delphi for 12 years since it came out, and now it looks like I've found a new object of my affection and loyalty.