• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

JCA adapter for Oracle Reports 6i

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Our J2EE system generates reports from Oracle Reports 6i using a servlet that opens a socket connection and does a HTTP POST.
I am investigating if it's worth developing a JCA adapter that will talk to Oracle Reports server and generate the reports via an HTTP POST. Developing the JCA framework will help us migrate to other EIS'es in the future. Can I use CCI to generate HTTP POST and read streamed data ?
Is there any sample JCA adapter code that I could refer to?
Thanks,
Nikhil
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic