[appengine-java] decision making

2010-03-13 Thread Jeevan
hello all, am developing app called cloud based teaching system. Initially it accepts the google account user name and password for the user. I am thinking of provide 3 different level of authentication. 1)Student 2)Faculty 3)Admin Admin can add faculty and remove faculty and can do all

Re: [appengine-java] decision making

2010-03-13 Thread Miroslav Genov
Hello, Here are some ideas that could help you find out how to solve this. Create an object in the database that would map email address to it's role. Something similar to: UserEntity User user; // or email that is logge String role; // role name So the information in this table may