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
Getting Started with Oracle Tuxedo

You're reading from   Getting Started with Oracle Tuxedo This is a crash course in developing distributed systems using Tuxedo and extending it to an SOA or cloud environment. Get to grips with administrative tools, Tuxedo APIs, the SALT component, and the Exalogic machine.

Arrow left icon
Product type Paperback
Published in Jun 2013
Publisher Packt
ISBN-13 9781849686884
Length 162 pages
Edition 1st Edition
Tools
Arrow right icon
Toc

Developing a Tuxedo client


A client is an application program that initiates requests in the Tuxedo application. This can be built in different platforms (for example, in both terminal and graphical interfaces). A client has to join the application before it can make any request to a server/service and must leave the application before exiting.

There are basically two types of clients:

  • Native client: This runs on the same platform as the Tuxedo domain, meaning it is attached locally

  • Workstation (WS) client: This runs on a different machine and joins over the network to a Tuxedo application running on a different machine

The design, coding, and operation of these two types of clients are the same—the ATMI for both are identical. There are some differences in the way these clients are compiled using the buildclient command, which will be described later.

Your client application uses tpinit() to attach to a Tuxedo application and tpterm() to detach from it. When a client joins an application, a...

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