Chapter 2: Building Your First Tuxedo Application
Just like the first program in most programming languages is Hello, world!, any developer training for Tuxedo starts by implementing to upper service, converting a string into uppercase letters. There is a simpapp ($TUXDIR/samples/atmi/simpapp) application in Tuxedo code samples written in C if you are curious. So, let's do the same in Python!
In this chapter, we will cover the following topics:
- Creating a server
- Creating a client
- Creating a configuration file for Tuxedo
- Starting the application
- Administering the application
- Stopping the application
By the end of this chapter, you will have a good understanding of all the aspects that make up the Tuxedo application and will know how to perform ...
Get Modernizing Oracle Tuxedo Applications with Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.