Posts tagged Ajax
Create RIA Applications in Java with GWT
0Haven’t you always wanted to create Rich Internet Applications (RIA) in Javascript/AJAX but renounced to do so because you don’t know anything about these technologies ? Or you do know AJAX, but managing a code that will work for every web browser out there just drive you nuts. Besides, you find writing a non-trivial Javascript application very painful, given that you can’t debug your program, watch variables, find some errors without running the code, and the list continues. You know very well Java , and has been seduced by it since your write your first “Hello World” program ?
Well, Google Web Toolkit might seriously interest you!
What is GWT?
Google Web Toolkit, or GWT for intimate, is a development toolkit powered by Google, for building and optimizing complex browser-based applications. Technically, it is a Java framework, that can More >