Eclipse
-
Software Development
Is IntelliJ IDEA shining through Eclipse?
As a long time Eclipse user, I want to give a more serious look to IntelliJ IDEA. The people from…
Read More » -
Enterprise Java
Apache Camel Eclipse Tooling with Debugger
About 2 months ago Lars Heineman blogged about improved Apache Camel Eclipse tooling on the way as part of the…
Read More » -
DevOps
Deploy to WildFly and Docker from Eclipse
Docker and WildFly Part 1 – Deployment via Volumes and Docker and WildFly Part 2 – Deployment over Management API shows two approaches of…
Read More » -
Enterprise Java
Apache FOP Integration with Eclipse and OSGi
Apache FOP is an open source print processor driven by XSL formatting objects (XSL-FO). It can be quite useful to…
Read More » -
Core Java
Three Common Methods Generated in Three Java IDEs
In this post, I look at the differences in three “common” methods [equals(Object), hashCode(), and toString()] as generated by NetBeans…
Read More » -
Desktop Java
Efficient Creation of Eclipse Modules with Maven Archetype
Maven Archetype is a project templating toolkit that provides developers with the means to generate parameterized versions of built-in or…
Read More » -
Core Java
Lightweight Integration Tests for Eclipse Extensions
Recently I introduced a little helper for Eclipse extension point evaluation. The auxiliary strives to reduce boilerplate code for common…
Read More » -
Core Java
Eclipse Extension Point Evaluation Made Easy
Coding Eclipse Extension Point evaluations comes in a bit verbose and sparsely self-explaining. As I got round to busy myself…
Read More » -
Software Development
How to Access a Git Repository with JGit
A Git repository is represented in JGit through the Repository class that can be viewed as a handle to a…
Read More »