Enterprise development ideas

A place to keep track of enterprise software development stuff.

Thursday, July 18, 2013

How to explain what Java is?

›
Some time ago, someone asked me how I would explain someone else what Java is, "...imagine that person is someone who has little experi...
Wednesday, June 12, 2013

GoF patterns: Template Method

›
Definition: This pattern defines the skeleton of an algorithm and let subclasses define some steps of it without changing the original a...
Monday, June 3, 2013

GoF patterns: Strategy

›
Definition: This pattern defines a family of algorithms, encapsulates each one, and makes them interchangeable at runtime. This pattern is...
Tuesday, May 28, 2013

Restful Generic DAO with Spring 3 + JPA + unit testing + integration testing

›
This time, we will create a generic DAO layer, a Service layer and a REST layer which exposes the Service layer to whoever wants to consume ...
4 comments:
Wednesday, February 27, 2013

JavaUtils and Apache Common Collections

›
When it comes to the importance not to repeat yourself while writing code, it is even important to take a look at most common activities. F...
Tuesday, December 4, 2012

Datasource and database driver in JBoss 7 without module definition

›
So, you just downloaded JBoss 7 and want to give it a try. You notice that the whole directory structure changed completely but do not want...
1 comment:
Tuesday, October 2, 2012

@ViewScoped and CDI

›
If you were working with Seam 2 you sure were familiar with @Scope(ScopeType.PAGE) annotation for your action classes. This scope was used...
1 comment:
›
Home
View web version
Powered by Blogger.