Thursday, October 28, 2010

IDE Integration: DSpace and Netbeans

Salam and hi everyone,

Today i'm gonna write about my experience checking out DSpace source code using netbeans and try to make the it up and running on my local. My primary reference is this : Duraspace. Its the best guide you can find to help you to get DSpace source code and how to make it runs on our local.

Of course i have other references. They are like below:-
a)How to Guide : Tips and tricks for managing common DSpace chores.
b)DSpace manual.

There you go!! You have all the references needed, now what you need is a bit knowledge on java framework / web based project structure. B4 you start you may need this softwares :-

a)Netbeans IDE : I'm using v6.9
b)Apache Tomcat : I'm using v5.5
c)Apache Ant : I'm using v1.8.1
d)Apache Maven : I'm using v2.0.11
e)PostgreSql : I'm using v8.4
f)jdk : I'm using v1.6.0_20

All softwares above are free. Currently DSpace also capable of using Oracle database instead of PostgreSql. Perhaps because of the demands of using an oracle database.

If you follow the steps on the primary reference carefully you may end up successfully.However, you have to make sure that at the end of every steps you have correctly follow the step by doing some test. I several time failed to understand the instructions and caused me a disaster.

Below is my snapshot on the netbeans with DSpace source code.


Don't give up easily, its easier if you understand what are the steps for. You may ask me if you get stuck. Anyway, good luck!! c ya :)