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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -