Java

Java is a set of computer software and specifications developed by Sun Microsystems, which was later acquired by the Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment. Java is used in a wide variety of computing platforms from embedded devices and mobile phones to enterprise servers and supercomputers.

Spring Logo

Spring Framework

The Spring Framework provides a comprehensive programming and configuration model for modern Java-based enterprise applications - on any kind of deployment platform. A key element of Spring is infrastructural support at the application level: Spring focuses on the "plumbing" of enterprise applications so that teams can focus on application-level business logic, without unnecessary ties to specific deployment environments.

Hibernate Logo

Hibernate Framework

Hibernate ORM is an object-relational mapping framework for the Java language. It provides a framework for mapping an object-oriented domain model to a relational database.

Showing posts with label SVN. Show all posts
Showing posts with label SVN. Show all posts

Sunday, July 28, 2013

Steps to install Tortoise svn plug-in for Eclipse

In this post, we are going to see how to install tortoise svn plugin for eclipse.

Steps to install Tortoise plug-in for Eclipse:

Requirement:

  1. JDK 1.5 or later
  2. Tortoise SVN [Download]
  3. Eclipse 3.x
Steps:
Install:
1.       Open Eclipse IDE.
2.       Open  plug-in folder.[ex: D:\eclipse-jee-juno\eclipse\plugins]
3.       Download and extract the plugin file.[download]
4.       Copy the "tortoisePlugin_1.0.9" folder into ": D:\eclipse-jee-juno\eclipse\plugins" folder.
Configure:
Open Eclipse IDEàWindows à preferencesàtortoise
 
Path:                          C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe
SVNServer:                server URL
Shared Root folder: Folder created in local machine.
Reference: