users@glassfish.java.net

Re: Migrate a two-tier application towards glassfish

From: Dominik Dorn <dominik.dorn_at_gmail.com>
Date: Sat, 6 Mar 2010 21:13:39 +0100

what do you mean by "changes in the old world" ?

If the database layout stays the same, just create your mapping that
matches the current database and develop in parallel.
If not, you have to work closely together with the other developers,
so they don't interfere with your
work.

as you use a web-ui and a swing ui, I suggest going with this approach


UI-Frontends (MVC)
Service Layer
DB-Layer
Databse