Categories

Using and Extending Memory Analyzer into Uncharted Waters at EclipseCon 2011

Vladimir first introduced to the audience problems such as:

Tracking memory leaks : hard to debug and leading to OutOfMemory errors Thread issues : deadlocks, exhausted threads, waiting for external resources, such as DB connection

To solve those problems, you can use Eclipse Memory Analyzer, which is :

a Java Heap Analyzer it helps find [...]

Virgo and RT playing together at EclipseCon 2011

During this talk, Christopher presented the audience Virgo, part of the RT umbrella of the Eclipse Foundation

The virgo packages Equinox, then Virgo Kernel, then Virgo Tomcat Server or Virgo Jetty Server The Gemini project blueprint : DI Web : support for WABs and WARs JPA : persistence in OSGi DBAccess : modular JDBC drivers [...]

Growing an open source project one bugday at a time at EclipseCon 2011

Ian bull presented a tool (available for free for open project), Yoxos, that eases the  integration of new comers on a project, who often ask themselves such questions :

What is the version of Eclipse I have to use ? What is the SCM URL ? what version ? trunk ? a branch ? if [...]