Skip to content

nmorel/GenerateGwtRfProxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GenerateGwtRfProxy is an Eclipse plugin that generates GWT RequestFactory Proxy.

Update site :
https://raw.github.com/nmorel/GenerateGwtRfProxy/master/update

To use it, go to File (or right click on Package Explorer) > New > RequestFactory Proxy
If you open the wizard via the right click on Package Explorer, some of the fields will be automatically filled depending on the selection you had on the explorer. Unless you want your proxy in the same package as the class you want to proxy, the fastest way is to right click on the package where you want your proxy and browse for the class to proxy.

The wizard allows you to : 
 - choose the type of the proxy (EntityProxy or ValueProxy) and the annotation (@ProxyFor or @ProxyForName), 
 - specify a locator
 - select the getters and setters you want to include (all selected by default)
 - generate the proxies for the referenced beans

About

Eclipse plugin to generate the GWT RequestFactory proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages