We have a web-services cartridge that basically generates the complete WS
layer, there are some other experimental cartridges under development that
aren't part of the distribution yet, we put them in CVS too but under a
separate module called /contrib (you can check them out)

I am using one of those cartridges personally: the database-cartridge,
because it is able to generate dummy data in the DB for your application:
for each entity you can select the number of records to generate and it will
populate all fields and foreign-keys (actually it generates an .sql file
which you need to feed into your DB)

This way you can start testing your application with data without having to
setup the stuff all the time (something everyone is doing and where a lot of
time is lost, not to mention the fact it's boring)

We will make that cartridge part of AndroMDA 3.0

-- Wouter

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:andromda-user-
> [EMAIL PROTECTED] On Behalf Of rob
> Sent: Sunday, February 27, 2005 7:49 AM
> To: andromda-user@lists.sourceforge.net
> Subject: [Andromda-user] Re: Andromda-user digest, Vol 1 #1034 - 9 msgs
> 
> 
> First of all, I am too a new AndroMDA user and I've found it easy to use
> and an incredible time saver.  I'm very, very impressed.  MANY MANY
> THANKS!
> 
> Quick question:
> 
> I read this today, and was wondering if anyone had a SOAP cartridge.  I
> guess the question I mean to ask is where can I find cartridges that
> aren't an official part of the dist?
> 
> >
> > I have used AndroMDA on 2+ projects now
> >
> > #1: 35 entities, axis webservices (2 hops), struts, ejb, hibernate,
> millions
> > of records in the DB, fault-taulerant, high-available, running on 156
> > machines (clusters of 27 each and a few stand-by machines)
> >
> > #2: 30 entities, spring, hibernate, struts, 10.000s of records in db
> >



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to