My favorites | Sign in
Project Home Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12

import java.io.IOException;
import javax.servlet.http.*;

public class HelloWorld extends HttpServlet {

public void doGet(HttpServletRequest req, HttpServletResponse resp)
throws IOException {
resp.getWriter().println("Hello, world");
}

}

Change log

r7 by grr...@szsz.pl on Apr 16, 2009   Diff
Hello, World
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 247 bytes, 12 lines
Powered by Google Project Hosting