Ask Experts Questions for FREE Help!
 

Free Answers in 3 Easy Steps

Register Now
3 Steps
 


Ask QuestionsprogressAnswer QuestionsprogressBuild ReputationprogressBecome an Expert
 
At Ask Me Help Desk you can ask questions in any topic and have them answered for free by our experts. To ask questions or participate in answering them you must register for a free account. By registering you will be able to:
  • Get free answers from experts in any of our 300+ topics.
  • Accept money for answers that you provide.
  • Communicate privately with other members (PM).
  • See fewer ads.
  View Answers    Answer this question    Ask a question  
 

shaileshkumar
Mar 30, 2007, 09:39 PM
Please send me hints for server side programmng in JAVA(servlets) .What are the pitfalls in
This kind of programming

Sitwonade
Feb 28, 2008, 01:53 PM
Try the Google Web Toolkit. It has some easy examples of AJAX programming with a java servlet backend.
Getting Started - Google Web Toolkit - Google Code (http://code.google.com/webtoolkit/gettingstarted.html)

If your server takes too long to respond, the client could time-out so use threads to make sure the connection stays active. Other than that I haven't encountered many pitfalls.