Is it possible in any way to just generate one file from all items in a
model with a certain stereotype?
What I would like to do is to generate one xmlfile where all entities in
the model is given a logical name.
For example a model with 2 entites (Product and Customer) should give the
following output in one xmlfile:
<beans>
<bean id="productHome"
class="org.springframework.jndi.JndiObjectFactoryBean">
<property
name="jndiName"><value>businessmodel.entities.product/Product/LocalHome</value></property>
</bean>
<bean id="customerHome"
class="org.springframework.jndi.JndiObjectFactoryBean">
<property
name="jndiName"><value>businessmodel.entities.customer/Customer/LocalHome</value></property>
</bean>
</beans>
/Best regards Magnus
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
Andromda-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-user