Hi everyone!
I am no total newby to Spring, but I am far from being an expert. I hope you can help me.
I am planning a web application that will have a start-page with news, infos and the like.
There will be a login for registered users to access their private data.
How would you suggest I separate the data of the different users?
I thought about including in every object the corresponding user. And then manage the access rights in the spring application.
Then I thought maybe I could use a single database for every user. Then I would not need to manage the access rights. How would I do this in Spring with Hibernate? I used Spring and Hibernate but all my objects were loaded at startup via Hibernate and not when a user logged in...
What whould you suggest to manage the user data? Any tip is welcome!
Thank you!
Dominik


Reply With Quote

