Calendar

September 2010
S M T W T F S
« Jul    
 1234
567891011
12131415161718
19202122232425
2627282930  

Oracle Naming Conventions

When designing a database it’s a good idea to follow some sort of naming convention. This will involve a little thought in the early design stages but will save significant time when maintaining the finished system.
It’s less important which exact conventions you choose to follow – but this page has a few suggestions.
The benefits of [...]

Entity Mapping: Table-per-type and Table-per-hierarchy

In the object world, Inheritance is natural thing. However the flat data model cannot be easily mapped to the hierarchy object model. Entity Framework provide TPT and TPH to solve this problem.  

How Do I Uninstall NetBeans in Mac OS X?

Drag-and-drop to trash all the folders NetBeans 6.x.app, glassfish-v2.x (if installed) , glassfish-v3 (if installed), sges-v3 (if installed), apache-tomcat-x (if installed)
Delete ~/.netbeans/6.x if you don`t want to save your NetBeans settings or if your IDE behaves strangely.
To clear the history of the installed software on Mac OS 10.6 Snow Leopard delete /private/var/db/receipts/org.netbeans.*, glassfish-v3* (if installed), [...]

Setup Environment and Path on OSX

Set PATH
sudo vi /etc/paths

OSX: Move Files Instead of Copying

You do not have to copy and then delete when moving files on your apple box. Here is how to do it all with one command. This tutorial describes how to drag and drop to move a file from one location to another.
When copying files from one location to another, I have always found it [...]