GeekArticles
Operating Systems
SolarisExtended Persistence Context in Stateful Session Beans
Author: blogs.sun.com |
Published: 4th Apr 2008 |
Visited: 76 times |
Add CommentFiled in: SolarisThis Tech Tip illustrates an application that uses a stateful session bean and an entity manager with an extended persistence context.
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 ...