开发者

General Java Web App

I have a client server setup. I need my client to be able to call the server, and the server pass down either a file or the text contained in the file. I am new to web development. Which type of technologies s开发者_StackOverflow社区hould I investigate. I know that Java Web Services, Java Servlets, Java EE Applications all exist. But which one would be best for my uses? The server side application must be Java and run in Apache Tomcat.

Any suggestions would be greatly appreciated.

Thanks


Check out the Google Web Toolkit


Try Restlet in combination with Jetty container, but it works with any container (including Tomcat). Here is where you can start.

Restlet can be used for both desktop or in-browser web apps. Also it nicely integrates with Google Web Toolkit.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜