Time for action – configuration of libraries and the PRD report
We are going to copy PRD libraries into our project. We will then create a new folder within our project and copy a PRD report inside it. Finally, we will modify the connection type of this report so that it utilizes JNDI.
- We will copy the libraries that compose PRD's Application Programming Interface (API) into our project.
- Head to the
lib
folder inPRD_HOME]
, select every file in there, and copy it with Ctrl + C; then in Eclipse, select the node named prd5ch14 by going to WebContent | WEB-INF | lib and paste the copied files in there by pressing Ctrl + V.Note
Many of the libraries we just copied are not really necessary for the execution of this chapter's PRD report, but we decided not to add complexity to this stage by choosing them one by one; that is why we are instructing you to copy all of them indiscriminately.
- From the bulk of libraries we just copied into our project, select the one named
jsp-api-2.0...