Saturday, 27 October 2007
6 Basic Java Servlet Examples
« A working example is worth 2 in the tutorial | Main | Hello World! »You know, when we launched Examples On-Demand, we started out with more detailed, full end-to-end examples, like the Blog application that has 4 CRUD operations using JSF as front end and JPA persistence on the back end running against the MyEclipse embedded Derby database. Obviously this isn't an example for those that are new to java technology.
Then today I ran across this post. This user was trying to learn how to build their first Java Servlet in MyEclipse. Even though we have some good documentation on building web projects, I realized that we don't have a basic Java Servlets example.
So I went and made one real quick using some servlet examples provided by the Tomcat folks. The new project is called JavaServletExamples
MyEclipse 6.0.x user you can access this project through Examples On-Demand browser (MyEclipse > Examples On-Demand menu)
Non-myeclipse users can find it here:
http://www.examplesondemand.com/ Then scroll down a few projects until you see JavaServletExamples
Tags:
[Trackback URL for this entry]
