App Engine's JVM does not support java.applet because it only support server
side code.
Your Applet code is loaded into the server's static files and, after
downloading, the applet is loaded into the browser's jvm

On Wed, May 25, 2011 at 10:59 AM, SKP <patil.sha...@gmail.com> wrote:

> Hi Ian
>
> How does that work, any idea? Because the GAE JRE doesnt support
> java.applet.Applet.
>
> Thanks
>
> On May 24, 1:52 pm, Ian Gillett <iangillet...@gmail.com> wrote:
> > Hi,
> >
> > You can run Applets on App Engine - we are using an Applet / App engine
> on
> > the App below:
> >
> > https://www.google.com/enterprise/marketplace/viewListing?productList...
> >
> > <https://www.google.com/enterprise/marketplace/viewListing?productList..
> .>
> > Cheers,
> > Ian.
> >
> >
> >
> >
> >
> >
> >
> > On Mon, May 23, 2011 at 11:07 PM, SKP <patil.sha...@gmail.com> wrote:
> > > Hi
> >
> > > I have been trying to do Encryption /Decryption (using javax.crypto)
> > > on browser side i.e. using javascript. Data is stored in GAE's
> > > datastore.  I created a java applet that can encrypt/decrypt to use
> > > javax.crypto. But now i see that google app engine doesnt support
> > > java.applet.Applet . Is there any work around or anyway I can go about
> > > browser side encryption /decryption?
> >
> > > Thanks
> > > Sharada
> >
> > > --
> > > 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
> > > google-appengine-java@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-appengine-java+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-appengine-java?hl=en.
>
> --
> 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
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>


-- 
-- A. Stevko
===========
"If everything seems under control, you're just not going fast enough." M.
Andretti

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to