Calculator (Java/GWT)

The Project

My continuing goal in application development is to learn new technologies and explore my possibilities. I am a huge fan of Google products, so I decided to explore the APIs and tools which Google offers.

Google Web Toolkit is a framework which allows you to write web content in Java, and convert the code to JavaScript and HTML designed to work the same across browsers. I really enjoy using frameworks which make development faster and easier, such as Google Web Toolkit and jQuery.

This was my first attempt at creating anything with Google Web Toolkit. After following the example tutorials on Google’s site, this was very easy.

The Link: Open in New Window/Tab or [Open as pop-up][2]

Here’s a link to the code on github.

[2]: javascript:window.open(../’m/calc/’, ‘gwtCalc’,‘height=400,width=200’)

Related Articles