I need to create javascript library which will be called from other javascript code.
Is it possible to create javascript library using GWT and Java classes? No entry points, no UI - just some utility javascript classes with public static and object methods (e.g. encryption library, image processing library, user input validation library, etc) ?
Any other java to javascript convertion tool is wellcome.