Hi, yes, this is possible. Have a look at samples/model-report.
Cheers... Matthias > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Magnus Stattin > Sent: Thursday, February 12, 2004 11:36 AM > To: [EMAIL PROTECTED] > Subject: [Andromda-user] Generation of one file from one stereotype > > > > 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/Custome > r/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 ------------------------------------------------------- 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
