RequestFactory is a component of the Google Web Toolkit that targets developers building data-oriented (CRUD) applications.
RequestFactory is a component of the Google Web Toolkit that targets developers building data-oriented (CRUD) applications and provides Bean-like APIs in the client. Unlike GWT-RPC, RequestFactory was designed to interface with existing data model objects on the server, typically backed by an ORM layer such as JDO or JPA.
Links:
- RequestFactory DevGuide
- DynaTableRf sample app from the GWT team
- RequestFactory JavaDoc for the GWT 2.4 release