Java EE to Jakarta EE 10 Recipes
eBook - ePub

Java EE to Jakarta EE 10 Recipes

A Problem-Solution Approach for Enterprise Java

  1. English
  2. ePUB (mobile friendly)
  3. Only available on web
eBook - ePub

Java EE to Jakarta EE 10 Recipes

A Problem-Solution Approach for Enterprise Java

Book details
Table of contents
Citations

About This Book

Take a problem-solution approach for programming enterprise Java or Java EE applications and microservices for cloud-based solutions, enterprise database applications, and even small business web applications. Java EE to Jakarta EE 10 Recipes provides effective, practical, and proven code snippets that you can immediately use to accomplish just about any task that you may encounter.You can feel confident using the reliable solutions that are demonstrated in this book in your personal or corporate environment.

Java EE was made open source under the Eclipse Foundation, and Jakarta EE is the new name for what used to be termed the Java Platform, Enterprise Edition. This book helps you rejuvenate your Java expertise and put the platform's latest capabilities to use for quickly developing robust applications. If you are new to Jakarta EE, this book will help you learn the features of the platform and benefit from one of the most widely usedand powerful technologies available for cloud-native enterprise application development today.

Examples in this book highlight Jakarta EE's capabilities, helping you to build streamlined and reliable applications using the latest in Java technologies. The book takes a problem-solution approach in which each section introduces a common programming problem, showing you how to solve that problem in the best possible way using the latest features in Jakarta EE. Solutions in the form of working code examples are presented that you can download and use immediately in your own projects. Clear descriptions are provided to help you understand and learn to build further on the solutions provided.

This is the ideal book for the code-focused programmer interested in keeping up with the future of enterprise development on the Java Platform.

What You Will Learn

  • Develop enterprise java applications using the latest open-source Jakarta EE platform
  • Create great-looking user interfaces using Jakarta Servlets, Jakarta Server Pages, Jakarta Server Faces and the Eclipse Krazo framework (an implementation of Jakarta MVC)
  • Build database applications using Jakarta NoSQL, Jakarta Persistence, andJakarta Enterprise Beans.
  • Develop enterprise grade applications usingContext & Dependency Injection, and Jakarta RESTFul web services
  • Automate testing through cohesive test suites built on Arquillian for Jakarta EE applications
  • Build loosely coupled distributed applications using Jakarta Messaging
  • Deploy microservices applications in cloud environments using Docker
  • Secure applications utilizing the Jakarta EE Security API

Who This Book Is For

Java developers interested in quickly finding effective and proven solutions without reading through a lengthymanual and scrubbing for techniques.

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Java EE to Jakarta EE 10 Recipes by Josh Juneau,Tarun Telang in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming in Java. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Apress
Year
2022
ISBN
9781484280799
Edition
3

Table of contents

  1. Cover
  2. Front Matter
  3. 1. Jakarta Servlets
  4. 2. Jakarta Server Pages
  5. 3. Jakarta Server Faces
  6. 4. Advanced Jakarta Server Faces
  7. 5. Jakarta MVC
  8. 6. JDBC with Jakarta EE
  9. 7. Object-Relational Mapping
  10. 8. Jakarta Enterprise Beans
  11. 9. Jakarta Persistence Query Language
  12. 10. Jakarta Bean Validation
  13. 11. Jakarta Contexts and Dependency Injection
  14. 12. Jakarta Messaging
  15. 13. RESTful Web Services
  16. 14. WebSockets and JSON
  17. 15. Jakarta Security
  18. 16. Concurrency and Batch
  19. 17. Jakarta NoSQL
  20. 18. Jakarta EE Application Server
  21. 19. Deploying to Containers
  22. Back Matter