Hi everyone,
i have two web application:

One is "OurTube" (is not an Google App Engine project) a web service,
that i can register information (metadata) about my video, this video
has id, this id is generated by a server in C++, i'm using CORBA to
deal with.

So i create an application in Google App Engine, where i can make
insert of this metadata in Google App Engine DataBase, okay ?

But my dobut is, how i can get the answer of some query in my website
(OurTube) ?

I was thinking something like :

In OurTube my servlet dispatch to my GAE in a response.sendredirect,
like :

response.sendRedirect("legiontube.appspot.com/Register?insert=Harry
Potter");

The in my GAE, my servlet Register take the value of insert and do the
insert in Google database, okay ?

But how can i do a query in Google database and this answer return to
my website (Ourtube) ?

Best regards,
Valter Henrique.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to