-
Enterprise Java
SpringBoot: Introducing SpringBoot
SpringBoot…there is a lot of buzz about SpringBoot nowadays. So what is SpringBoot? SpringBoot is a new spring portfolio project…
Read More » -
Enterprise Java
SpringMVC4 + Spring Data JPA + SpringSecurity configuration using JavaConfig
In this article we will see how to configure and integrate SpringMVC4, Spring Data JPA with Hibernate and SpringSecurity using…
Read More » -
Enterprise Java
Exporting Spring Data JPA Repositories as REST Services using Spring Data REST
Spring Data modules provides various modules to work with various types of datasources like RDBMS, NOSQL stores etc in unified…
Read More » -
Software Development
Clean Code: Don’t mix different levels of abstractions
We spend more time on reading code than writing. So if the code is more readable then obviously it will…
Read More » -
Enterprise Java
Deploying BroadleafCommerce 2.0 on JBoss AS 7
First 2 steps are not really related to Broadleaf specific, but mentioned to make it easy to follow(copy/paste) the steps.…
Read More » -
Enterprise Java
MyBatis Tutorial – CRUD Operations and Mapping Relationships – Part 2
To illustrate we are considering the following sample domain model: There will be Users and each User may have a…
Read More » -
Enterprise Java
MyBatis Tutorial – CRUD Operations and Mapping Relationships – Part 1
CRUD Operations MyBatis is an SQL Mapper tool which greatly simplifies the database programing when compared to using JDBC directly.…
Read More » -
Enterprise Java
Spring3 + JPA2 + Java EE6 App Server = Confusion Over Configuration
Spring is great, JavaEE6 is great and latest JavaEE6 Application servers are also great. This post is not a rant…
Read More » -
Software Development
Keep The Code Clean: WatchDog & SpotTheBug Approach
Before going to discuss ‘ WatchDog & SpotTheBug Approach‘, let me give a brief context on what is the needs…
Read More »