• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Calling java code in an Oracle DB using RMI ?

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
I've got java code stored in an Oracle database which i want to call from JSP tag libraries code located on a client machine. Does anybody know if this is possible ? I don't want to wrap the java code with PL/SQL wrapper and use a JDBC connection as the java code is already wrapping PL/SQL code itself and use of JDBC over the network could be poor for the performances.
I still don't know if the java code in the database can be visible from outside and what method to use to connect to the database to access the java code in it.
Any toughts, views or ides more than welcome.
Thanks, JC
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic