facebook

Building apps that use multiple database schema

  1. MyEclipse IDE
  2.  > 
  3. Spring Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #310772 Reply

    Greg Soulsby
    Member

    Have the scaffolding working fine for single schemas, as shown in the examples.

    Our apps generaly make use of 2 or more database schema.

    Would you have any advice as how to approach a multi schema app?

    Regards

    #310847 Reply

    Heflin Hogan
    Member

    Do you mean with regard to the scaffolding? If I was trying to do that, and either just scaffold from both schemas separately, and then do the manual work to tie the application together, or I would set up a dummy database with all of the tables and relationships I need to scaffold in it, run the scaffolding off of that, then adjust the DAO properties and domain objects to point to the correct schemas.

    Regards,
    Heflin

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Building apps that use multiple database schema

You must be logged in to post in the forum log in