cancel
Showing results for 
Search instead for 
Did you mean: 

How to deploy a pure jave development component to server?

Former Member
0 Kudos

i have created a pure java development component.

but i cannot find a way to deploy it to server

is there any way?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to essencially wrap your java development component with a deployable development component.

In order to do that, you need to:

- Define a public part for your development component of type assembly.

- Create a deployable DC ( one that results in a SDA or a EAR file ).

- Reference your DC from the deployable DC. This will include the generated .jar file into the project.

The definitions of the different types can be found here:

http://help.sap.com/saphelp_nw04/helpdata/en/93/d5a73f05c4265de10000000a114084/content.htm

I would either create a library component ( results in SDA ) or a web dynpro component ( ear file ).

Answers (0)