PermGen error

Archive for the ‘Software development’ Category

Code re-use

Just read an interesting article on code re-use and over engineering. Some interesting points to bear in mind when developing software for a commercial profit making organisation. http://java.dzone.com/news/reuse-myth-can-you-afford

GWT 2, JSONP and Javascript Overlays with JsonpRequestBuilder

In one of my earlier posts I discussed the topic of making cross site requests with Google Web toolkit. Since that post Google have updated Web toolkit, currently version 2.0.3 and has now made it easier to make cross site requests through the use of their new JsonpRequestBuilder object and the Javascript object overlay types [...]