Applets should be fine as long as the applet jar file(s) are not too
big. (<10M)
If they are bigger, you'll need to upload and deploy your app via the
command line appcfg with option --enable_jar_splitting specified.

For networking you should be able to send REST request from your
applet to your server using standard Java networking.
You could create a test servlet on the server to listen for your
applet.

Hope this helps,
-Chris

On Sep 2, 1:43 pm, GuruK <[email protected]> wrote:
> Does anyone have a good tutorial on how to use applets in gae? Also,
> would it be possible to use the applet to send stuff to the datastore?
>
> Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to