Skip to content

This GWT Project is a proof of concept that stores in the Browser Local Storage some Objectify Entities

Notifications You must be signed in to change notification settings

freddyboucher/gwt-storage-objectify

Repository files navigation

gwt-storage-objectify

This Spring Boot / GWT project is a proof of concept that stores in the Browser Local Storage some App Engine Objectify Entities.

Live demo: https://gwt-storage-objectify.appspot.com/

It uses:

It uses tbroyer/gwt-maven-plugin and follows tbroyer/gwt-maven-archetypes recommended project structure.

To use it in prod mode:

  • in /gwt-storage-objectify/mvn clean install (only one time)
  • in /gwt-storage-objectify/gwt-storage-objectify-server/mvn appengine:devserver
  • then open your browser at http://localhost:8888/

To use it in dev mode:

  • in /gwt-storage-objectify/mvn install -pl gwt-storage-objectify-shared -am (only one time)
  • in /gwt-storage-objectify/gwt-storage-objectify-server/mvn appengine:devserver -Denv=dev -am
  • in /gwt-storage-objectify/gwt-storage-objectify-client/mvn gwt:codeserver -am
  • then open your browser at http://localhost:8888/

About

This GWT Project is a proof of concept that stores in the Browser Local Storage some Objectify Entities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages