function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sudhakar ReddySudhakar Reddy 

Required files

If I want to use Rest API ,what  are the required files or jars needed to do development?

PopcornappsPopcornapps

Hi Sudhakar,

These are the jar files i used while creating a dynamic web project

 

commons-codec-1.4.jar

commons-httpclient-3.1.jar
commons-logging-1.1.1.jar
servlet-api-3.0.jar

 

If this is the reply to post and answers your question then please mark it as solution. 
Pravin Kumar
 Salesforce Certified Developer | Salesforce Certified Developer

WEN JIEWEN JIE

Hi Reddy,

 

I use the following jars in my project when I use Rest API.

 

commons-codec-1.6.jar

commons-httpclient-3.1.jar

commons-logging-1.0.4.jar