TIBCO® General Interface - Enterprise Edition Developer Guide

Total Page:16

File Type:pdf, Size:1020Kb

TIBCO® General Interface - Enterprise Edition Developer Guide TIBCO® General Interface - Enterprise Edition Developer Guide Software Release 3.9.1 April 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY TO ENABLE THE FUNCTIONALITY (OR PROVIDE LIMITED ADD-ON FUNCTIONALITY) OF THE LICENSED TIBCO SOFTWARE. THE EMBEDDED OR BUNDLED SOFTWARE IS NOT LICENSED TO BE USED OR ACCESSED BY ANY OTHER TIBCO SOFTWARE OR FOR ANY OTHER PURPOSE. USE OF TIBCO SOFTWARE AND THIS DOCUMENT IS SUBJECT TO THE TERMS AND CONDITIONS OF A LICENSE AGREEMENT FOUND IN EITHER A SEPARATELY EXECUTED SOFTWARE LICENSE AGREEMENT, OR, IF THERE IS NO SUCH SEPARATE AGREEMENT, THE CLICKWRAP END USER LICENSE AGREEMENT WHICH IS DISPLAYED DURING DOWNLOAD OR INSTALLATION OF THE SOFTWARE (AND WHICH IS DUPLICATED IN TIBCO GENERAL INTERFACE INSTALLATION) OR IF THERE IS NO SUCH SOFTWARE LICENSE AGREEMENT OR CLICKWRAP END USER LICENSE AGREEMENT, THE LICENSE(S) LOCATED IN THE "LICENSE" FILE(S) OF THE SOFTWARE. USE OF THIS DOCUMENT IS SUBJECT TO THOSE TERMS AND CONDITIONS, AND YOUR USE HEREOF SHALL CONSTITUTE ACCEPTANCE OF AND AN AGREEMENT TO BE BOUND BY THE SAME. This document contains confidential information that is subject to U.S. and international copyright laws and treaties. No part of this document may be reproduced in any form without the written authorization of TIBCO Software Inc. TIB, TIBCO, TIBCO Adapter, Predictive Business, Information Bus, The Power of Now, TIBCO General Interface, TIBCO General Interface Framework, TIBCO General Interface Builder, TIBCO General Interface Performance Profiler, and TIBCO General Interface Test Automation Kit are either registered trademarks or trademarks of TIBCO Software Inc. in the United States and/or other countries. EJB, Java EE, J2EE, and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. All other product and company names and marks mentioned in this document are the property of their respective owners and are mentioned for identification purposes only. THIS SOFTWARE MAY BE AVAILABLE ON MULTIPLE OPERATING SYSTEMS. HOWEVER, NOT ALL OPERATING SYSTEM PLATFORMS FOR A SPECIFIC SOFTWARE VERSION ARE RELEASED AT THE SAME TIME. SEE THE README.TXT FILE FOR THE AVAILABILITY OF THIS SOFTWARE VERSION ON A SPECIFIC OPERATING SYSTEM PLATFORM. THIS DOCUMENT IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THIS DOCUMENT COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN; THESE CHANGES WILL BE INCORPORATED IN NEW EDITIONS OF THIS DOCUMENT. TIBCO SOFTWARE INC. MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN THIS DOCUMENT AT ANY TIME. THE CONTENTS OF THIS DOCUMENT MAY BE MODIFIED AND/OR QUALIFIED, DIRECTLY OR INDIRECTLY, BY OTHER DOCUMENTATION WHICH ACCOMPANIES THIS SOFTWARE, INCLUDING BUT NOT LIMITED TO ANY RELEASE NOTES AND "READ ME" FILES. U.S. Patent No. 8,136,109 Copyright © 2001-2012 TIBCO Software Inc. ALL RIGHTS RESERVED. TIBCO Software Inc. Confidential Information 1 General Interface Developer Guide General Interface Developer Guide Software Release 3.9 March 2010 Chapter 1 Introduction to General Interface Chapter 2 General Interface Builder Basics Chapter 3 General Interface Framework Basics Chapter 4 Handling Application Data Chapter 5 Communicating with Data Services Chapter 6 Communicating with a Web Service Tutorial Chapter 7 Using CDF Form Mapping Tutorial Chapter 8 Optimizing Application Performance Chapter 9 Accessing Data Across Subdomains Chapter 10 Adding and Debugging JavaScript Code Chapter 11 Class Inheritance and Introspection Chapter 12 Extensions to JavaScript Exception Handling Chapter 13 General Interface JavaScript Documentation Compiler Chapter 14 Protecting Namespaces in Multiple Application Environments Chapter 15 Implementing Context-Sensitive Help Chapter 16 Logging and Application Monitors Chapter 17 Internationalizing and Localizing Applications Chapter 18 Deploying Applications Chapter 19 Optimizing Load Performance Chapter 20 Asynchronous Modular Platform Chapter 21 Asynchronous Programming Utilities Chapter 22 Using the Test Recorder Appendix A General Interface Builder Menus, Toolbars, Dialogs, and Tools Copyright © TIBCO Software Inc. All Rights Reserved. 2 Chapter 1 Introduction to General Interface This chapter provides an introduction to General Interface software, which includes General Interface Framework and General Interface Builder. General Interface Files and Folders Further Information on General Interface Topics General Interface Files and Folders General Interface consists of two components: General Interface Framework The distributable runtime framework for running browser-based General Interface applications. The framework is located in the JSX directory. General Interface Builder A browser-based, visual development environment for developing General Interface applications that use the General Interface Framework. General Interface Builder is itself a General Interface application. General Interface Builder is located in the GI_Builder directory. Although the installation directory is different for Enterprise Edition and Professional Edition, the contents of the directories are the same. The figure shows the directory structure and its contents. Copyright © TIBCO Software Inc. All Rights Reserved. 3 Further Information on General Interface Topics For more information, see the following topics: Workspace and projects: Managing Projects General Interface Builder preferences: Customizing the IDE Logging system configuration file: Logging and Application Monitors Parameterized launch pages: Deploying as a Full Console Application Copyright © TIBCO Software Inc. All Rights Reserved. 4 Chapter 2 General Interface Builder Basics This chapter provides an overview of General Interface Builder features and the user interface. Using Palettes Customizing the IDE Managing Projects Work Area Editors Component Libraries Palette and the Online Repository Data and Cache Management Data Connection and Mapping Jabber Support General Interface Documentation Further Information on General Interface Basics Using Palettes This section describes the General Interface Builder palettes that you use as you work with your application. Project Files Palette A list of all files referenced by an application are displayed in the Project Files palette. Files can include GUI components, XML and XSL documents, JavaScript files, CSS files, dynamic properties files, properties bundle files, mapping rules files, and other files, such as text files. The file and folder hierarchy reflects where the files are located in relation to the project directory. For more information on projects, see Managing Projects. For definitions of toolbar buttons, see Project Files Palette Toolbar. Copyright © TIBCO Software Inc. All Rights Reserved. 5 Component Libraries Palette The Component Libraries palette, shown in the next figure, provides predefined GUI prototype objects for adding functionality to your application. Components are organized in folders according to function. For example, objects in the Containers folder such as Dialog, Layout, and Tabbed Pane, act as containers for other objects. Form Elements objects, such as Text Area, Button, and Select, collect user input. These object libraries not only reduce the time required to build applications, they also allow object behavior and look-and-feel to be easily customized. Prototype objects can be dragged from the Component Libraries palette to any object in the work area or to the Component Hierarchy palette. A new object of the selected type is created as a child of the object where it's dropped if the parent object accepts children. You can also create, manage, and share your own libraries of components. Saving a component definition to the workspace /prototypes directory adds it to the User folder in the Component Libraries palette. The custom component can then be reused like any other prototype component. The Addins folder contains any prototypes defined in an add-in, such as Charting. You can also create your own custom add-ins. Add-ins must be enabled on the Add-Ins panel before they display in the Addins folder. For more information, see General Interface Component Guide. For more information on components and tutorial on custom add-ins, see the General Interface Component Guide. Copyright © TIBCO Software Inc. All Rights Reserved. 6 Component Hierarchy Palette The Component Hierarchy palette, shown in the next figure, lets you view and manage the hierarchical model of objects in your application. Objects can contain other objects. For example, a LayoutGrid component could include Text Box, Label, and Button objects, as well as other components. Applications usually consist of multiple components that work together using JavaScript logic. Using the Component Hierarchy palette, you can select objects and then modify them using other palettes, such as Properties Editor palette, Events Editor palette, and so on. Once you've defined a component or object, you can also clone it to quickly make multiple copies. Objects can also be exported to reuse in other applications or imported from another project into the current one. For more information about working with components, see General Interface Component
Recommended publications
  • User Interface Software Tools
    User Interface Software Tools Brad A. Myers August 1994 CMU-CS-94-182 School of Computer Science Carnegie Mellon University Pittsburgh, PA 15213 Also appears as Human-Computer Interaction Institute Technical Report CMU-HCII-94-107 This report supersedes CMU-CS-92-114 from February, 1992, published as: Brad A. Myers. ‘‘State of the Art in User Interface Software Tools,’’ Advances in Human- Computer Interaction, Volume 4. Edited by H. Rex Hartson and Deborah Hix. Norwood, NJ: Ablex Publishing, 1993. pp. 110-150. Abstract Almost as long as there have been user interfaces, there have been special software systems and tools to help design and implement the user interface software. Many of these tools have demonstrated significant productivity gains for programmers, and have become important commercial products. Others have proven less successful at supporting the kinds of user interfaces people want to build. This article discusses the different kinds of user interface software tools, and investigates why some approaches have worked and others have not. Many examples of commercial and research systems are included. Finally, current research directions and open issues in the field are discussed. This research was sponsored by NCCOSC under Contract No. N66001-94-C-6037, ARPA Order No. B326. The views and conclusions contained in this document are those of the authors and should not be interpreted as representing the official policies, either expressed or implied, of NCCOSC or the U.S. Government. CR CATEGORIES AND SUBJECT DESCRIPTORS: D.2.2 [Software Engineering]: Tools and Techniques-User Interfaces; H.1.2 [Models and Principles]: User/Machine Systems-Human Factors; H.5.2 [Information Interfaces and Presentation]: User Interfaces-User Interface Management Systems; I.2.2 [Artificial Intelligence]: Automatic Programming-Program Synthesis; ADDITIONAL KEYWORDS AND PHRASES: User Interface Software, Toolkits, Interface Builders, User Interface Development Environments.
    [Show full text]
  • An Introduction to Qt 4
    AnAn IntroductionIntroduction toto QtQt 44 Jason Trent [email protected] OOuutltliinnee . Why Trolltech? . Why Qt? . Qt 4 Widgets, Datatypes, and Structures . Qt Designer . qmake . Qt without C++ . Demo WWhhyy TTrroolllltetecchh?? .. QQtt aanndd QQttooppiiaa CCoorree aarree OOppeenn SSoouurrccee .. SSuuppppoorrtteedd bbyy mmuullttii--mmiilllliioonn ddoollllaarr ccoommppaannyy WWhhyy QQt?t? .. MMuullttii--ppllaattffoorrmm – No “virtual machines” or emulation layers – Native compilation for Windows, X11, and Mac • Utilizes core OS technologies (Core, Aero, …) – Extensions - ActiveQt, Motif Migration WWhhyy QQt?t? Over 400 C++ Classes . Not just a GUI toolkit – File handling – Networking – Process handling – Threading – Database access – Event loop processing – XML processing – OpenGL integration – and beyond WWhhyy QQt?t? .. IInntteerrnnaattiioonnaalliizzaattiioonn – Built in support for Unicode and Translation • Language and font aware layouts • Bidirectional font support • Mixed-international interface .. SSeeee QQtt LLiinngguuiisstt ffoorr mmoorree WWhhyy QQt?t? .. NNoott jjuusstt mmuuttllii--ppllaattiiffoorrmm,, mmuullttii--aarrcchhiitteeccttuurree .. QQttooppiiaa CCoorree 44 SSeerriieess – Support for embedded devices • Cell phones, PDAs, etc… – Supports Qt4 widgets with little to no code change QQWWiiddggeett TThhee mmeeeekk mmaayy iinnhheerriitt tthhee eeaarrtthh…… ……bbuutt tthhee eeaarrtthh sshhaallll iinnhheerriitt QQWWiiddggeett QWidget QQtt 44 WWiiddggeetsts .. IInnhheerriitt tthhee aallll--ppoowweerrffuull QQWWiiddggeett .. IInncclluuddee::
    [Show full text]
  • How to Succeed by Integrating Flexible Commerce Solutions
    The Commerce Advantage: How to Succeed by Integrating Flexible Commerce Solutions Enterprise Case Study Enterprise Client TIBCO Software Inc. is a global leader in infrastructure Name: TIBCO Software Inc. (NASDAQ: TIBX) and business intelligence software. Whether it’s optimizing inventory, cross-selling products, or averting Industry: Enterprise Software a crisis before it happens, TIBCO uniquely delivers the Two-Second Advantage® – the ability to capture the right Year Founded: 1997 information at the right time and act on it preemptively for a competitive advantage. With a broad mix of innovative Headquarters: Palo Alto, California products and services, TIBCO is the strategic technology partner trusted by businesses around the world. Employees: 4,600 Customers: 5,000+ URL: www.tibco.com Business Problem Shepherding information has been a profitable business for TIBCO. With a market cap of almost US$4-billion, TIBCO has become the de facto enterprise software vendor for building Enterprise Service Buses (ESB), the highways used by large corporations to ferry digital bits from system to system, making data available, reliable, and actionable in real time. TIBCO has accelerated innovation and delivered best-in-class solutions to its customers by growing itself organically, but also by acquisition. Jaspersoft, StreamBase, LogLogic, Nimbus, and others have all joined the TIBCO family in recent years, extending and enhancing TIBCO’s portfolio of infrastructure software offerings. Integrating these lines of business into TIBCO proper left it with a need for a common commerce platform for product demos and fulfillment. The existing system, powered by Digital River, had several drawbacks: • Annual cost was growing exponentially.
    [Show full text]
  • Programming Java for OS X
    Programming Java for OS X hat’s so different about Java on a Mac? Pure Java applica- tions run on any operating system that supports Java. W Popular Java tools run on OS X. From the developer’s point of view, Java is Java, no matter where it runs. Users do not agree. To an OS X user, pure Java applications that ignore the feel and features of OS X are less desirable, meaning the customers will take their money elsewhere. Fewer sales translates into unhappy managers and all the awkwardness that follows. In this book, I show how to build GUIs that feel and behave like OS X users expect them to behave. I explain development tools and libraries found on the Mac. I explore bundling of Java applications for deployment on OS X. I also discuss interfacing Java with other languages commonly used on the Mac. This chapter is about the background and basics of Java develop- ment on OS X. I explain the history of Java development. I show you around Apple’s developer Web site. Finally, I go over the IDEs commonly used for Java development on the Mac. In This Chapter Reviewing Apple Java History Exploring the history of Apple embraced Java technologies long before the first version of Java on Apple computers OS X graced a blue and white Mac tower. Refugees from the old Installing developer tan Macs of the 1990s may vaguely remember using what was tools on OS X called the MRJ when their PC counterparts were busy using JVMs. Looking at the MRJ stands for Mac OS Runtime for Java.
    [Show full text]
  • User Interface Software Technology BRAD A
    User Interface Software Technology BRAD A. MYERS Human Computer Interaction Institute, Carnegie Mellon University ^[email protected]& The user interface of an application is the application to draw pictures on the the part that the person using the soft- screen and get input from the user, and ware sees and interacts with. The part the window manager allows the end of the software that makes the user user to move windows around, and is interface work is often large, complex, responsible for displaying the title lines, and difficult to implement, debug, and borders, and icons around the windows. modify. Today direct manipulation in- However, many people and systems use terfaces (also called graphical user in- the name “window manager” to refer to terface (GUI’s)) are almost universal, both layers, since systems such as the and the part of the software that han- Macintosh and Microsoft Windows do dles the user interface generally takes a not separate them. significant percentage of the total sys- On top of the windowing system is the tem design and implementation time toolkit, which contains many commonly [Myers and Rosson 1992]. Therefore, used widgets such as menus, buttons, specialized software tools have been cre- scroll bars, and text-input fields. Tool- ated to ease the programmer’s burden, kits usually connect to application pro- and today virtually all new user inter- grams through call-back procedures de- face software uses tools that make the fined by the application programmer implementation easier. Many of these that are used when a widget is operated tools have demonstrated significant pro- by the end user.
    [Show full text]
  • Au-System and Tibco Software Form Alliance
    Press Release For immediate release AU-SYSTEM AND TIBCO SOFTWARE FORM ALLIANCE Stockholm, September 22, 2000 - AU-System AB (Stockholm: AUS) and TIBCO Software Inc. (Nasdaq: TIBX) have entered into an alliance to offer telecom and broadband service providers in Scandinavia solutions for integrating their business systems and business processes. “Because of ever tougher competition, the lead time for delivering new services to customers is becoming tighter all the time,” says Hans Eriksson, Business Unit Manager at AU-System. “This forces telecom providers around the world to increase the efficiency of communications between their support systems— precisely what TIBCO's technology facilitates.” Earlier in the year, AU-System and TIBCO signed a contract with broadband-telecom provider Bredbandsbolaget (B2). The solution now being implemented integrates numerous different support systems to facilitate continuation of the company's rapid growth. “AU-System has unrivalled competence and experience in helping telecom providers,” says Bengt Rogsäter, Regional Manager Nordic, TIBCO. “With our technology and products, we will together be playing an active part in the continued rapid growth of telecom and broadband providers in Scandinavia.” For more information please contact: Hans Eriksson, Business Unit Manager Bengt Rogsäter, Regional Manager Nordic AU-System AB TIBCO Software Inc Phone: +46-70-520 31 12 Phone: +46-70-651 80 55 About AU-System AU-System is a leading Mobile Internet consultancy. Through the subsidiary SandbergTrygg, the company also offers integrated services for marketing communications. Major clients include Ericsson, Telia, Scania, MeritaNordbanken and Singapore Telecom. AU-System was established in 1974 and currently employs more than 850 staff in offices in Sweden, Singapore, Thailand, the U.K.
    [Show full text]
  • NLIT Summit 2020 National Laboratories Information Technology
    NLIT Summit 2020 National Laboratories Information Technology October 13-16, 2020 PROGRAM Keynote Speakers Rocky Campione, CIO, DOE Rocky Campione was selected in July 2019 to serve as Chief Information Officer (CIO) for the Department of Energy (DOE). In this position, he oversees the Department’s information technology (IT) portfolio, serves as an advisor to the Deputy Secretary and Secretary, and leads and manages the various functions within the Office of the Chief Information Officer. Mr. Campione has extensive experience with managing and implementing IT and cybersecurity solutions in executive roles across both the Federal Government, as well as in corporate leadership roles in the private sector. Brian Abrahamson, CIO,PNNL Brian Abrahamson is an Associate Laboratory Director & the Chief Information Officer for PNNL, leading a talented team of professionals that span Communications & Public Affairs, Information Technology, Research Computing and Cyber Security. He is responsible for setting and implementing a cohesive strategy to amplify the visibility of PNNL's research - ensuring that all audiences, internal and external, undestand the Lab’s mission and how our science transforms the world. The convergence of Communications and Information Technology at PNNL recognizes that as the world moves increasingly online, the laboratory must be increasingly savvy in how we engage our stakeholders and audiences through digital channels. Douglass East, CIO, LLNL Doug East is the Laboratory’s Chief Information Officer (CIO). Mr. East is responsible for the strategic direction, leadership, and management of all enterprise information technology (IT) activities, including business applications, unclassified networks and associated services, telecommunications, cyber security, customer service desk, and data center operations.
    [Show full text]
  • License Agreement (“Agreement”)
    END USER LICENSE AGREEMENT (“AGREEMENT”) PLEASE READ CAREFULLY: IF YOU HAVE ANOTHER VALID, SIGNED AGREEMENT WITH TIBCO WHICH APPLIES TO THE SPECIFIC SOFTWARE, EQUIPMENT, CLOUD SERVICES OR HOSTED SERVICES, YOU WILL BE DOWNLOADING, ACCESSING OR OTHERWISE RECEIVING (INDIVIDUALLY AND COLLECTIVELY REFERRED TO AS THE “PRODUCTS”), THAT OTHER AGREEMENT SHALL CONTROL YOUR USE OF SUCH PRODUCTS AND, IF APPLICABLE, RELATED SERVICES (AS DEFINED BELOW). OTHERWISE, BY USING, DOWNLOADING, INSTALLING, COPYING, OR ACCESSING PRODUCTS, OR BY CLICKING ON “I ACCEPT” ON OR ADJACENT TO THE SCREEN WHERE THIS AGREEMENT MAY BE DISPLAYED, YOU HEREBY AGREE TO BE BOUND BY AND ACCEPT THE TERMS OF THIS AGREEMENT (“ACCEPTANCE”). THIS AGREEMENT SHALL ALSO APPLY TO ANY MAINTENANCE OR CONSULTING SERVICES (“SERVICES”) YOU ACQUIRE FROM TIBCO RELATING TO THE PRODUCT. IF YOU DO NOT AGREE TO THESE TERMS, DO NOT: 1) DOWNLOAD OR INSTALL THE SOFTWARE, OR 2) ACCESS OR REGISTER TO ACCESS ANY CLOUD SERVICES OR HOSTED SERVICES. IF YOU DO NOT AGREE TO THESE TERMS, AND DELIVERY OF THE PRODUCTS IS AFFECTED, DO NOT USE, DOWNLOAD, INSTALL, COPY, OR ACCESS THE PRODUCTS. PROMPTLY RETURN THE PRODUCT WITH PROOF OF PURCHASE TO THE PARTY FROM WHOM YOU ACQUIRED IT AND OBTAIN A REFUND OF THE AMOUNT YOU PAID, IF ANY. IF YOU DOWNLOADED ANY SOFTWARE, CONTACT THE PARTY FROM WHOM YOU ACQUIRED IT. IF YOU ARE ACCEPTING THIS AGREEMENT ON BEHALF OF ANOTHER PERSON OR PERSONS, COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT AND WARRANT THAT YOU HAVE FULL AUTHORITY TO BIND EACH PERSON, COMPANY, OR LEGAL ENTITY TO THIS AGREEMENT. THIS AGREEMENT IS ENTERED INTO BY AND BETWEEN TIBCO SOFTWARE INC.
    [Show full text]
  • How Can Tibco Spotfire Enhance Icelandair's Twitter Marketing?
    How Can Tibco Spotfire Enhance Icelandair’s Twitter Marketing? Master of Science in International Business Ármann Ö. Gunnlaugsson Reykjavík, June 2015 Supervisors: Dr. Valdimar Sigurðsson Vishnu M. Ramachandran Girija Abstract With the increased use of social media platforms, being present on these platforms is not sufficient for companies to succeed and be ahead of their competitors. Nowadays, a large portion of consumers demand effective information flow from companies on social media and expect to receive sufficient amount of appropriate information by exchanging a very limited amount of effort. However, companies need to make sure that their social media messages are visible to as many people as possible, and also that the information the messages contain is of value to those specific customers. That being said, it is important to identify what kind of messages attract the most attention and, especially when it comes to Twitter, influential users to engage in the discussion. In this paper, it is researched whether Tibco Spotfire can be effectively utilized in order to identify these influential Twitter users and other elements singled out by the theories under discussion as well as an additional measure is introduced, which can be implemented to increase the validity of the results. A dataset provided by Icelandair that includes every single tweet posted concerning the company between September 2013 and March 2015 is used to test the software and realize its capabilities. However, the dataset has its flaws due to the method used to extract it and therefore limits the research as it fails to provide accurate and reliable data for two of the nine variables of interest.
    [Show full text]
  • Ronald Bernheim, Et Al. V. Tibco Software, Inc., Et Al. 05-CV-2205
    1 Robert S . Green (State Bar No . 136183) (rsg@classcounsel .com) Avin P. Sharma (State Bar No . 233328) ([email protected]) 2 GREEN WELLING LLP 235 Pine Street, 15th Floor 3 San Francisco, CA 94104 Telephone: (415) 477-6700 4 Facsimile : (415) 477-671 0 5 Marc A. Topaz (mtopaz@sbclasslaw .com) Richard A. Maniskas (rmaniskas@sbclasslaw .com) 6 SCHIFFRIN & BARROWAY, LLP 280 King of Prussia Rd. 7 Radnor, PA 19087 Telephone : (610) 667-7706 8 Facsimile: (610) 667-705 6 9 Attorneys for Plaintiff 10 11 UNITED STATES DISTRICT COURT 12 NORTHERN DISTRICT OF CALIFORNI A 13 14 15 RONALD BERNHEIM, Individually and On Behalf Case No. 05-cv-02205-MJJ of All Others Similarly Situated , 16 Plaintiff, CERTIFICATION OF NOTICE 17 PURSUANT TO THE PRIVATE vs. SECURITIES LITIGATION 18 REFORM ACT TIBCO SOFTWARE, INC ., VIVEK RANADIVE, 19 RAJESH MASHRUWALA, SYDNEY CAREY, and CHRIS O'MEARA, Judge: Honorable Martin J. Jenkins 20 Defendants 21 22 23 24 25 26 27 28 CERTIFICATION OF NOTICE PURSUANT TO PSLRA Case No. 05-cv-02205-MJJ 1 1 TO : ALL PARTIES AND THEIR ATTORNEYS OF RECORD : 2 PLEASE TAKE NOTICE that Plaintiff Ronald Bernheim ("Plaintiff") has, pursuant to 3 the Private Securities Litigation Reform Act ("PSLRA"), published a notice advising the 4 members of the purported plaintiff class of the pendency of the action . The published notice is 5 attached as Exhibit A . 6 7 8 DATED: June 21, 2005 GREEN WELLING LLP 9 10 By: - _ Ro ert S.'Ure n 11 Avin P. Sharma 12 235 Pine Street, 15th Floor San Francisco, California 94104 13 Telephone: (415) 477-6700 Facsimile: (415) 477-6710 14 Marc A.
    [Show full text]
  • SHI INTERNATION, CORP. Contract No. ADSPO16-130651 Effective
    Software Value-Added Reseller (SVAR) Services MASTER PRICE AGREEMENT with SHI INTERNATION, CORP. Contract No. ADSPO16-130651 State of Arizona Lead State Effective: April 8, 2016 to April 7, 2018 1 | Page 2 | Page State of Arizona Master Agreement State Procurement Office 100 North 15th Avenue, Suite 201 Table of Contents Phoenix, AZ 85007 Contract No: ADSPO16-130651 Description: Software Value-Added Reseller (SVAR) Services Table of Contents EXECUTED OFFER AND ACCEPTANCE FORM......................................................................................................... 2 TABLE OF CONTENTS ................................................................................................................................................. 3 SECTION 1: NASPO ValuePoint Solicitation ADSPO16-00005829 – GENERAL INCFORMATION ......................... 4 SECTION 2: SCOPE OF WORK ................................................................................................................................... 7 SECTION 3: NASPO ValuePoint Master Agreement Terms and Conditions ......................................................... 22 SECTION 4: Lead State (State of Arizona) Terms and Conditions ........................................................................ 37 State of Arizona Special Terms and Conditions ....................................................................................... 37 State of Arizona Uniform Terms and Conditions ...................................................................................... 50
    [Show full text]
  • Ineight Plan Quantity Tracking User Guide 20.9
    PLAN USER GUIDE Quantity Tracking MANAGEMENT EXECUTION FIELD Information in this document is subject to change without notice. Companies, names and data used in examples are fictitious. Copyright ©2020 by InEight. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express permission of InEight. Microsoft Windows, Internet Explorer and Microsoft Excel are registered trademarks of Microsoft Corporation. Although InEight Plan has undergone extensive testing, InEight makes no warranty or representation, either express or implied, with respect to this software or documentation, its quality, performance, merchantability, or fitness for purpose. As a result, this software and documentation are licensed “as is”, and you, the licensee are assuming the entire risk as to its quality and performance. In no event will InEight be liable for direct, indirect, special, incidental or consequential damages arising out of the use or inability to use the software or documentation. Release 20.9 Last Updated: 23 October 2020 Page 2 of 112 InEight Inc. | Release 20.9 CONTENTS LESSON 1 — QUANTITY TRACKING OVERVIEW 9 1.1 Plan Quantity Tracking Overview 10 1.1.1 InEight Plan Work Flow 10 1.1.2 Quantity Tracking Terminology 11 1.1.3 Components 13 1.1.4 Component Attributes 16 1.1.5 Claiming Schemes 17 1.1.6 Quantities Sent to InEight Control 19 Lesson 1 Review 20 Lesson 1 Summary 21 LESSON 2 — GENERAL NAVIGATION 23 2.1 Page Navigation 25 Navigate to the Quantity Tracking Module via the Project Home Page 25 Navigate to the Quantity Tracking Module via the Navigation Bar 26 2.1.1 Standard Grid vs Data Block View 28 2.1.1.1 Standard Grid view 29 2.1.1.2 Data Block view 29 2.2 Columns 30 2.2.1 Move Columns 30 Move Columns 30 2.2.2 Add and Remove Columns 30 Add Additional Columns 31 2.2.3 Sort Columns 33 Sort Columns 33 2.2.4 Filter Columns 34 Filter Columns 34 2.2.5 Saved Filters 36 InEight Inc.
    [Show full text]