As I am starting a new project, I am wondering what the benefits of using JBoss 
products are as supposed to something like Tomcat + Axis + Torque + POJO.

As you can see in the following images, I am about to build a distributed 
system with one job manager and several job handlers. Each node may be on a 
different server. 
The job manager has a web interface where a user can enter a command which is 
then passed to one of the n job handlers via SOAP message.
The job handler then reads mails, web sites and other documents (which may take 
up to several hours).
Once the job is completed, the job handler contacts the job dispatcher and 
submits the results of the performed queries.
That's all. No heavy duty DB stuff, just distributed data processing.
DBMS are only for log files and such.

What does JBoss provide for developing this?
What are the advantages of a JBoss based approach rather than Tomcat/Axis/WAR?

Thanks a lot!

Overview of my project:
[img]http://www.cmklein.de/Overview.gif[/img]

Details of my project:
[img]http://www.cmklein.de/Details.gif[/img]

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085526#4085526

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085526
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to