The easiest thing you can do is use the app engine datastore.
http://code.google.com/appengine/docs/python/gettingstarted/usingdatastore.html

Alternatively if you want full control you will probably need to use
the app engine as a proxy and host your db and robot on a different
server. In the same way described at http://www.devx.com/Java/Article/43342
The app engine allows you to send and receive requests through port
80. Wave Live messenger http://www.wave.to/robots/wavelivemessenger/ /
http://github.com/Thomas101/Google-wave-Wave-Live-Messenger does this.
Might be worth taking a look at.

Tom

On Nov 27, 2:53 am, hvt_kg <thaihuyn...@gmail.com> wrote:
> Hi GAGANRAGHAVA REDDY,
> You are right. At the time Google App Engine doesnot support JDBC
> connectivity, but instance of you can using datastore from GAE  work
> well. Also, I think in the next version, Google to permit host robot
> on own Server and then we can using JDBC, ....
> thanks,
> Alex
>
> On Nov 27, 6:32 am, GAGANRAGHAVA REDDY <gaganch...@gmail.com> wrote:
>
>
>
> > Dear Developers ,
>
> > I am trying to develop  a robot which is built using database support
> > (MySql). When i deploy this robot in Google App Engine and try to use
> > it . I get this error ---- Could not initialize class
> > com.mysql.jdbc.Connection
>
> > I came to know that Google App Engine doesnot support JDBC
> > connectivity . I would like to know if there is any way to make this
> > work.
>
> > --
> > Gagan:-)

--

You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.


Reply via email to