In this tutorial, I will show you how to integrate Hibernate with Spring 3. Tools and technologies used : Hibernate Spring MySql Maven Eclipse First create a new Dynamic Web Project and configure it as Maven Project. For Reference, Click Here Add the following dependencies in pom.xml 1. Sql Script Use the following Sql Script [...]
Install Maven On Windows
Maven is a command-line tool for building Java (and other) programs. The Maven project provides a simple ZIP file containing a precompiled version of Maven for your convenience. There is no installer. It’s up to you to set up your prerequisites and environment to run Maven on Windows. Prerequisites Java Installation Click Here to download [...]
Setting up Maven 2 projects in Eclipse
Open eclipse IDE and Go to Help->Software Updates-> Find and InstallAdd the following location to add Maven 2 Plugin in Eclipse as shown in Figure 1.1 http://download.eclipse.org/technology/m2e/releases Figure 1.1 Now .m2 folder is created in “C:\Documents and Settings\ on Windows. Create a file settings.xml in .m2 folder and paste the following code. 1. Create Project [...]
Enable Maven for Dynamic Web Projects in Eclipse
In this tutorial I will show how to enable Maven for Dynamic Web Projects in Eclipse.First create a Dynamic Web Project as shown in Figure 2.1 Figure 2.1 Now right-click on project, select Configure and click Convert to Maven Project as shown in Figure 2.2 Figure 2.2 Enter the details as shown in Figure 2.3 [...]
Enable Maven for Java Projects in Eclipse
In this tutorial I will show how to enable Maven for Java Projects in Eclipse.First create a Java Project as shown in Figure 3.1 Figure 3.1 Now right-click on project, select Configure and click Convert to Maven Project as shown in Figure 3.2 Figure 3.2 Enter the details as shown in Figure 3.3 Figure 3.3 [...]
