12 Replies Latest reply on Feb 20, 2008 6:42 PM by epbernard

    ANN: amazinggates.com is alive with Seam & lessons learned

    dhinojosa

      We deployed our web site at amazinggates using JBoss Seam.  I would lie if I said it was it easy, but the reason I had some issues is that I didn't believe a lot of documentation. 



      • I had refused to use Facelets, instead I used JSP.  All I can say to newbies is don't do it.  You owe to yourself to drop JSP like a bad habit.

      • I had refused to use Seam Managed Persistence and ended with LIES.

      • I had refused to use Seam-Gen, and used my own folder structure.  I still use my folder structure, but only after I used Seam-Gen and learned what I had to do to make my integration tests work.

      • I had used 2.0 when it was still in CR and Beta releases. Although that is neither my fault or the Seam's fault, the greatest result was that I learned tremendously what Seam had to offer, and I was able to provide JBoss with some bugs, and help users in the forum.

      • It took 8 hours to learn that Seam's AJAX4JSF solution was the best solution on the planet. 

      • I used faces-config for page navigation. Ok, and that was just stupid. 

      • I didn't know what components.xml was for the longest time.  I'm really going to take part of the blame on this one.  I read the documentation and even after reading it I still had no idea what components.xml was for.  I realized that if the documentation said that components.xml maps components to names the way it does in Spring XML configuration.  I wouldn't have spent that much time.

      • I had refused to use Renderer.render for email, because I didn't believe that the view should be the place for the rendering.  So I was going to use a StringTemplate solution.  That was dumb, it took a while for me to realize that generating emails in the view was the BEST place to do so.

      • Integration testing was a bitch.  That wasn't my fault, or Seam's fault.  It really was the Microcontainer's fault, and I hope that that ends up better in the long run.  I heard through the grapevine that really no one is working on the EJB Microcontainer and it is still stuck in Alpha. Redhat needs to invest some people into it.  It really is THAT important.



      So, all in all, I love the new website, and I love what JBoss Seam has to offer.  I am excited with what it has to offer, and I will still continue to build my business around it.  Good work to the team that made JBoss Seam possible.


      Danno!