cancel
Showing results for 
Search instead for 
Did you mean: 

Java Proxy with NWDS 7.1

Former Member
0 Kudos

Hello

is it possible to develp XI Java Proxies using NWDS 7.1? I imported the java proxy stubs from XI, but there is no function/folder 'EJB Candidates' in NWDS 7.1. Do I have to create the deployment descriptors manually, or is there a way to add them automatically like in older NWDS versions?

regards franz

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

You have to use the EJB wizard.

In the JEE perspective you choose: Deployment Descriptor -> Session Beans.

Her you click on "new" and step through the wizard.

For the outbound proxies you can type the bean name (without the suffix "bean") and the package name, for the inbound proxies you uncheck the "generate default interfaces" and on the next page replace the proposals with the interfaces from the libs.

Regards

Stefan

Answers (0)