Book Image

Java EE 7 Development with NetBeans 8

By : David R Heffelfinger
5 (1)
Book Image

Java EE 7 Development with NetBeans 8

5 (1)
By: David R Heffelfinger

Overview of this book

Table of Contents (18 chapters)
Java EE 7 Development with NetBeans 8
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we saw the many ways in which NetBeans can help us speed up the development of applications by taking advantage of JPA.

We saw how NetBeans can generate new JPA classes with all the required annotations already in place. Additionally, we covered how NetBeans can automatically generate code to persist a JPA entity to a database table. We also covered how NetBeans can generate JPA entities from an existing database schema, including the automated generation of JPQL named queries and validation. Finally, we saw how NetBeans can generate a complete, visually appealing JSF application from existing JPA entities.