I have experience with JBoss Seam. newly, moved to Spring Roo.
One of the good features in Seam is to have development and production profiles.
I used to keep the development db settings into the development profile.
and save the production db settings in the production profile.
It is easy to switch between them and create package for development and production.

How I can do this in Roo??