Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help to correct the integration between J2EE and BPEL?

hansenfanApr 14 2009 — edited Apr 15 2009
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 13 2009
Added on Apr 14 2009
4 comments
360 views