Hi Wouter,

i looked at your code but i think that is not what i am looking for. I try to 
describe my scenario.

The script "EntityClient.vsl" generates classes which are declared with a 
Stereotype <<EntityClient>>. This classes depends on a class of type 
<<Entity>>. So can generate the accessors to the attributes of the 
EntityBean. These EntityBeans sometimes have associated EntityBeans 
(relations or CMR). Now the EntitryClients refers to the Entities and i see 
no way to get the other way 
(PersonClient-->Person-->Address-->AddressClient).

For better understanding why i do this: the EntityClients are holders of the 
ValueObjects and capsualtes the logik of EJB's. The EntiyClients have 
accessor named like the attributes of the Entity and redirects them to the 
ValueObjects.

I need this to create an accessor in the PersonClient to the Address. 
Something like:

public de.foo.client.beans getAddress()
{
   return new de.foo.client.beans.AddressClient(value.getAddressValue());
}

But at this point i do not know the class and the package of AddressClient, 
cause i do not know to get from Address to AddressClient in 
"EntityClient.vsl".

-- 
best regards 

Ingo Bruell
�---
<[EMAIL PROTECTED]>
<ICQ# 40377720>
Oldenburg � �PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C �953C 8FE7 C648 169E 
E5FC
Germany � � �PGP-Public-Key available at pgpkeys.mit.edu


-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to