My favorites
▼
|
Sign in
szsz
Random code snippets
Project Home
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
gae-java
/
hello
/
src
/
HelloWorld.java
r60
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");
}
}
Show details
Hide details
Change log
r7
by grr...@szsz.pl on Apr 16, 2009
Diff
Hello, World
Go to:
/trunk/gae-java/hello
/trunk/gae-java/hello/build.xml
/trunk/gae-java/hello/html
/trunk/gae-java/hello/lib
.../gae-java/hello/lib/flexjson.jar
/trunk/gae-java/hello/src
...e-java/hello/src/HelloWorld.java
/trunk/gae-java/hello/src/META-INF
...hello/src/META-INF/jdoconfig.xml
/trunk/gae-java/hello/src/WEB-INF
...lo/src/WEB-INF/appengine-web.xml
...-java/hello/src/WEB-INF/cron.xml
...rc/WEB-INF/datastore-indexes.xml
...e-java/hello/src/WEB-INF/web.xml
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 247 bytes, 12 lines
View raw file
Powered by
Google Project Hosting