Giter Club home page Giter Club logo

listmaker's Introduction

listmaker

A sample Web application using Google App Engine for Java, Objectify, and Jersey on the server along with GWT Activities & Places and Resty-GWT on the client.

Community

Use the issue tracker to report bugs or request enhancements.

Download the sample

  1. git clone https://github.com/turbomanage/listmaker.git
  2. If you don't already have it, install Maven 3.

Run the sample

  1. mvn clean package appengine:devserver
  2. Browse to http://localhost:8080/

Run the sample in GWT dev mode

  1. mvn gwt:debug
  2. Wait for the message "Listening for transport dt_socket at address: 8000"
  3. Configure a Java remote debugger in your IDE on port 8000 and launch it to attach.
  4. The standalone GWT console will appear and you can launch the browser from there.

Alternatively, you can run GWT dev mode directly with Google Plugin for Eclipse or IntelliJ full edition (see further instructions).

Setup with IntelliJ

  1. Import the project into IntelliJ as a Maven project.
  2. If you have IntelliJ full edition, you can run GWT dev mode in the IDE as usual.

Setup with Eclipse

  1. Install the Google Plugin for Eclipse.
  2. Import the project into Eclipse as an existing Maven project.

Optional

The sample includes G+ and Facebook login integration. The buttons are found in src/main/webapp/index.html. Simply look for the TODOs where you need to replace the CLIENT_IDs and secrets with those found in the respective developer consoles.

Upload to App Engine

Before uploading to App Engine, replace the application ID and version in src/main/webapp/WEB-INF/appengine-web.xml. To obfuscate the GWT code, making it smaller, build with the maven "release" profile.

Example: mvn -P release clean package appengine:update

listmaker's People

Contributors

turbomanage avatar

Watchers

James Cloos avatar

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.