cancel
Showing results for 
Search instead for 
Did you mean: 

Design concerns for XI interfaces

Former Member
0 Kudos

Hi All,

Do you have any design solutions for following scenarios with respect to BPM,Adapaters and sync/async flow:

1. JSP -


> XI---->DB

2. JSP<--->SAPR/3<->XI<--->DB

3. DB-->XI->JSP

4. JSP<->XI<--->DB

Appreciated your time! Will get you reward!

Thanks,

PILearner.

Edited by: PILearn on May 1, 2008 12:41 AM

Accepted Solutions (0)

Answers (3)

Answers (3)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

if you want to develop interface between JSP->XI---->DB

jsp side you need to develop java proxies because no adapter will support jsp input data. so you need to write java proxies.

Just refer java proxies in SDN.

'And receiver side use JDBC adapter .

same way if you want develop interface between DB-->XI-->JSP.

Use sender side JDBC Adapter,

receiver develop Server side JAVA Proxies.

Regards,

Raj

Edited by: Raja Sekhar Reddy T on May 9, 2008 10:35 AM

former_member556603
Active Contributor
0 Kudos

Hi,

Could you please tell me your exact Requirement..

Thanks,

Satya

Former Member
0 Kudos

HI,

What JSP it is a java based application. let me know ur requirement clearly.

chirag

Former Member
0 Kudos

Yes.Its JavaServer pages(JSP) to XI to Database(Oracle/MSSQL)/SAPR/3/Code1/..etc .

We have many applications/systems communcating through different middle wares. Now my client looking for XI to centralize all these systems.

Most of the requests coming from web(JSP) and going to SAPR/3 and Databases . Some times JSP taking the info from backends.

The idea behind this ..we want to make XI is centralized hub for all communicators.

-Thanks!

former_member472138
Active Contributor
0 Kudos

Hi

These would fulfill your req.

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

/people/narendra.jain/blog/2005/12/30/various-multi-mappings-and-optimizing-their-implementation-in-integration-processes-bpm-in-xi

Cheers