aspose file tools
The moose likes Spring and the fly likes Changing The database dynamically based on requested user Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Spring
Reply Bookmark "Changing The database dynamically based on requested user" Watch "Changing The database dynamically based on requested user" New topic
Author

Changing The database dynamically based on requested user

Tholeti Raghavendra Rao
Greenhorn

Joined: Feb 23, 2011
Posts: 1
We designed a web application using struts, spring and hibernate. We got a requirement to connect the application to a different database dynamically based on requested user. i.e., When a user registers himself with our application, a new database has to be created for him and there onwards all the transcations of that user have to be saved in that database.

Please help me in this if there is any possiblility to achive this.

Thanks in advance.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Changing The database dynamically based on requested user
 
Similar Threads
generating classes dynamically....
Problem in implementing Single Sign on
Re: Embedding applet which takes dynamic input, into JSP
Accessing the Web Page that is created dynamically.
Dynamically connection to multiple databases from single J2ee Application