cancel
Showing results for 
Search instead for 
Did you mean: 

Java Mapping

Former Member
0 Kudos

Hi everyone,

Would anyone let me know the complete steps for configuring Java Mapping.

Regards,

Varun Reddy.K

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

Java Mapping is one of the mapping techinuqe which xi supports,

There are few steps which you need to follow while doing java mapping.

Steps:

1)you need to use any parsing Technique either DOM Or SAX.

2)Develop your java class with out main method in Netweaver Developer stdio.

3)Need to create a jar file in the Cmd(commond line promot.

Commond for creation of jar cf name.jar filename.class

4)import your jar file in to IR.you can see Imported Objects under software component.Right click on the Imported Object and select New and enter the name and browse your jar file and select the corresponding jar file which you created and click save and activate.

5)when you are doing Interface Mapping you need to select as Java calass and select the Mapping program and after the process is same as normal.

Testing and Debugging Java Mapping

/people/stefan.grube/blog/2006/10/23/testing-and-debugging-java-mapping-in-developer-studio

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

1.In Java mapping,two parsing techniques could be used

1.SAX

2.DOM

2.Create the mapping program using a tool which u r comfortable with. NWDS is preferred though.

> include the jar file aii_map_api.jar in your program

3. Create a jar file of your mapping program

4. Import it in XI in your repository in imported archives

5.You dont have to do message mapping.But in interface mapping, select java class as the message mapping type and select your mapping program.Choose the class file in which the java mapping is done.

Thanks and regards

Hari

Reward if helpful

Edited by: Sreehari Nambiar on Dec 20, 2007 10:23 AM