-
1. Re: JBoss Web Stand-alone
emuckenhuber Jun 3, 2009 5:33 AM (in response to wolfc)Hmm, so you want to use bootstrap to start JBossWeb and boot VDF on top of JBossWeb?
-
2. Re: JBoss Web Stand-alone
wolfc Jun 5, 2009 3:16 AM (in response to wolfc)No, I want Bootstrap to boot up the JBossWeb deployers. Maybe we'll boot up the VDF with the exclusion of the Profile Service, but first we go for raw speed.
-
3. Re: JBoss Web Stand-alone
wolfc Jun 8, 2009 4:17 AM (in response to wolfc)I'll name the project 'spider' and I'll start by putting down the build structure.
-
4. Re: JBoss Web Stand-alone
wolfc Jun 10, 2009 2:50 AM (in response to wolfc)The build structure for deployers is up. Although the unit test doesn't pass yet, it does deploy a virtual war.
I scratched the original idea of going completely from the ground up, because the current integration code which resides in AS is pretty large and contains lots of features. So I now consume these artifacts in spider and build up a standalone bootstrap. It still uses bootstrap-impl-mc which leads to some wicked integration issues (with JMXKernel), so I'll switch to bootstrap-impl-as instead.
The next step will be to fork the existing code into Spider. After that the untangling of AS dependencies must happen which probably also entails the removal of service bean usage. -
5. Re: JBoss Web Stand-alone
sebastian.otaegui Sep 16, 2009 3:45 AM (in response to wolfc)Can you post the link to the repo?
-
6. Re: JBoss Web Stand-alone
wolfc Sep 16, 2009 4:57 AM (in response to wolfc)Spider can be found here: http://anonsvn.jboss.org/repos/jbossas/projects/spider/trunk/.