How to convert existing javascript to java to use with GWT? -


is there tool convert javascript java, can handle project using gwt?

update

for don't know, gwt (google web toolkit) toolkit write java , javascript, question.

what have in mind? if you're looking sort of automatic tool, generates gwt java code javascript, i'm afraid there's no such thing.

you can (and should) use javascript native interface (jsni), in combination javascript overlay types (jso) wrap existing javascript code, it's possible interface gwt's java code. see getting know gwt, part 1: jsni (and part 2) post on gwt's offcial blog pointers , use cases.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -