0

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 should 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

2
  • are you talking about a webclient or a Swing desktop client? Commented Jan 26, 2011 at 19:27
  • @hvgotcodes Its a swing desktop client Commented Jan 26, 2011 at 19:29

2 Answers 2

2

Check out the Google Web Toolkit

Sign up to request clarification or add additional context in comments.

Comments

1

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.