This question might sound similar to the one over here. My case is given below.
- I have written a project in groovy but now I want to use it as javascript in browser applications (web based GUIs). Went through Google Web Toolkit, and learned that it needs strongly typed Java code. Please let me know if I'm wrong about GWT.
- Assuming that I want to stick with GWT, is there any way to convert a groovy project to java project? Else, would it be possible to have the javascript version of my groovy project using GWT or any other framework?
Thanks.