2 Replies Latest reply on Aug 17, 2006 12:33 AM by cja987

    sample eclipse WTP project?

      Over at http://weblogs.java.net/blog/bleonard/archive/2006/05/trying_out_jbos.html I found a very helpful tutorial on getting seam going with netbeans, using the registration example. This works perfectly, but I killed all day today attempting to port the example to eclipse, running into components that resolve on one page, not on another, unhelpful jsf tracebacks, and so on.

      I am at my wit's end when it comes to fighting eclipse, and seam-gen apparently hates me as well. Does anyone have a sample seam WTP project I could unpack into my workspace and use as a base?

        • 1. Re: sample eclipse WTP project?

          Incidentally, I'm referring to the three-project type of project, with separate projects for EAR, EJB, and WAR. When they're all in one project, it's much harder to handle multiple WAR files, and the project I'm aiming at will be using at least two..

          • 2. Re: sample eclipse WTP project?

            Never mind -- seam-gen now likes me again! After I created the missing (empty) bin/ subdirectory in seam-gen and making sure I was using the version installed under the unpacked seam (symlinks are not my friend here), I now have a working example site.

            I'm pondering converting some of the other examples to WTP projects since it's much easier for others to jump in if they can ctrl-click around in the IDE (at least it is for me), but for now I'll have to get working on my project using seam (the alternative of using struts was about to be forced on me -- eek!)