GWT code split is awesome

For the past few days, I’ve been working on code splitting our existing GWT application. The application is fairly big with about 20k loc (excluding javadoc, comments and tests). The download size (with obfuscated mode) is about 1.5M, and with pretty mode, is a whooping 10+M. Obviously this is not acceptable. GWT2 provides developer guided [...]

Building a GAE+GWT application using the best practices, Part 5

This post will discuss the actual building of the UI and GWT-RPC web service calls using GWT-Dispatch on the client side.

Building a GAE+GWT application using the best practices, Part 4

In the last blog post, we went over how to write GWT-RPC handlers using GWT-dispatch and dependency injection (Guice). This section, we’re going to see how the client side is set up.

Building a GAE+GWT application using the best practices, Part 3

In this part of the series, we’re going to explore the designing of the web services for RateChecker and coding them using the command pattern from GWT-dispatch based on Ray Ryan’s presentation.

Building a GAE+GWT application using the best practices, Part 2

In Part 2, we’re going to go over project setup for GAE and GWT applications, and wire the server (servlet) using Guice and GWT-Dispatch.

Building a GAE+GWT application using the best practices (Index)

This is the index page for the blog series “Building a GAE+GWT application using the best practices” Part 1 – Introduction Part 2 – Project setup and server side wiring Part 3 – Writing the web service with command pattern Part 4 – client side wiring Part 5 – UI coding You may checkout the [...]

Use delegation to write map/filter in Java

Use delegation to implement map and filter method (as in functional languages) in Java

Follow

Get every new post delivered to your Inbox.

Join 34 other followers