Wednesday, October 1, 2008

Tutorial on DB Lookup using graphical mapping

This tutorials explains on how a Database lookup can be done using graphical mapping.

The tutorial was submitted by Thomas Varghese and you can view the tutorial here.

1 comment:

Vinoth said...

Hi Thomas,

Can u please post the DBLookup code of yours, I am trying to do the same using the below code.

Context ctx = new InitialContext();
Object obj = ctx.lookup("DATA_SOURCE");

but its throwing error :(..
Could you please let me know how to handle this in java code.

Thanks in advance.