I have an existing database that I have to write a simple web based CRUD application for. I'm considering using Roo. The problem I've seen so far is that Roo wants to create it's own database based on the domain objects. Is there or is there going to be a reverse mapping? Something like this exists in Django:
http://docs.djangoproject.com/en/dev...gacy-databases
I think it's very useful because in most corporations the data already exists in some relational form and it's the applications that change or get replaced.
Thanks,
Martin


Reply With Quote
