cancel
Showing results for 
Search instead for 
Did you mean: 

Public parts and Dependencies in NWDI.

Former Member
0 Kudos

Hi all,

Iam using NWDI 7.3 . I have created a java EE DC for example DC1test  and created a class in it . created a public part for the dc. built the dc.how to use this class in other DC created for example DC2test .

Through manage entities in Public parts (adding generated class file )and adding the DC1test dependency in DC2test will achieve this requirement . how can i refer the DC1test class in one of the methods of DC2test class.

Please help me in this.

Regards

Deva

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

after the dependency is added, just like using other java class, add them in the import section, then you can use them