[JBoss jBPM] - jBPM chapter available for selective review
by dajevu
Hi,
I'm writing a book for Manning called "Open Source SOA". One of my main chapters (actually 2) is on jBPM. I'm nearing completion of the first chapter, which is basically a getting started type chapter, tailored for mostly for developer types (such as myself).
Since it is part of forthcoming book, I'm not at liberty to make it widely available, but I would like to have a few jBPM experts review it to make sure what I am saying is factually correct (actually, a non-expert or two would be good, so they could judge me on who well I explain the concepts).
Obviously, I'm a big fan of the product, or I wouldn't have opted to include it in the book.
If you are interested in reviewing it, please send me an email at biotechguy99(a)yahoo.com.
p.s., the book will likely be published in the fall.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137944#4137944
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137944
18 years, 1 month
[Beginners Corner] - Deployment Recommendations?
by ejsdeveloper
I have a simple Java program that I want to deploy on a JBoss server. JBoss will run any program (e.g. .war, .ear, and .jar (EJB)) dropped into the "server/default/deploy/" directory.
My Java program is (1) called, (2) runs an INSERT query, and (3) returns a small Hashtable back to the caller. This program will need to be called from other local servers within my network. No GUI pages are needed. The application is speed sensitive. It needs to run as fast as possible.
What are my options for deploying the application to the JBoss server?
Option #1: Convert the Java application into a .war? (The application will get called via HTTP)
Option #2: Convert the Java application into an .ear?
Option #3: Convert the Java application into an EJB .jar? (The application will get called via RMI)
Option #4: Other options?
Is there any time delay if the application is called as a .war versus .ear versus RMI, etc.?
Software:
JBoss 4.0.1
JDK 1.6
Thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137926#4137926
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137926
18 years, 1 month