cancel
Showing results for 
Search instead for 
Did you mean: 

Java client proxies

deviprasad_pothireddy
Active Participant
0 Kudos

Hi all,

Can any body tell what are various steps we need to fallow for java client proxies? I have created T.S. web as java, B.S. web as java (for java proxies)

I am taking help from https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5a...

/people/rashmi.ramalingam2/blog/2005/06/25/an-illustration-of-java-server-proxy

But I am confusing the steps in the Netweaver Development studio. Please explain Step by Step and purpose of the step.

Your help is not forgettable.

Accepted Solutions (0)

Answers (1)

Answers (1)

Shabarish_Nair
Active Contributor
0 Kudos

for your reference, some steps in NDS

1. J2EE Perspective -> Package Explorer

2. Project -> J2EE -> EJB module Project

3. In Package Explorer, Right Click and goto Properties -> Java Build Path -> Add external Libraries and add the JAR files

4. Right click EJB module, import the proxy generated

5. Rename Impl file -> Java

6. Write the code

7. J2EE Explorer -> Expand EJB candidates -> PortTypeBean right click -> add to EJB JAR. Xml

8. If Error try going to package explorer and close and opening again

9. Go back to J2EE Explorer , right click and build EJB archive

10. New EA Project

11. Edit application J2EE engine source code

12. Build application archive

13. Package explorer -> copy EAR file and use