Help to correct the integration between J2EE and BPEL?
Hi all,
I think J2EE and BPEL are different part.
They are independent under normal circumstances.
If we have to integrate with both, we have to take some steps.
If we re-development BPEL and J2EE, we need to take following steps:
1. Create J2EE project.
2. Create java class for business logic.
3. Change the java class in step 2 into web service.
4. Crete BPEL we have to invoke in project.
5. Create the link between BPEL and web service in step3.
6. Generate service proxy by using SOAP/HTTP for BPEL.
7. Publish and deploy the j2EE and BPEL.
8. Start invoking from JSP page in J2EE application in step1.
Maybe it is not correct, please give your thought and correct it.
Thanks in advance.