Posted by admin | Posted in Tools | Posted on 29-09-2010
3

This is a short tutorial on how to install ‘Oracle SQL Developer’ on Ubuntu 10.04 (Lucid) platform.
1. Instal sqldeveloper-package package
sudo apt-get install sqldeveloper-package
2. Download ‘SqlDeveloper’ itself from Oracle website (you have to be registered prior to download)
3. Install tofrodos package
sudo apt-get install tofrodos
4. Create symlinks for dos2unix and unix2dos (execute the following inside your /usr/bin folder)
username@linuxbox:/usr/bin# sudo ln -s fromdos dos2unix
username@linuxbox:/usr/bin# sudo ln -s todos unix2dos
5. Install debhelper package
sudo apt-get install debhelper
6. Go to the folder where you have downloaded the SQL Developer in step 2 and run the following command:
make-sqldeveloper-package sqldeveloper-2.1.1.64.45-no-jre.zip
7. Install the newly created deb package
sudo dpkg --install sqldeveloper_2.1.1.64.45+0.2.3-1_all.deb
8. Run Sql Developer and when asked provide JDK home eg.
/usr/lib/jvm/java-6-openjdk
And thats it! Enjoy!
Posted by admin | Posted in Learning Materials | Posted on 05-09-2010
0
One of the latest books on my bookshelve is ‘Jasper Reports 3.6 Development Cookbook‘ by Bilal Siddiqui. If you have ever wrote/maintained an application which has to
gather some data into a report form using java technology this can be a book for you.
The book is divided into 50 sections, each being a separate recipe, describing how to build a particular part of the
report like headers, footers, grids etc.
Every recipe found in this book has a form of a well prepared tutorial with screen shots and ‘extensive’ explanation about a
particular topic.
This book goes straight to the point which some of the developers will really appreciate, it’s a 50 quick recipes on how to
use iReport software and Jasper Reports library effectively and with no fuss.
You can find more info about the book here
Hope you’ll like it too.

jasper reports 3.6 development cookbook