vote up 0 vote down star

Question pretty much says it all - I'm interested to find out about how to set up JBoss Seam on a GlassFish (v3 prelude) application server rather than JBoss. Also, I prefer JPA over Hibernate for persistance but it looks as though Seam has dependencies on Hibernate (or at least parts of it), has anyone got any experience with a stack like this?

flag

Well one thing your question doesn't say is why you'd want to use Seam at all? I've looked at it and I don't get the point. It's really heavyweight and, more to the point, quite "closed" in that its heavily tied to JBoss/Hibernate. – cletus Jan 31 at 11:47
Good question. I was looking at that a while ago as well. But as cletus said, it is tightly integrated with JBoss/Hibernate which stopped me from trying this setup. – nooomi Jan 31 at 12:54
Seam doesn't require JBoss or Hibernate, it was intially developed with them in mind, but you can use other stacks. – ninesided Feb 6 at 10:14

1 Answer

vote up 1 vote down check

Seam does not require Hibernate, and the recent 2.x releases are tested and documented to work on other application servers.

We have a Seam application that uses JPA, which was no problem to set-up. I do not use GlassFish, but the Seam manual has a section on deploying the JPA example on GlassFish, which sounds like what you need.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.