Chapter 14. PRD Reports Embedded in Web Applications
At this stage, with the amount of knowledge we have of Pentaho Report Designer (PRD), we can confidently say we are fairly good PRD developers.
This chapter attempts at taking not only one step forward with PRD, but many.
Once this chapter is finished and the concepts presented here are understood, we will be able to create a web portal that allows users to access PRD reports, send parameters to them, and select the final presentation format.
We will also be able to perform every configuration needed to have the portal working as well as have it packaged so that we can transport it and deploy it in a different environment with little modification.
In this chapter we will do the following:
- We will explain what Java Platform Enterprise Edition (JEE) is and its main components.
- We will explain what Apache Tomcat is. We will download it, install it, configure it, and start it.
- We will explain what Eclipse and Eclipse Web Tools...