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