Link to home
Start Free TrialLog in
Avatar of Zolf
ZolfFlag for United Arab Emirates

asked on

Eclipse and JBoss

hello there,

i am trying to learn to develop a workflow application in java. after doing some research i have decided to use JBoss jBPM. now i want to know has anybody worked with this. because i am having trouble in setting up the environment to start learning. i use eclipse IDE for years and am having problem with getting the jbpm-jpdl-designer-3.0.13 plugin into my eclipse IDE.can anybody help me to configure this into my eclipse.
thanks in advance.
cheers
zolf
ASKER CERTIFIED SOLUTION
Avatar of Gibu George
Gibu George
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You also need to download jbpm from http://www.jboss.com/products/jbpm and extract it to a folder, and while creating a jbpm project, the plugin will ask for the jbpm installation, then poit it to the jbpm folder
Avatar of Mayank S
Or you can use Eclipse Help -> Software Updates to install the plugin
Avatar of Zolf

ASKER


thanks for your comment.can you please refer me to some resource or guide me how to create a simple workflow example using java workflow,jboss server and jbpm.
Avatar of Zolf

ASKER


>>Or you can use Eclipse Help -> Software Updates to install the plugin

in there i dont see the jbpm

i think i will try downloading jbpm like gibu_george mentioned.
Avatar of Zolf

ASKER


i downloaded jbpm-jpdl-designer-3.0.13. in there in the eclipse folder there are two folders

features -> org.jbpm.gd.jpdl.feature_3.0.13 -> feature.xml
plugins -> org.apache.xerces_2.8.0.v200606131651 (folder) and many jar files.

now do i copy all the folders inside my eclipse features+plugins folder.
Avatar of Zolf

ASKER



i copied the things as you mentioned

1) org.jbpm.gd.jpdl.core_3.0.13.jar and org.jbpm.gd.jpdl.ui_3.0.13.jar -->plugin
2) org.jbpm.gd.jpdl.feature_3.0.13 (folder) -->feature

but did not see anything happening in my eclipse IDE.

please help