username:
webmail login password:

 

 


James Heggs

GWT XSS and JSONP in a J2EE Container

Friday, October 10th, 2008

I have written a quick tutorial on how to perform XSS using GWT and JSONP within a J2EE based container.

The tutorial can be viewed at:

http://eggsylife.blogspot.com/2008/10/gwt-and-cross-site-jsonp-in-j2ee.html

GWT, Hibernate and Spring

Monday, February 18th, 2008

I have recently compiled a tutorial on how to make the GWT, Spring and Hibernate technologies work together.

The various sections and links are listed below.

Part One - Configuration and Initial SetupĀ 

Part Two - Hibernate Annotations and Example DB SetupĀ 

Part Three - GWT Server side and RPC Plumbing

Part Four - Tomcat Setup and Deployment

Part Five - Migration to GWT 1.5

Notification - End of RPC Call

Friday, October 26th, 2007

This tutorial code aims to solve a problem I have come across a lot lately on our own projects but also within the Google Web Toolkit (GWT) forums lately. The need to know when an Remote Procedure Call (RPC) has finished. Although this somewhat goes against the grain of the essence of an Asynchronous call a lot of developers still see the need to know when it has ended, sucess or failure. Below aims to solve this.

(more…)