EclipseSource Blogs

Lesen Sie die neusten Blogposts

10 Tips for using the Eclipse Memory Analyzer

Ian Bull
21.01.2013

Analyzing and understanding the memory use of an application is challenging. A subtle logic error can result in listeners never being disposed, ultimately leading to the dreaded OutOfMemory error. …

Deployment habits are changing at the speed of a container ship

18.01.2013

Thank you very much for participating in the survey “How will you run your RAP application in 2013?”. Very interesting results. Deployment habits seem to be rather conservative in the environment of …

RAP 2.0 RC1 published

Tim Buschtoens
18.01.2013

The RAP team wishes everyone a Happy New Year and proudly presents the first release candidate for RAP 2.0. When you look at our New and Noteworthy log for RAP 2.0 RC1, you’ll notice that we are going …

Tabris 0.10.0 – New & Noteworthy

Johannes Eickhold
17.01.2013

Happy New Year from the Tabris Team! We are having an exiting start into the new year with another release of Tabris, Tabris 0.10.0. The focus of the latest release is user experience. We added …

OSGi JAX-RS Connector 2.2.0 released (JAX-RS 2.0 update)

14.01.2013

There’s good news for our OSGi JAX-RS Connector. We’ve added a consumer implementation that gives you the opportunity to reuse your @Path/@Provider interfaces to consume REST services in a generic …

Effective Java Debugging with Eclipse

08.01.2013

Learning to write code efficiently is only one step towards becoming a coding master. Another step is learning to debug. When it comes to legacy or 3rd party code you will need to debug in order to …