Thank you Ronald,
In a NetBeans project I reused the configuration files jbpm.cfg.xml and
jbpm.hiernate.xml coming from the \install\generated\cfg folder (I
put them at the root of my source code). Of course, I added the required jars.
My main method looks like this:
ProcessEngine processEngin
There is a 'default' cfg in jbpm that is 'minimal´ If you want less, you have
to describe in detail what functionality of jBPM you do not want to use (there
is not much difference in using jBPM in a webapp or standalone app)
Regarding the database, that is totally up to you to decide.
View th