2 Replies Latest reply on Mar 16, 2006 12:33 AM by gavin.king

    Newbie Questions

    gamigin

      I've read through the Seam documentation and sample projects and code. The concepts seem very exciting and I'd really like to try this out.

      Will this run with regular Hibernate as opposed to a full EJB 3.0 container? Can I continue to use "*.hbm.xml" mapping documents rather than EJB 3.0 style annotations?

      Will this run in Tomcat 5.5.x? Glassfish? Or only JBoss AS? I couldn't find any cheap Java hosting that uses anything but Tomcat (and I can't host myself).

      Have people gotten this working under NetBeans? If so, version 5.0 or 5.5 prerelease?

        • 1. Re: Newbie Questions
          theute

          Look at the hibernate example, it is the same as the booking app, but without EJB3.

          It runs everywhere (see FAQ) so even in Tomcat with or without EJB3

          • 2. Re: Newbie Questions
            gavin.king

            And yes, it should even work with .hbm.xml files, though you may need to add @Entity annotations, if you plan to use the Hibernate entities as Seam components.