Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

gerbrand/gwt-dynatablerf-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-dynatablerf-spring

The GWT-Project contains an example-project dynatablerf, which demonstrates the RequestFactory in GWT. The RequestFactory is especially usuful for creating CRUD-like application, e.g. applicions that create, read, update and store data in a database. However, the example project doesn't persist data, as that is left upon the reader. As adding persistency isn't as straight forward, I've updated the example project to store data using Spring and JPA/Hibernate, the most popular frameworks in enterprise-environments.

Features

  • All client-state lives at the client, as is custom for GWT-projects
  • Spring-components can be used straight-forward as GWT-Services.
  • Entities are looked up using an entity-manager.

About

GWTProject's dynatable example using requestfactory and spring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published