username:
webmail login password:

 

 


Developer Blogs

Software Developers, Scientists or Engineers or Psychologists?

Friday, February 27th, 2009

In our business, myself and the technical staff have computing related degrees, the rest of the staff are also educated to university level. I have a degree in Computer Science but does it make me a scientist? Or am I an engineer, or a business man (as myself and Julie own the business)?

The most important part of any business is the people in it and the people that use it, staff and clients both. The most difficult part of our job is communication and change. Attempting to make the technical aspects of our business accessible to everyone and trying to persuade people to use the systems we create. So where is the science in giving the best service we possibly can to each and everyone of our clients?

(more…)

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…)