Fortunately while I was searching around for tutorial, I stumbled across a google technology call Google Web Toolkit which allows you to build Ajax website using pure JAVA. This is like a dream come true for Java programmer like me who doesn't like the learning curve of Ajax.
Little preview about GWT
Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. Its goal is to enable productive development of high-performance web applications without the developer having to be an expert in browser quirks, XMLHttpRequest, and JavaScript. GWT is used by many products at Google, including Google Wave and the new version of AdWords. It's open source, completely free, and used by thousands of developers around the world.
Download here: http://code.google.com/webtoolkit/
Anyway, to cut the story short, this summer will be my journey to master GWT! I will try to post up my learning progress everyday, including all the cool tips and tricks!
public void onModuleLoad(){
RootPanel.get().add(new Label("see you guys later :D"));
}
No comments:
Post a Comment