Stefan Arentz wrote:

3) Any hints on adding a new archive type (SPR) to Geronimo? What would be a good starting point to look at? Is the M3 API stable enough to start writing these kind of things?

Take a look at the classes of Geronimo, which implement org.apache.geronimo.j2ee.deployment.ModuleBuilder (the j2ee-builder module). There're the builders for each module type - ear, war, rar and ejb jar, so having looked at them will give you a good starting point as far as a java code goes. Besides, the task will also involve creating a plan so that your builder will be brought up to deploy sar archives. See the plans in src/plan of the assembly module.


S.

Jacek



Reply via email to