Skip to content

wokier/GWT-TEH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GWT-TEH

TEH stands for __T__oString __E__quals __H__ashCode

gwt-teh is the gwt-compatible version of TEH.

Usage

  • Just extends GWTEHObject.

  • Define this dependency

<dependency>
			<groupId>com.github.wokier</groupId>
			<artifactId>gwt-teh</artifactId>
			<version>0.7</version>
			<classifier>teh</classifier>
</dependency>
  • Add an inherits 'teh.TEH' in your module .gwt.xml

  • Don't forget to define teh.gwt.server.GWTEHInitServlet in your web.wml with a low loadOnStartup parameter.


Demo

Demo Source

Release Notes

0.7 2013-04-24 GWT 2.5.0 Compatibility. Maven Central Release. Uses TEH 0.7

About

gwt-teh is the gwt-compatible version of TEH.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages