Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

very nice tutorial, i was under impression that I know all about web applications but I learned something new today. I am still using servlet 2.5 but its nice to see annotations in 3.0 looking forward for future posts, G+1 from my side. :)
- Amit
You said HTTP is the common language between server and client and stands for Hyper Text Markup Language ??? I am reading correct ? I mean it must be HTML in place of HTTP. Please let me know if any errors. By the way the article is very nice. Would love to read more about Apache and tomcat practical questions as well as answers to the questions such as where is init method ? what code and class is executed first when first request is received by servlet? Please post informative articles on these subjects too. Also allow people to download the sample code for reference.
- Aditya
It is outdated to reference Java Enterprise as J2ee, nowdays it is common sense to use Java EE X where X stands for the version 5 or above(eg. Java EE 5). I also doubt that the annotations introduced with EJB 3.0 relate to prior versions of Java EE ;)
- corsibu
I savor, lead to I discovered just what I used to be looking for. You’ve ended my 4 day long hunt! God Bless you man. Have a nice day. Bye
- bagsh
Can you tell me the why GenericServlet they made as an abstract class Why can’t be interface.
- Siddu
Thanks for the quick overview. That was very helpful. I was wondering if you have another overview of how a dynamic web project can be made into a maven dynamic web project?
- Vash2007
I m getting below error after running above code please help HTTP Status 404 - /
- Abhinav Chawan
Great to see you are running & accessing servlet from localhost. I succeeded in that. No how can I run same HelloWorld servlet on remote linux server with static IP. I have root access to remote linux machine with static IP. Please help!
- Satyabrata Mohanty