Prototype based object models

The Mozilla Developer Center has a great guide for Javascript. This guide provides one of the best explanations I’ve read on the Javascript object model and on prototype based object models in general. Although I have only programed with languages that provide class based object models I believe that that prototype based object models are […]

continue reading Prototype based object models

Eclipse TPTP 4.1 Released

The Eclipse Test and Performance Tools Platform version 4.1 has been released. Major enhancements of this release include: Web application testing and profiling support. There is no need to install and use an agent controller for collecting data on a local system. The TPTP 4.1 plug-in has an integrated controller that can be used to […]

continue reading Eclipse TPTP 4.1 Released

SpringIDE

If you are developing with the Spring Framework and you use the Eclipse IDE, then you should definitely check out the SpringIDE Eclipse plug-in. This plug-in is a Spring Framework subproject that aims to assist developers with the development of Spring applications. The main features of SpringIDE are: Spring bean definition editor (with auto-complete support) […]

continue reading SpringIDE