I have the same situation as you,

right now working on admin interface, which actually does a lot of same stuff as a web app (most of the Hibernate stuff / persistance manager classes/ lot of business logic).

But after lot of thinking, I supose it's not a good idea to share the stuff, becouse:

1) It's quite hard to implement clean.
2) You can't separate the logic later.

If it's really so, that you only have different DB's, just use only one App and some sort of parameter, to choose the right DB in each case. It
have to be quite easy with Hibernate.

Cheers,
Danny


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to