Fix It Anyway

thoughts about software development

Friday, March 28, 2014

GWT - ClientBundle in Action

›
ClientBundle is the GWT's way to organize the non-js resources, such as css codes, images. Getting resources into client bundle is sim...
Tuesday, March 18, 2014

GWT - client server communication - json

›
So far my discussions about GWT are exclusively front end technologies, today let's move on to the more exciting client server communica...
3 comments:
Tuesday, March 11, 2014

GWT - Super Dev Mode

›
We are losing the classical GWT dev mode pretty soon, Firefox support is already removed , and soon will be the end of Chrome support . For ...
Friday, March 7, 2014

GWT - images and uibinder

›
Today we will meet a new friend in the ui:binder's world, <ui:image>. It is used to tag images to be included into the uibinder. ...
1 comment:
Friday, February 14, 2014

GWT - i18n made easy

›
Let's start by creating the good old java properties file, for now let's say we want to support English and Chinese. Right clic...
Friday, February 7, 2014

GWT - UiBinder Quick Intro

›
Before we start the UiBinder business, let's rewind the clock to GWT 1.x era. This is how to create a simple "click me" button...
1 comment:
Wednesday, February 5, 2014

GWT - maven based project setup

›
Let's start with an empty maven web project. Time to config the pom.xml <project xmlns="http://maven.apache.org/PO...
›
Home
View web version
Powered by Blogger.