Java and JBoss related stuff
RSS icon Home icon
  • Developing with Seam and without frequent redeploying

    Posted on October 12th, 2007 Adam Warski 2 comments

    Seam in combination with JBoss Tools already has the features I wrote about some time ago (see here), unless, for example, you aren’t using Eclipse or you want to develop with Seam 2, which isn’t supported by JBoss Tools yet.

    That’s why the Resources Filter might be handy here too; and with little modifications (and, in fact, simplifications) it now works with Seam. Here’s the information you’ll need to get it running:

    The only configuration you need to do in Seam is that in components.xml, you need to set: <core:init debug="true"/>, which is the default if you generated your project with seam-gen.

    Adam

     

    2 responses to “Developing with Seam and without frequent redeploying” RSS icon

    • fyi: Seam 2 works fine with jboss tools; it is just the wizards that only currently will generate seam 1 projects.

    • Well, it works almost: I created a project using seam-gen (./seam setup, ./seam new-project), imported that into eclipse and got an “Ant build failed” error just after that – and the exploded build didn’t work. I couldn’t find out anywhere what the ant error exactly was.

      But maybe it’s just my combination: Mac + Eclipse 3.3 + Seam CR2 :).


    Leave a reply