• 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
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Connecting With Adapter to connect with Database

 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
   I am using JAX-RS jersey to build restful webservice.Currently i am using JDBC connection to fetch the data for @GET request.But client is saying there could be thousands of records associate with a customer in that case performance will be an issue.Client is saying we have licensed Adaper to connect with oracle.Can anybody let me know how to use Adapter with Oracle database connection in JAX-RS because i never heard about Adapter.Also i am fetching records from database and generating output as XML.SLA is saying response time should be 1 sec if there is 1000 records how Adapter will help in maintaining SLA.If any body could provide Sample code for Database Adapter will be great help.

Thanks,
Prabahsh Mishra    
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic