Download DateEngine Free Java Code

Description

Google App Engine sample application using plain Java that demonstrates most of the basic functions and API calls.

Source Files

The download file DateEngine-master.zip has the following entries.


.gitignore/*  w  ww. ja v  a2s  . c  om*/
src/META-INF/jdoconfig.xml
src/com/dateengine/PMF.java
src/com/dateengine/controllers/BrowseServlet.java
src/com/dateengine/controllers/HomeServlet.java
src/com/dateengine/controllers/MessageServlet.java
src/com/dateengine/controllers/PhotoServlet.java
src/com/dateengine/controllers/ProfileServlet.java
src/com/dateengine/filters/RequireLoginFilter.java
src/com/dateengine/models/Message.java
src/com/dateengine/models/Photo.java
src/com/dateengine/models/Profile.java
src/com/dateengine/tld/ProfileTags.java
web/WEB-INF/appengine-web.xml
web/WEB-INF/lib/commons-fileupload-1.2.1.jar
web/WEB-INF/tag/profile.tld
web/WEB-INF/templates/browse/list.jsp
web/WEB-INF/templates/home.jsp
web/WEB-INF/templates/messages/inbox.jsp
web/WEB-INF/templates/messages/new_message.jsp
web/WEB-INF/templates/profile/create_your_profile.jsp
web/WEB-INF/templates/profile/edit_profile.jsp
web/WEB-INF/templates/profile/view_profile.jsp
web/WEB-INF/templates/shared/navigation.jsp
web/WEB-INF/web.xml
web/index.jsp

Download

Click the following link to download DateEngine-master.zip.

DateEngine-master.zip




















Home »
  Java Free Code »
    API »




API
API Client
API Google