Seam app with JBoss 'minimal' Config?

Posted by Shadowman on Stack Overflow See other posts from Stack Overflow or by Shadowman
Published on 2010-05-17T17:43:57Z Indexed on 2010/05/17 17:51 UTC
Read the original article Hit count: 232

Filed under:
|
|
|

I'd like to improve the performance of my Seam apps and JBoss appserver, particularly by removing things that aren't necessary in the standard configuration. Ideally, I'd like to be able to run it using the "minimal" profile. Can anyone give me any guidance as to what is needed to run a Seam app using "minimal"? Here are the kind of things my app requires:

  • JPA, using Hibernate with a PostgreSQL backend
  • EJB3
  • JSF (RichFaces/Facelets)
  • E-mail, eventually, although not required at this particular moment

I'll be developing my app using JBoss Tools on Eclipse, so I would also need anything that is required by the tools for development and deployment. I've found that the default configuration just has too many additional components and features installed by default, and that greatly affects performance when I'm trying to develop. Any help you can give would be great! Thanks!

© Stack Overflow or respective owner

Related posts about jboss

Related posts about seam