My Coding Pains

The Code, The Bugs and The Stack Trace

maven

plumbing family CRUD Operations to view pages

Hello Everyone, This is the part5 of my series on Maven, Spring and hibernate put together. This section is where we will actually feel some actions. this part 5 wasn’t planned from start, I introduced this step because it feels to me that there were so much to grab at once if I had published […]

setting up spring MVC 3.2 with controllers and actions

Hello , This is the part4 of my series on Maven, Spring and hibernate put together. Finally we will be seeing all effort invested in this tutorial. We will proceed as followed: creating folder structure preparing web.xml for servlets and listeners creating mvc spring application context preparing production property file configuring production database application context […]

Setting up project in Netbeans

Hello This is the part 2 of the series about working with maven, spring, and hibernate together. In this post we will be using Linux Mint Nadia, a cousin of Ubuntu 12.10 and Netbeans. Creating the project Click: File > New Project Categories: Maven > Project: Web Application Click Next Project Name: springDataMVCFamily GroupId: net.djomeda.tutorials […]

Setting up environment for java application development

Hello, This is the first part1 of my series on Maven, Spring and hibernate put together. I hope you it will be appreciated that I started from this point. Let’s get started: Install java development toolkit windows machine download and install jdk 7+ in :

Linux Ubuntu [bash] $ sudo apt -get install openjdk-7-jdk […]

Scroll to top