In the documentation there is the intgration with Babeldoc into J2EE announced. But this is all. I can't imagine how to run the system on a application server without command line (and the babeldoc command).
Are there implementations?
I know there is few time for documentation. So I think it will be good to publish our implementations and configurations as examples for others. Maybe in a new discussion group?
Martin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
We are deploying BabelDoc in a JBoss SAR. Config files etc are in the SAR. A simple MBean kicks off the scanners etc.
The BabelDoc console deploys as a WAR.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-08-01
I think you've written some ant scripts for building the archives. Won't you publish them so we can learn by example? Maybe they can be integrated into CVS (except the Config files) and the integration will be perfect?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
At one time (early in babeldocs history) you could implement all the pipeline logic, etc inside the J2EE container and then access those pipelines, journal etc via the command line. This was done by writing a PipelineFactory that acted as a stub to an EJB based PipelineFactory in the container. The ejb pipeline factory in the container would then simply defer all processing to one of the regular pipeline factories (contained).
This all worked fine and I will be resurrecting it in the future. But not now. There are more important things for me to do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hy again,
so many questions ....
In the documentation there is the intgration with Babeldoc into J2EE announced. But this is all. I can't imagine how to run the system on a application server without command line (and the babeldoc command).
Are there implementations?
I know there is few time for documentation. So I think it will be good to publish our implementations and configurations as examples for others. Maybe in a new discussion group?
Martin
We are deploying BabelDoc in a JBoss SAR. Config files etc are in the SAR. A simple MBean kicks off the scanners etc.
The BabelDoc console deploys as a WAR.
I think you've written some ant scripts for building the archives. Won't you publish them so we can learn by example? Maybe they can be integrated into CVS (except the Config files) and the integration will be perfect?
At one time (early in babeldocs history) you could implement all the pipeline logic, etc inside the J2EE container and then access those pipelines, journal etc via the command line. This was done by writing a PipelineFactory that acted as a stub to an EJB based PipelineFactory in the container. The ejb pipeline factory in the container would then simply defer all processing to one of the regular pipeline factories (contained).
This all worked fine and I will be resurrecting it in the future. But not now. There are more important things for me to do.
Its in the latest versions of the builds 1.1.8 and up