Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have MySql DBMS with 3 Database

  • config
  • master1
  • master2

A JSF 2.1 application do the login with specific username on config DB then do some query and obtain the name of db on wich do the connection.

Now with 2 simple database the solution are simple

1)join master1 and 2 with config and create a single mono database with relations... Possible but there is the request to separate user data so discard

2)Create n pool in Glassfish then use the appropriate pool.

Actually i'm using this solution but if i have master 0...1000 i have to create them manually ....

I'd like to 1) connect as the usual to config 2) retrive the db name 3) check if resource (with sam name exist) 4) if no existence create it 5) Now use it

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.