cancel
Showing results for 
Search instead for 
Did you mean: 

Transport Routes available in Java?

Former Member
0 Kudos

Are there any tools in the Java world which correspond to the SAP transport mechanism (development --> test --> productive)? We need (would like) a tool, that automatically pushes the new source into the next system (which is a SAP J2EE Server) and deploys it there.

The SAP Software Delivery Manager only deploy in just one J2EE system, I suppose. We use backend communication with dev/test/prod via JCo and would like to get the transport of java classes/jars/war in the same automatic way.

Thanks,

Peter

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You need to look at the JDI environment, specifically the 2+ scenario. This allows you to:

- host your code in the Design Time Repository (DTR)

- build your code using the Component Build Service (CBS)

- deploy your code using the Change Management Service (CMS)

Look into 'tracks' wrt. the JDI. It's exactly what you're looking for.

Answers (1)

Answers (1)

former_member198228
Active Participant
0 Kudos

Hello Peter,

If you have installed the NWDI there is a component in that called the CMS (Change Management Service) which is comparable to the SAP transport mechanism.

Regards

Abdul