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
Modernizing Oracle Tuxedo Applications with Python

You're reading from   Modernizing Oracle Tuxedo Applications with Python A practical guide to using Oracle Tuxedo in the 21st century

Arrow left icon
Product type Paperback
Published in Mar 2021
Publisher Packt
ISBN-13 9781801070584
Length 202 pages
Edition 1st Edition
Languages
Concepts
Arrow right icon
Author (1):
Arrow left icon
Aivars Kalvans Aivars Kalvans
Author Profile Icon Aivars Kalvans
Aivars Kalvans
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Section 1: The Basics
2. Chapter 1: Introduction and Installing Tuxedo FREE CHAPTER 3. Chapter 2: Building Your First Tuxedo Application 4. Chapter 3: Tuxedo in Detail 5. Chapter 4: Understanding Typed Buffers 6. Section 2: The Good Bits
7. Chapter 5: Developing Servers and Clients 8. Chapter 6: Administering the Application Using MIBs 9. Chapter 7: Distributed Transactions 10. Chapter 8: Using Tuxedo Message Queue 11. Chapter 9: Working with Oracle Database 12. Section 3: Integrations
13. Chapter 10: Accessing the Tuxedo Application 14. Chapter 11: Consuming External Services in Tuxedo 15. Chapter 12: Modernizing the Tuxedo Applications 16. Assessments 17. Other Books You May Enjoy

Preface

I started working with BEA Tuxedo version 8 in 2003 by writing code in the C programming language. Tuxedo seemed like a magical framework that just worked and enabled several teams to develop microservices (we called them components then) and integrate them into a single distributed system in the end. Despite being developed in the 1980s, Oracle Tuxedo still runs a significant portion of critical infrastructure and is not going away any time soon. Yet the API provided by Oracle Tuxedo is still based on the same C programming language. Developing business logic in the C programming language is overkill in 2021; we should be using better tools for that. For developer productivity, nothing beats Python.

After 17 years, I have developed my own mental model of Tuxedo by writing and debugging code every day. On one hand, it is on a level of abstraction higher than the Tuxedo API and I operate in terms of C++ and Python wrappers for the lower-level Tuxedo API. On the other hand, I dive below Tuxedo abstractions into UNIX operating system processes, message queues, and other UNIX APIs. For me, that explains the application behavior and quirks I have observed. I have also used the same approach when teaching new recruits about Tuxedo.

So, this book combines what I wish I knew when I started developing with Tuxedo and the programming language and library I wish I had in my toolbox. I hope it gives you a different viewpoint than the Tuxedo documentation does and makes your Tuxedo journey more pleasant.

lock icon The rest of the chapter is locked
Next Section arrow right
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