I recently switched to Eclipse Kepler, being very dissapointed in the Juno Version – sometimes it took a couple of seconds just to switch between open tabs, and that on a 16 GB RAM machine with a 8-core processor… Anyway, I will shortly present here how I have configured Eclipse for the further development of Podcastpedia.org:
Contents [hide]
Go to eclipse downloads or google “download eclipse“, select the version of your preference and save it to your local disk. In my case I chose the standard Keppler version for Windows 64 bit.
Unzip the downloaded zip file in a folder of your preference. Before your start eclipse you will want to specify the JVM to use and tweak a few VM parameters in eclipse.ini This is how my eclipse.ini looks like:
You can then launch eclipse by clicking on eclipse.exe:
For code versioning I currently use Subversion (SVN), and the easiest way to integrate it in Eclipse is by using the Subversive project. The following steps explain how to do that:
Go to Window > Open Perspective > Other and select SVN Repository Exploring :
When opening the perspective for the first time I got the following dialog and selected the corresponding connectors for my svn and windows version.
Install them, you might be warned to accept unsigned content, but that is OK and restart Eclipse:
Now go again to the SVN Repository Exploring perspective, select New > Repository Locationand give the URL of your local repository.
Before I checked out my projects, I wanted to be able to check them out as Maven projects. For that I use the Maven Integration for Eclipse (m2e) plugin. Another way to install a popular plugin is selecting in the menu Help > Eclipse Marketplace > Popular
Install the plugin and restart Eclipse. Now you can finally go the added svn perspective and checkout your projects:
Once that is done, you can convert them to Maven projects by right clicking on the project and selectingConfigure > Convert to Maven project :
Apache Tomcat is the used server for Podcastpedia.org, both in development and production. For the development environment in Eclipse I really like the Sysdeo Eclipse Tomcat Launcher plugin.Download the tomcatPluginV33.zip file, unzip it under Eclipse_Home/dropins and restart Eclipse. You should now have the Tomcat buttons in your menu
Before you can start Tomcat from Eclipse go to Window > Tomcat and set tomcat home, and other parameters if you might need:
Now click on the cat icon to start Tomcat.
For JSP and XML editing I use the Eclipse JAVA EE Developer Tools. The installation way is the same over Help > Install New Software…
That’s it. You might also want to install database access from Eclipse. Maybe is a matter of habit, but I prefer MySql Workbench for that…
If you liked this, please show your support by helping us with Podcastpedia.org
We promise to only share high quality podcasts and episodes.