Practical IDL Programming

Practical IDL Programming
Author: Liam E. Gumley
Publisher: Morgan Kaufmann
Total Pages: 530
Release: 2002
Genre: Computers
ISBN: 1558607005

1 : Introduction -- 2 : Fundamentals of IDL Syntax -- 3 : Writing IDL Programs -- 4 : Input and Output -- 5 : Direct Graphics -- 6 : Plotting Data -- 7 : Displaying Images -- 8 : Creating Graphical Output -- 9 : Graphical User Interfaces (GUIs) -- Appendix A : IDL on the Internet -- Appendix B : Mathematical Routines -- Appendix C : Widget Event Structures -- Appendix D : Widget Properties -- Appendix E : Graphics Device Properties.

IDL Programming Techniques

IDL Programming Techniques
Author: David W. Fanning
Publisher: Fanning Software Consulting, Inc.
Total Pages: 445
Release: 2000
Genre: Computers
ISBN: 9780966238327

Creating Applications with Mozilla

Creating Applications with Mozilla
Author: David Boswell
Publisher: "O'Reilly Media, Inc."
Total Pages: 484
Release: 2002-09-24
Genre: Computers
ISBN: 9780596000523

Provides guidelines on creating applications with Mozilla that are based on top of the core Mozilla source code. Focuses on utilizing Mozilla's cross-platform development framework.

Modern IDL

Modern IDL
Author: Michael Galloy
Publisher: Michael Galloy
Total Pages: 486
Release: 2011
Genre: Computers
ISBN:

Modern IDL is an opinionated guide to using IDL, including information about recent versions of IDL, advanced topics, and best practices. Modern IDL is also a useful reference guide for both beginners and advanced users, collecting tables and lists of items that are scattered through the online help.

Designing and Programming CICS Applications

Designing and Programming CICS Applications
Author: John Horswill
Publisher: "O'Reilly Media, Inc."
Total Pages: 417
Release: 2000
Genre: Computers
ISBN: 1565926765

Presented as a practical approach suitable for new users of IBM's mainframe system, "Designing & Programming CICS Applications" is designed to give insights into the range of features provided by CICS. Written for experienced users, the book explains how to integrate existing mainframe systems with newer technologies.

OSF DCE Application Development Guide 1.1

OSF DCE Application Development Guide 1.1
Author: Open Software Foundation
Publisher: Prentice Hall
Total Pages: 438
Release: 1995
Genre: Computers
ISBN:

OSF's Distributed Computing Environment (DCE) is a blend of technologies from worldwide industry leaders - Hewlett Packard, Digital Equipment Corporation, Siemens and Transarc. It is a fully-integrated set of services that supports the development, use and maintenance of distributed applications, and enables applications to harness effectively the unused power found in many networks. With OSF DCE, users can obtain the maximum value from their installed networks, while providing operating system and network independence, and an architecture designed to incorporate new technologies as they become available.

Application Development for IBM CICS Web Services

Application Development for IBM CICS Web Services
Author: O'Grady James
Publisher: IBM Redbooks
Total Pages: 552
Release: 2015-01-27
Genre: Computers
ISBN: 0738440310

This IBM® Redbooks® publication focuses on developing Web service applications in IBM CICS®. It takes the broad view of developing and modernizing CICS applications for XML, Web services, SOAP, and SOA support, and lays out a reference architecture for developing these kinds of applications. We start by discussing Web services in general, then review how CICS implements Web services. We offer an overview of different development approaches: bottom-up, top-down, and meet-in-the-middle. We then look at how you would go about exposing a CICS application as a Web service provider, again looking at the different approaches. The book then steps through the process of creating a CICS Web service requester. We follow this by looking at CICS application aggregation (including 3270 applications) with IBM Rational® Application Developer for IBM System z® and how to implement CICS Web Services using CICS Cloud technology. The first part is concluded with hints and tips to help you when implementing this technology. Part two of this publication provides performance figures for a basic Web service. We investigate some common variables and examine their effects on the performance of CICS as both a requester and provider of Web services.

Advanced CORBA® Programming with C++

Advanced CORBA® Programming with C++
Author: Michi Henning
Publisher: Pearson Education
Total Pages: 1413
Release: 1999-02-17
Genre: Computers
ISBN: 0672333945

Here is the CORBA book that every C++ software engineer has been waiting for. Advanced CORBA® Programming with C++ provides designers and developers with the tools required to understand CORBA technology at the architectural, design, and source code levels. This book offers hands-on explanations for building efficient applications, as well as lucid examples that provide practical advice on avoiding costly mistakes. With this book as a guide, programmers will find the support they need to successfully undertake industrial-strength CORBA development projects. The content is systematically arranged and presented so the book may be used as both a tutorial and a reference. The rich example programs in this definitive text show CORBA developers how to write clearer code that is more maintainable, portable, and efficient. The authors' detailed coverage of the IDL-to-C++ mapping moves beyond the mechanics of the APIs to discuss topics such as potential pitfalls and efficiency. An in-depth presentation of the new Portable Object Adapter (POA) explains how to take advantage of its numerous features to create scalable and high-performance servers. In addition, detailed discussion of advanced topics, such as garbage collection and multithreading, provides developers with the knowledge they need to write commercial applications. Other highlights In-depth coverage of IDL, including common idioms and design trade-offs Complete and detailed explanations of the Life Cycle, Naming, Trading, and Event Services Discussion of IIOP and implementation repositories Insight into the dynamic aspects of CORBA, such as dynamic typing and the new DynAny interfaces Advice on selecting appropriate application architectures and designs Detailed, portable, and vendor-independent source code

The Programmer's Guide to Apache Thrift

The Programmer's Guide to Apache Thrift
Author: Randy Abernethy
Publisher: Manning Publications
Total Pages: 0
Release: 2018-04-30
Genre:
ISBN: 9781617291814

Any distributed application includes individual components, often written in different languages and hosted in multiple locations, which must communicate quickly and efficiently. Apache Thrift is a communication framework that enables cross-language remote procedure calls and serialization. It supports embedded, mobile, web, and server environments, and a host of languages ranging from JavaScript to C++. It's perfect for back end services and embedded systems where size, scalability, and performance are mission critical. Programmer's Guide to Apache Thrift provides comprehensive coverage of the Apache Thrift framework along with a developer's-eye view of modern distributed application architecture. Packed with complete code examples and pragmatic discussion, it lays the best practices for multi-language distributed application development. Readers will get a guided tour through transports, protocols, IDL, and servers as they explore complete example programs in C++, Java, and Python. They'll also learn how to work with platforms, ranging from enterprise servers to mobile clients. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.