Hi all,
I'm going to write a java class that would access data
stored in db and would offer a certain set of operations on
CORBA layer (Let's say a DAO).
This class should run in the Java runtime environement
offered by sybase server avoiding JDBC channel.
Moreover, all operations should be implemented by means
stored procedures.
All this because I would improve performance as much as possible.
I hope I was clear
Could anyone give me some hint/source??
Thank you in advance.