Skip to content

Embedding Servlet into Existing Project

Steve Hannah edited this page Apr 30, 2015 · 1 revision

If you want to embed the proxy servlet into an existing JavaEE project, you can simply copy the appropriate class into your project.

Use the CORSProxy class for standard JavaEE application projects.

Use the GAEProxyServlet class for AppEngine projects.

Clone this wiki locally