Giter Site home page Giter Site logo

googlearchive / appengine-java-guestbook-multiphase Goto Github PK

View Code? Open in Web Editor NEW
33.0 75.0 280.0 47 KB

Goes through the process of creating an App Engine guestbook using Java and Maven in phases

License: Apache License 2.0

Java 98.79% CSS 1.21%

appengine-java-guestbook-multiphase's Introduction

status: inactive

This project is no longer actively developed or maintained.

For new work on this check out java-docs-samples and getting-started-java.

appengine-java-guestbook-multiphase

Goes through the process of creating an App Engine guestbook using Java and Maven in phases.

  1. phase1 -- UI Only
  2. final -- Adds data access using Objectify

Written by Google Cloud Developer Relations

Please ask questions on Stackoverflow

Project setup, installation, and configuration

How do I, as a developer, start working on the project?

  1. cd final (or phase1)
  2. mvn clean appengine:devserver

Deploying

How to deploy

  1. Create a project in Google Cloud Console
  2. edit .../webapp/WEB-INFappengine.web.xml and change your-app-id
  3. mvn clean appengine:update

Contributing changes

Licensing

appengine-java-guestbook-multiphase's People

Contributors

amshali avatar evinugur avatar facultyofmusic avatar gottskalk avatar hatstand avatar johndmulhausen avatar lesv avatar ludoch avatar tswast avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

appengine-java-guestbook-multiphase's Issues

Problems with Eclipse

Hi, when I copy web.xml on Eclipse I get those errors on the 6 line.

- Attribute "version" must be declared for element type "web-app".
- Attribute "xmlns" must be declared for element type "web-app".

Is GuestbookServlet "testing" test reversed?

In GuestbookServlet goGet() method it has:
if (req.getParameter("testing") == null) {
resp.setContentType("text/plain");
resp.getWriter().println("Hello, this is a testing servlet. \n\n");

Is the what you want or did you mean (req.getParameter("testing") != null)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.