© Michael Müller 2018
Michael MüllerPractical JSF in Java EE 8 https://doi.org/10.1007/978-1-4842-3030-5_6

6. Configuration Files

Michael Müller1 
(1)
Brühl, Nordrhein-Westfalen, Germany
 

When we created TinyCalculator, NetBeans generated some config files. Depending on the application, these files or some others are used by Java EE to configure its behavior. This chapter provides an overview of these configuration files.

pom.xml

POM stands for Project Object Model. This file is related to Maven, which is, as mentioned before, beyond this book’s scope. I can only explain the most important content to convey information about libraries used in the projects. This will enable you to include these libraries in the build tool of your choice.

Thus, I’ll ...

Get Practical JSF in Java EE 8: Web Applications ​in Java for the Enterprise now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.