Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Hibernate

You're reading from   Mastering Hibernate Learn how to correctly utilize the most popular Object-Relational Mapping tool for your Enterprise application

Arrow left icon
Product type Paperback
Published in May 2016
Publisher Packt
ISBN-13 9781782175339
Length 204 pages
Edition 1st Edition
Languages
Arrow right icon
Toc

Summary

In this chapter, we discussed how to prepare the deployment of our Hibernate application in the EJB and Spring context. Enterprise application deployment is not always an easy task. However, we identified the things that you should keep in mind when deploying in a container. You will need to use the configuration files that are recognized by the containers and application servers, such as persistence.xml. Also, you should delegate the task of resource management to the container or the application server. For example, it's always a good idea to let the container manage database connection pools and just access it as a data source. Transaction management is also another concern that is best left to the container.

Both EJB and Spring do a good job at providing a runtime context to simplify the deployment and management of your runtime application.

We discussed how to write an EJB class that uses the JPA entity manager and how transactions are managed in the EJB context. We also...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image