cancel
Showing results for 
Search instead for 
Did you mean: 

XMI import deprecated

former_member190457
Contributor
0 Kudos

Hi, I would like to use automatic code generation UML -> Java.

I was planning to use XMI import in NWDS, but as of 7.0.11 this option is deprecated.

Does anyone know the reasons behind this decision?

Moreover, I would really appreciate if anyone could provide suggestion as to how replace the XMI import and use automatic code generation.

Thanks

Vincenzo

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member190457
Contributor
0 Kudos

Hi, so no response yet, just let me put things the other way around.

I have a JavaBean - based model in my WDP DC. I would like to add method computeTax() to ModelClass Employee.

I can actually add the method to the Employee class in the methods tab in WD Explorer, but I can't find the "implementation" tab in the model class editor as for RFC - based model classes.

Can anyone please help? Also methodologies concerning UML-oriented development would be really valued.

Thanks, Vincenzo

Former Member
0 Kudos

Hi,

If you are using CE version, right - click the Method Name, Select Navigate To and select Implementation.

It will open the Implementation of the Class.

Regards,

Alka.

former_member190457
Contributor
0 Kudos

Thanks for your reply.

Actually I'm on NW70. It turned out that implementation is not there because you are supposed to completely implement your model in the original JavaBean class, so no reason for making it again editable.

Kind regards