Hello everyone.
I have such method:
*
public class AuthorizationServerResource extends ServerResource{
@Get
public String authorization() {
String login =
Request.getCurrent().getChallengeResponse().getIdentifier();
/**
This is the place to connect to the database of GAE
*/
return "smth";
}
}*
This method has to take data from a database about a specific user ID
(String * login*)
I can't understand how to connect a database of GAE. I thought to use the
extension org.restlet.ext.jdbc, but it isn't GAE
--
View this message in context:
http://restlet-discuss.1400322.n2.nabble.com/How-to-retrieve-data-from-database-of-gae-with-restlet-tp7480306p7480306.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.
------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2949860