开发者

How to host an applet on google app engine?

开发者 https://www.devze.com 2023-03-26 00:38 出处:网络
I\'ve downloaded the google plugin for eclipse, along with the necessary app engine stuff. Now the question is, is it 开发者_如何学Pythonpossible to host a pre-made applet using google app engine, and

I've downloaded the google plugin for eclipse, along with the necessary app engine stuff. Now the question is, is it 开发者_如何学Pythonpossible to host a pre-made applet using google app engine, and if so, how?


An applet is just a jar or a series of jars that must be downloaded by the browser. Put the jar(s) in your web archive just as you would put a HTML, CSS, image or JS file, and include the markup for the applet in the appropriate page.

See http://download.oracle.com/javase/6/docs/technotes/guides/plugin/developer_guide/using_tags.html for details.

0

精彩评论

暂无评论...
验证码 换一张
取 消