-
Enterprise Java
RESTEasy Tutorial Part-1: Basics
RESTEasy is a JAX-RS implementation from JBoss/RedHat and is in-built in JBoss 6 onwards. Here I am going to show…
Read More » -
Enterprise Java
RESTEasy Tutorial Part-2: Spring Integration
RESTEasy provides support for Spring integration which enables us to expose Spring beans as RESTful WebServices. …
Read More » -
Software Development
Eclipse Project: Releases, Plans, and Reviews
For each release, an Eclipse project is required to provide a project plan. The project plan is created at the…
Read More » -
Enterprise Java
Java JAAS form based authentication
Implementing a login module using JAAS is an of advance topic and also most of the developers have rare chance…
Read More » -
Software Development
Class diagram generation from Java source
UMLGraph allows the declarative specification and drawing of UML class and sequence diagrams. The specification is done in text diagrams,…
Read More » -
Software Development
Eclipse Community Survey 2012
Each year we survey the Eclipse community to gather some insight into what developers are doing with Eclipse and open…
Read More » -
Software Development
Two Years of Experience Doesn’t make you “Senior”
Two years of experience doesn’t make you “senior”. Except maybe in high school. I don’t mean this in a negative…
Read More » -
Agile
Are Agile plans Better because they are Feature-Based?
In Agile Estimating and Planning, Mike Cohn quotes Jim Highsmith on why Agile projects are better: “One of the things…
Read More » -
Enterprise Java
Testing Abstract Classes and Template Method Pattern
From wikipedia “A template method defines the program skeleton of an algorithm. One or more of the algorithm steps can…
Read More »