开发者

Build a JS server inside of Java for Google AppEngine

开发者 https://www.devze.com 2023-01-10 04:58 出处:网络
I just needed to create a little interface for a project. So I decided to take given code and to run it on Google AppEngine. My problem is, that I\'m experienced in JavaScript and got some basic knowl

I just needed to create a little interface for a project. So I decided to take given code and to run it on Google AppEngine. My problem is, that I'm experienced in JavaScript and got some basic knowledge of Java, but I got no clue how a Java webapp has to be structured. I started Eclipse and installed the AppEngine-addon, downloaded Rhino and env.js (which is necessary for the bunch of code I need to run) but then found me in the situation of sitting on this files not knowing where to put them.

It would be great if someone could tell me in which directory to put which files for Rhino (I assume it's "/war/WEB-INF/lib/"), ho开发者_JS百科w to add the env.js-file and how to access all these files inside the .java-file which is the index of the app.


I don't know about app engine in particular, but I have had good success using Rhino jsc to compile script files which extend the Servlet API. The end result is a nice WAR file which you can deploy in any servlet container, and perhaps App Engine as well. See here for my relevant blog post about this technique, and here for a sample Eclipse project.


Have you taken a look at this tutorial on running Rhino on GAE?

It's a link from the official "Will it play in App Engine?" thread.


http://www.appenginejs.org/ may be of interest as well.

0

精彩评论

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

关注公众号