Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 A Quick TIBCO Object Service Broker Tutorial : Tutorial Overview

Tutorial Overview
Purpose of the Chapter
This chapter provides a basic introduction to TIBCO Object Service Broker by demonstrating the steps necessary to build a simple application. This application:
1
2.
3.
The chapter provides enough information to build the application and then refers you to the appropriate manuals for complete information about the tools used.
If you want to actually build the application as you read this chapter, first ensure that you can log in to TIBCO Object Service Broker and that your security permissions allow you to define tables, screens, and rules.
Purpose of the Application
This application will allow the user to access information about games scheduled for the National Hockey League (NHL) season, the scores for games played, and the team standings. The input is provided by two text files:
The application builds the native TIBCO Object Service Broker table used to store the game schedule, processes the results using information directly from the external file, and builds team statistics based on these results. The application also implements business logic to fix, if possible, any record with missing or inconsistent data.
What You will Learn
This simple scenario will illustrate in principle how to use TIBCO Object Service Broker to:
The application built here does not include the implementation of a User Interface. TIBCO Object Integration Gateway can be used to add the graphical user interface using the environment of your choice (i.e., Java, .NET, VisualBasic) or to invoke TIBCO Object Service Broker processing from the TIBCO BusinessWorks engine.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved