GWT Animation Kit Released

November 14th, 2007 - Written by in News

I wrote a post a couple of months highlighting a simple GWT based game called PlayPlate that was written by Giancarlo Todone. He created the game to demonstrate the features of his GWT Animation Kit that he was working on. Well, good news, because the library is now publically available to play with. Take a look at on the GWT developer forum for more information and download links. I don’t currently see an online demo to play with, but it looks like there are some examples you can download yourself.

No Comments Stumble it!

GWT RPC and Spring

November 13th, 2007 - Written by in Using GWT

Chris Lee has written a blog post which discusses his solution on integrating GWT RPC with Spring 2.x.

The differences from a conventional GWT-RPC service:

  • No requirement to inherit from RemoteServiceServlet (or any other class for that matter)
  • Addition of the annotation to indicate that this bean is an end point for GWT-RPC
    Automagic mapping of URLs (more on this below)
  • Ability to use all of Spring’s DI, AOP and other services on the bean (its no different than any other bean)
  • I’ve chosen to use so that Spring 2.5’s component scanning finds and registers this bean; alternately, could be omitted and the bean simply registered via XML.

No Comments Stumble it!

IndicThreads interview with Bruce Johnson

November 6th, 2007 - Written by in News

IndicThreads has posted an interview with GWT Project Lead, Bruce Johnson. It’s an interesting read.

IndicThreads >> What’s the overall direction that GWT is taking?

Bruce Johnson>> We will continue to look for ways to make GWT easier to use and great for interoperating with other client-side technologies while continuing to produce better, faster output. The team is extremely passionate about this mission because we realize that by enabling developers, we are indirectly helping millions of end users, which is very gratifying.

No Comments Stumble it!

« Previous Entries Next Entries »