Jakarta EE Recipes by Josh Juneau
Author:Josh Juneau
Language: eng
Format: epub
ISBN: 9781484255872
Publisher: Apress
Note
This example demonstrates the use of database transactions. Transactions allow for an entire sequence of processes to be performed at once. If a failure occurs in one of the processes, then all processes in the transaction fail, and changes to the database are rolled back. Otherwise, if all processes in the transaction complete successfully, then they are committed to the database. Transactions are very useful in situations where multiple database events depend upon one another.
How It Works
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Get Your Hands Dirty on Clean Architecture by Tom Hombergs(1406)
The Clojure Workshop by Joseph Fahey Thomas Haratyk Scott McCaughie Yehonathan Sharvit & Konrad Szydlo(1273)
Head First Java by Kathy Sierra(1102)
Java EE 8 Design Patterns and Best Practices by Rhuan Rocha(912)
Java EE 8 Design Patterns and Best Practices by Joao Purificacao & Rhuan Rocha(780)
Java Programming for beginners: Learn Java Development in this illustrated step by step Coding Guide by Mastery White Belt(677)
Head First Java™ by Kathy Sierra & Bert Bates(544)
Java All-in-One For Dummies (For Dummies (Computers)) by Lowe Doug(540)
Just Hibernate by Madhusudhan Konda(516)
Spring 5.0 Projects by Nilang Patel(512)
Clojure Cookbook by Luke VanderHart & Ryan Neufeld(431)
Java 8 Lambdas by Richard Warburton(428)
Java: Learn Java in One Day and Learn It Well. Java for Beginners with Hands-on Project. (Learn Coding Fast with Hands-On Project Book 4) by Chan Jamie & LCF Publishing(424)
Java Programming by Fain Yakov(382)
Head First: Android Development by Griffiths Dawn & Griffiths David(363)
Maven: The Definitive Guide by Company Sonatype(325)
Java Performance by Scott Oaks(319)
Clojure Programming by Chas Emerick & Brian Carper & Christophe Grand(318)
Data Structures and Algorithms Using Java by William McAllister(309)
