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
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
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 [...]