Hi,
I have an EJB project on the JDI with a couple of entity and session beans. for transfering data between the beans I want to use java data classes.
For this I generated a new DC project with the type java an generated my data classes and the getter and setter methods.
How can I get a JAR out of this java DC project to use a "used DC" in the bean projects.
Regards Bernd