Book Image

Building Applications with Scala

By : Diego Pacheco
Book Image

Building Applications with Scala

By: Diego Pacheco

Overview of this book

<p>Scala is known for incorporating both object-oriented and functional programming into a concise and extremely powerful package. However, creating an app in Scala can get a little tricky because of the complexity the language has. This book will help you dive straight into app development by creating a real, reactive, and functional application. We will provide you with practical examples and instructions using a hands-on approach that will give you a firm grounding in reactive functional principles.</p> <p>The book will take you through all the fundamentals of app development within Scala as you build an application piece by piece. We’ve made sure to incorporate everything you need from setting up to building reports and scaling architecture. This book also covers the most useful tools available in the Scala ecosystem, such as Slick, Play, and Akka, and a whole lot more. It will help you unlock the secrets of building your own up-to-date Scala application while maximizing performance and scalability.</p>
Table of Contents (17 chapters)
Building Applications with Scala
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface

Installing Jaspersoft Studio 6


For this, you will need to have Java 8 installed. If you don't have it, go back to Chapter 1, Introduction to FP, Reactive, and Scala, and follow the setup instructions. Jasper is really great because it works on multiple platforms; however, it works better on Windows. We are using Linux, so we will need to deal with fonts. JasperReports uses lots of Microsoft's core fonts, such as Arial and Times New Roman. There are some options to have the sources on Linux. You can look for a mscorefonts installer on Linux or just copy the fonts from Windows.

If you have a dual boot Linux/Windows installation, you can go to your Windows drive at the location WindowsDrive/Windows/Fonts. You will need to copy all font files to /usr/share/fonts on Linux and run $ sudo fc-cache -fv. This might take some time--for my Windows installation, it was about ~300 MB of fonts. You can test whether you have Windows core fonts on Linux. Open the writer and check for the fonts. You should...