cancel
Showing results for 
Search instead for 
Did you mean: 

How to share code with peers

Former Member
0 Kudos

Hi All,

I am new to Netweaver environment but have previously worked with other JAVA IDEs.

I need to know if it is possible to share a Webdynpro DC project among my peers.

For instance, say, my DC project has 2 Views. I want to work with one of them but also see what my team mate is doing in the other view. At the same time, I want to share my code with him.

For regular java projects we can achieve this with the help of a version control tool like VSS or CVS.

What is the equivalent in SAP Netweaver.

Could some one please point me in the right direction regarding this?

All your help will be highly appreciated.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
former_member185086
Active Contributor
0 Kudos

Hi

Vss is version control tool right .

To achieve same in WD Java, NWDI (NetWeaver Development Infrastructure ) is used .Which Increase reusablity and reuse of code segments by encapsulating functionality into small, reusable building blocks.

To know more about it read the following doc

1. [NWDI wiki|https://www.sdn.sap.com/irj/scn/wiki?path=/display/java/netweaver%252bdevelopment%252binfrastructure%252b(NWDI)]

2.[Setup an NWDI|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7014086d-3fd9-2910-80bd-be3417810c6f]

3.[Development Infrastructure|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60c7c351-1344-2a10-a6b0-c2f148f59ef0]

3.[NWDI DC Archive|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6061795e-2bd5-2910-b0ad-caf08ff20531]

Best Regards

Satish Kumar

Former Member
0 Kudos

Thanks for the prompt response. However, I actually need help regarding the coding environment and not code itself. Simply said, I need to achieve with Netweaver whatever I can achive with

(Eclipse + VSS/CVS)

Former Member
0 Kudos

Hi,

If you are using CE EHP1 you can integrate CVS as the repository, other wise for team development NWDI is the required

Regards

Ayyapparaj

sanyev
Active Participant
0 Kudos

Hi Tathagata Pal,

I netweaver environment it is called the Design Time Repository. It the code version management tool and is part of the Netweaver Development Infrastructure (NWDI). Refer you Server installation manual for installation of DTR. Or you can search the SDN for installation instructions for your version of the Server.

Regards,

Sanyev

Former Member
0 Kudos

Thanks everyone,

I think I can take it up from here.

I need to check if DTR and CBS are configured in the Enterprise Portal Server that we have. Then I think we can use that as the Central repository of our codes.

Just need a small clarification,

Does the DTR/CBS come packaged with SAP EP server? Or do we need to acquire them separately?

Former Member
0 Kudos

Hi,

NWDI is a separate installable.

For more details refer

http://help.sap.com/saphelp_nw04s/helpdata/en/98/b5b14035a5c64ee10000000a1550b0/content.htm

Regards

Ayyapparaj

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Following thread explains the same

Hope it helps.

Thanks,

Prasanthi