JBoss Community

Re: Embedded AS

created by David Lloyd in JBoss AS7 Development - View the full discussion

Well, any of the following solutions would work:

  1. Run embedded stuff in a fully modularized environment
  2. Put everything on the app classpath (and hope there's no duplicate dependencies...)
  3. Use a hybrid solution with a customized module repos where no packages are duplicated between modules and the app class path

 

Just using the app classpath is the simplest, assuming you don't hit any duplicate issues.

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community