GeekArticles
Programming
C++EJB 3.0 Remote Session Bean Lookup
Author: codeproject.com |
Published: 3rd May 2008 |
Visited: 50 times |
Add CommentFiled in: CPlusPlusThis article describes a way to perform remote lookup of EJB 3.0 session bean into simple Java application.
Read Article Sponsored Links
Related Articles
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...