US7085759B2 - System and method for communicating data to a process - Google Patents
System and method for communicating data to a process Download PDFInfo
- Publication number
- US7085759B2 US7085759B2 US10/313,525 US31352502A US7085759B2 US 7085759 B2 US7085759 B2 US 7085759B2 US 31352502 A US31352502 A US 31352502A US 7085759 B2 US7085759 B2 US 7085759B2
- Authority
- US
- United States
- Prior art keywords
- data
- recipe
- computer
- computing application
- retrieved
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Lifetime, expires
Links
- 238000000034 method Methods 0.000 title claims abstract description 77
- 230000008569 process Effects 0.000 title claims abstract description 40
- 230000001131 transforming effect Effects 0.000 claims 3
- 238000012360 testing method Methods 0.000 description 18
- 238000012545 processing Methods 0.000 description 8
- 230000000875 corresponding effect Effects 0.000 description 7
- 230000008676 import Effects 0.000 description 7
- 230000001276 controlling effect Effects 0.000 description 6
- 238000003491 array Methods 0.000 description 5
- 238000004891 communication Methods 0.000 description 5
- 238000010276 construction Methods 0.000 description 2
- 238000013499 data model Methods 0.000 description 2
- 238000010586 diagram Methods 0.000 description 2
- 230000006870 function Effects 0.000 description 2
- 239000011159 matrix material Substances 0.000 description 2
- 230000009466 transformation Effects 0.000 description 2
- 244000290333 Vanilla fragrans Species 0.000 description 1
- 235000009499 Vanilla fragrans Nutrition 0.000 description 1
- 235000012036 Vanilla tahitensis Nutrition 0.000 description 1
- 230000009471 action Effects 0.000 description 1
- 230000004075 alteration Effects 0.000 description 1
- 230000001174 ascending effect Effects 0.000 description 1
- 230000003190 augmentative effect Effects 0.000 description 1
- 230000009286 beneficial effect Effects 0.000 description 1
- 230000008901 benefit Effects 0.000 description 1
- 230000015572 biosynthetic process Effects 0.000 description 1
- 230000008859 change Effects 0.000 description 1
- 230000002596 correlated effect Effects 0.000 description 1
- 238000001310 location test Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 238000012805 post-processing Methods 0.000 description 1
- 230000035945 sensitivity Effects 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
- 238000013519 translation Methods 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99931—Database or file accessing
- Y10S707/99933—Query processing, i.e. searching
- Y10S707/99934—Query formulation, input preparation, or translation
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99941—Database schema or data structure
- Y10S707/99944—Object-oriented database structure
Definitions
- the present disclosures relates to a system and method for communicating data to a process. More specifically, the present disclosure relates to a system and method for controlling communication of data from a database to a process using directives.
- MVC Model-View-Controller paradigm
- the Model aspect of MVC relates to the data which may be accessed and/or manipulated.
- the View aspect of MVC relates to the part of the software that processes that data and presents results of the processing to the user.
- the Controller aspect of MVC relates to the part of the software that acts as an interface between the Model and the View.
- the View portion of a software application may include, for example, engines for processing the data, as well as a graphical user interface (GUI) providing audio/visual presentation.
- GUI graphical user interface
- a first user may wish to process and view data in an arrangement different from that of a second user.
- the View may be altered, but the controller and the data model may remain unchanged.
- a problem occurs when the second View can not process data presented in the same format as the original View. This problem may be solved by using a Controller that can present data in a manner which accommodates multiple Views.
- Controller is capable of providing operational transparency between a plurality of Models and Views.
- the present disclosure relates to a method for communicating with a process, comprises, receiving a request including a target data identifier and a process identifier, retrieving target data including an target data type from a database based on the received target data identifier, selecting instructions based on the target data type and the process identifier, generating a data object and populating the data object with the retrieved target data according to the selected instructions, and transmitting the generated data object to a process corresponding to the received process identifier.
- the step of selecting instructions may include parsing the target data retrieved from the database, determining a target data class based on one of the target data and the target data identifier, identifying objects within the parsed target data, accessing meta-data which defines a structure of the target data class, and selecting instructions from an instruction set based on the identified objects, the process, and the meta-data.
- FIG. 1 shows a block diagram of the system and method for controlling communication according to an aspect of the present disclosure.
- FIG. 2 shows a flowchart of the system and method for controlling communication according to an aspect of the present disclosure.
- FIG. 3 shows a flowchart for creating dynamic recipe according to an aspect of the present disclosure.
- FIG. 1 shows a block diagram of the system and method for controlling communication according to an aspect of the present disclosure.
- the system and method of the present disclosure may operate on nearly any type of computing system or platform, at a centralized location, or with portions distributed across a network.
- a Controller 106 may communicate with Database 100 and retrieve Data 102 and a Recipe 104 , which may be converted by the Controller 106 into DataDOM 108 and RecipeDOM 110 respectively. The Controller 106 may then create a Model Object 112 from the DataDOM 108 using the RecipeDOM 110 , and may pass the Model Object 112 to a Process 114 which may return a Result 116 .
- FIG. 2 shows a flowchart of the system and method for controlling communication according to an aspect of the present disclosure.
- Step S 200 the system receives a request for processing that may include, for example, information identifying the Data 102 to be processed and information identifying a Process 114 for processing the Data 102 .
- the Data 102 may identify the Process 114 .
- the Data 102 may include one or more financial instruments to be processed, as well as other financial information, such as trading holidays, market open and close times, and current and past prices.
- the Process 114 may be a process for pricing the financial instruments, for example, according to sensitivities known as “Greeks”.
- the request may include other information useful to perform processing, for example, relevant times and dates, results requested, and specific modes, such as, from a credit perspective.
- Step S 202 the Controller 106 receives the request for processing and communicates with Database 100 , extracting Data 102 based on the request.
- Data 102 may be stored as records in Database 100 and may be arranged similarly for similar financial instruments, such as single and double knockout options.
- the Controller 106 may extract Data 102 from the Database 100 using stored procedures, and there may be no embedded Structured Query Language (SQL).
- SQL Structured Query Language
- the data model specifics may be encapsulated within the Database 100 , and, as a result, the Controller 106 may not have knowledge of the specific internal organization of the Data 102 in the Database 100 .
- the Data 102 may be sent to the Controller 106 from the Database 100 in a series of self-describing record sets, for example, in which the leading row of the record set may identify the nature of the data which follows.
- These self-descriptor records may include, for example, information identifying a path from a root node where the data belongs.
- the translation of Data 102 from the format found in the Database 100 into the Model Object 112 suitable for use by the Process 114 may be controlled and defined by one or more directives included in the Recipe 104 .
- Step S 204 the Controller 106 finds the appropriate Recipe 104 corresponding to the Data 102 selected for processing and the selected Process 114 .
- a Recipe 104 is a set of one or more directives used to translate Data 102 into a Model Object 112 for use with a selected Process 114 .
- the structure and content of Recipe 104 may depend on both Data 102 and Process 114 .
- the Recipe 104 may be implemented as Extensible Markup Language (XML) text files; however, it may not necessarily be “well-formed” XML, and other formats may be used including self-describing record sets.
- the Controller 106 may use standard XML parsers to traverse and tokenize the Recipe 104 , and a tree nature may reflect the structure used by the Recipe 104 .
- the Controller 106 may use the Recipe 104 to control the transformation of the Data 102 retrieved from the Database 100 and held in the DataDOM 108 into a Model Object 112 that the Process 114 can use.
- the Recipe 104 may be stored in the Database 100 .
- each Process 114 there may be a Recipe 104 for each Data 102 related to a financial instrument or financial instrument type.
- Data 102 related to a financial instrument may have a different Recipe 104 or Sub-recipe based on whether the instrument is a standalone instrument or if it is the underlying of another type of instrument.
- Step S 206 the Controller 106 may place the Data 102 retrieved from the Database 100 into a DataDOM 108 , which is an instance of a Document Object Model (DOM) and may be represented, for example, in a tree-style data structure.
- the Controller 106 may do the same with the Recipe 104 , placing it into a RecipeDOM 110 .
- the Data 102 or Recipe 104 may be stored in the Database 100 in DataDOM 108 and RecipeDOM 110 formats, respectively.
- the DOM format used for the DataDOM 108 and RecipeDOM 110 may be an open and public specification and may be searchable, for example, by an XML parser.
- DataDOM 108 may include fields of data identified by tags that may be used as reference points by RecipeDOM 110 .
- the RecipeDOM 110 may be applied to a standard XML parser, which may traverse each line of the RecipeDOM 110 , tokenizing the line.
- the Controller 106 may then act as an interpreter, extracting from the RecipeDOM 110 the recipe directive, that is, the name of the XML tag, which may be text adjacent to the opening angle bracket.
- Step S 210 the Controller 106 may execute a block of code specific for each recipe directive.
- This code may be written in any programming language, for example, C++, Java, C#, etc.
- a list of example directives and their actions is attached as Appendix A.
- Directives found within the RecipeDOM 110 may define variables and data structures, for example, arrays, strings and Boolean, for the Model Object 112 and may assign to those variables a predetermined value or a value found in the DataDOM 108 .
- the directives may also include decision-making logic.
- RecipeDOM 110 may also contain operations, for example, the “select” operation.
- the “select” operation specifies a path attribute, which may be absolute or relative to the current position in the DataDOM 108 , identifying the data to be read.
- “DateTime” refers to the DateTime array described above within the Model Object 112
- the interpreter may parse the DataDOM 108 and create one entry in the array “Holidays” for each “holDate” value found in the DataDOM 108 .
- Step S 212 the controller may pass the Model Object 112 to the selected Process 114 where Result 116 is calculated.
- the Model Object 112 may be, for example, data dictionaries, i.e. a nested tree structure where elements may be atomic types (doubles and strings), arrays or other data dictionaries.
- Step S 214 the Result 116 of the Process 114 is passed to the Controller 106 , which may perform post-processing manipulation, for example, free-formatting or scaling, before providing the Result 116 to the user.
- the Controller 106 may perform post-processing manipulation, for example, free-formatting or scaling, before providing the Result 116 to the user.
- Step S 204 the Controller 106 may locate the appropriate Recipe 104 corresponding to the selected Data 102 and Process 114 .
- a Fixed Recipe may be used when the structure and content of Data 102 is known and, therefore, may provide directives for appropriately handling the Data 102 .
- a Dynamic Recipe or RecipeDOM may be created and may be saved or discarded after use.
- a Dynamic Recipe may provide a flexible and generalized form of the recipe concept and may be applied to Data 102 which does not have a “rigid” or predefined structure.
- an example of Data 102 which does not have a predefined structure is a “generic financial instrument”.
- Generic financial instruments may have data fields with undefined tags.
- Generic financial instruments may be instances of a class, for example, OTC Vanilla, where the class definition, for example, market data, option date, etc., is formed of pre-existing components.
- the class definition for generic financial instruments may be created and modified and may be stored in the Database 100 , for example, as meta-data.
- the class definition for fixed, non-generic instruments may be held in a models library data structures in code.
- FIG. 3 shows a flowchart for creating a Dynamic Recipe according to one aspect of the present disclosure.
- Step S 300 the Controller 106 may parse the Data 104 to extract the meta-data that describes a specific generic instrument instance.
- the Controller 106 may interrogate the Database 100 to get the instrument definition.
- the Controller 106 examines the set of objects used to create the DataDOM 108 , for example, examining the top-level children of the DataDOM 108 and may build a RecipeDOM 110 based on the set of objects.
- Fixed Recipes may be created by interrogating a models library for the definition of the data structure of the fixed instrument class with which they will be used. To alter the definition of a fixed instrument class, the models library may be changed and re-interrogated to re-create the revised Fixed Recipe. An equivalent change to the dynamic class definition in the Database 100 may automatically be referenced on the next and subsequent recipe demand and creation.
- Generic class definitions for generic instruments may be formed of fundamental data structure types, for example, strings, Boolean, arrays, etc., and the components defined that may be used to create the generic class may be a specialization of one or more of these fundamental data structure types. For example, a yield curve object and dividend lists are specializations of a pair of arrays, one array storing dates and the other storing corresponding values.
- Step S 302 the Controller 106 may determine which data structure types and specializations are included in the generic class definition.
- the Controller 106 may sort through the generic class definition to identify the data structure types and specializations.
- Step S 304 the Controller 106 may create a RecipeDOM 110 representation of a specific structure which may then be applied against the DataDOM 108 in a manner similar to a Fixed RecipeDOM.
- the Controller 106 may create a RecipeDOM 110 including directives and operations based on the data structure types and specializations identified in Step S 302 , and which may be used to convert the DataDOM 108 into a ModelObject 112 for use with a selected Process 114 .
- the Controller 106 may create and insert an appropriate data dictionary portion into the newly created Dynamic RecipeDOM based on the data structure types and specializations identified in Step S 302 .
- the Controller 106 upon encountering the data dictionary may populate the data dictionary, for example in the case of a yield curve object or dividend list described above, with a pair of arrays from Data 102 .
- This operation may be the same for both Dynamic and Fixed Recipes. As described above, it is the presence of the finite set of objects, such as data structure types and specializations, used to describe the generic instrument which allows the formation of Dynamic Recipe.
- the context specifies a relocation (in this case simply to a child node).
- the child attribute identified the tag name of the lines that contain the data from which the array is to be constructed.
- the dt specifies the array element data type. Sort indicates that the array is to be sorted by that attribute value.
- EASNodeVector::addNamedChildren( ) First the interpreter calls EASNodeVector::addNamedChildren( ) to add to a vector all the child nodes of borrowingCurve in current DOM node that have the tag curvePoint (the child attribute). Then EASSortedNodeVector::mergeSort( ) is called to order the nodes in that vector by the value of the matDays attribute.
- matDays is an artifice to enable sorting of the maturity periods. Maturity periods are 1M, 3M, 6M, 1Y, 3Y etc and as simple strings will not sort into the right order. The matDays is added by the stored procedure to give an ascending number on which sorting can take place by proxy.
- a models array object of type Double (dt attribute) and of the correct size is created.
- boolean value ‘0’/>
- the false/true state can be specified by value being zero or unity, or by the zero/unity value at the select location. If zero/unity are not the logical data provided, the value or select value can be compared to test value.
- the context parameter causes the current working location in the DOM to be moved to that specified. If the object is mandatory, man is ‘y’.
- cache_add is used to specify that this market data should also be added to the models objects cache as well as to the models market data cache.
- the prefix is pre-pended to the treeid tag to make a distinctive name.
- the timepath resolves to data DOM line 150
- a models doubleMatrix object is created
- a vector of row nodes is created by EASNodeVector::addNamedChildren( ) picking all the volCurve nodes (i.e. the row attribute value) of which, in this case is only one node.
- This row vector is sorted on the strike values of each of the nodes in the vector (i.e. rowSort attribute value).
- the row vector is then iterated in sequence and the iterated node is then handled as an array: all the volPoint (i.e. the point attribute value) nodes are added to a temporary column vector which is then sorted using the proxy matDays (colSort attribute value).
- each volPoint node is searched for the value of the item specified attribute (volatility), and that value set at the row/col location in the matrix object.
- test attribute is not present.
- the child elements of this tag are executed if the value in test matches the value in equals.
- Key is the name of any object created within the sub-block.
- R reserves or creates a models object that is held in/passed to the models market data cache (i.e. not held within the Analytics cache).
- the select attribute value is referenced so models internally extract that named object or an object is created with the name given by key parsing the node specified by select. The key is ignored.
- the market cache is held within the library and other than being able to add objects, it may be inaccessible. This means that it may not be interrogated to discover if an object already exists. In order to avoid duplicate constructions, may keep separate list of the names of objects put into their cache
- the object holds the bucket label of the select attribute with a time-of-day flag given by the time value.
- the name of the object can be specified by key.
- the string object has the name ‘name’ and text “holiday-NONE” from the filename attribute. (Originally holiday lists were held in files hence the legacy of ‘filename’)
- the hash variant is a special situation, may be used only in the metaRecipe, to denote that the necessary node may already be in the meta recipe cache & should be added on creation if not.
- Note the < and > are special XML directives to specify the ⁇ and> symbol within text fields.
- test value is ‘N’ so the equityRecipe will be imported, not the IlliquidStockRecipe.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Stored Programmes (AREA)
Abstract
Description
- Usage: <append value=“/DefaultEDRControl”/>
Usage: <array key=‘expiries’ context=‘volCurve’ | ||
child=‘volPoint’ dt=‘Expiry’ | ||
sort=‘matDays’ man=‘y’> | ||
Recipe: | ||
<array dt = “Double” key = “rates” sort = “matDays” | ||
child = “curvePoint”> | ||
<double select = “@rate” percent = “Y”/> | ||
</array> | ||
- Data: Rate curve with Mat points
<double select=“@rate” percent=“Y”/>
as a recipe to the node from the vector such as
<curvepoint rate=“{number}” matDays=“1” matPeriod=“ON”/>
Usage: <boolean key=‘fwdStarting’ select=‘effective/@isFwdStart’ |
test=‘Y’/> |
<boolean key=‘accrueIRonFullNotional’ |
select=‘accrueIRonFullNotional/@boolean’/> |
<boolean value=‘0’/> |
- Recipe: <boolean key=“isCall” test=“C” select=“@claim”/>
- Usage: <cache key=‘model’ select=‘modelType/@doc’/>
- Recipe: <cache key=“model” select=“modelType/@doc”/>
- Usage: <case equals=‘ON’>
- Usage: <clonemarketcache value=‘MarketData’ key=‘market’ man=‘y’/>
Usage: |
<easdict> |
<string key=“pp” value=“rm”/> |
<import key=“instrument” recipe=“recipe/AssetValueRecipe.xml” /> |
<cache key=‘model’ select=‘IND/modelType/@doc’ /> |
</easdict> |
Usage: <datadict value=‘PayStream’ key=‘payStream’ man=‘y’> | ||
<datadict context=‘TR1F’ value=‘Tree1fLN’> | ||
<datadict value=‘Tree1fLN’> | ||
<datadict value=‘Fund’ cache_add=“y” | ||
cache_add_key_prefix=“Fund-”> | ||
Recipe: | ||
<datadict value = “Holiday”> | ||
<string key = “name” select = “@fileName”/> | ||
<boolean key = “useWeekends” value = “1”/> | ||
<array dt = “DateTime” key = “holidays” man = “y” | ||
child = “holiday”> | ||
<datetime time = “EOD” select = “@holDate”/> | ||
</array> | ||
</datadict> | ||
Data: | ||
<holidayList treeid = “holiday-USEXCH” | ||
fileName = “holiday-USEXCH”> | ||
<holiday treeid = “holiday-USEXCH” holDate = “19991125”/> | ||
<holiday treeid = “holiday-USEXCH” holDate = “20000117”/> | ||
<holiday treeid = “holiday-USEXCH” holDate = “20000221”/> | ||
<holiday treeid = “holiday-USEXCH” holDate = “20000421”/> | ||
. . . | ||
<holiday treeid = “holiday-USEXCH” holDate = “20041225”/> | ||
</holidayList> | ||
Usage: <datetime select=‘@datetime’/> | ||
<datetime select=‘@initialRefixDate’ time=‘EOD’/> | ||
<datetime key=‘consoliDate’ select=‘consoliDate/@datetime’/> | ||
<datetime key=‘baseDate’ select=‘../@valueDate’ | ||
timepath=‘../@valuationTime’/> | ||
-
- Creates a models datetime object. The first two formats are used in schedules where the object is anonymous (just one of the schedules dates). The value at the select location specifies the date element. The time can be hard coded or reference the value at the timepath location. The key value specifies the name of a standalone object
Recipe: |
<datetime select = “@date” timepath = “../exchangeEvent/@dayPart”/> |
Data: (data DOM line 148) |
<strike date = “19990726” strike = “#/> |
<exchangeEvent spn = “0266922” ampm = “P” timing = “CLOS” | ||
dayPart = “EOD” reuters = “N”/> | ||
so the datetime object will represent EndOfDay, 26th Jul. 1999
Usage: <double select=‘@initialSpot’/> | ||
<double key=‘spotFX’ select=‘@spotFX’/ | ||
<double percent=‘Y’ select=‘@spread’/> | ||
Recipe: <double key = “stockPrice” select = “price/@price”/> | ||
Data: | ||
<equity treeid = “equity-466”> | ||
<equityI treeid = “equityI-466”> | ||
... | ||
</equityI> | ||
<dividends treeid = “equity-466”> | ||
... | ||
</dividends> | ||
<borrowingCurve dcc = “Actual/365F”...> | ||
... | ||
</borrowingCurve> | ||
<price price = “#” treeid = “equity-466” | ||
exchange = “NYSE” valuationRule = “REF”/> | ||
<STK treeid = “equity-466”...> | ||
... | ||
</STK> | ||
</equity> | ||
creates a double object with a name of “stockprice” and value #
- Recipe: <double select=“@rate” percent=“Y”/>
- Data:
- <curvePoint rate=“#” matDays=“1” matPeriod=“ON”/>
creates a models double object with value=#—i.e. rate/100.
Usage: <doublematrix key=‘vol’ row=‘volCurve’ point=‘volPoint’ |
item=‘@volatility’ rowSort=‘strike’ colSort=‘matDays’ man=‘y’/> |
Recipe: | ||
<doublematrix key = “vol” man = “y” row = “volCurve” | ||
item = “@volatility” point = “volPoint” colSort = “matDays” | ||
rowSort = “strike”/> | ||
data:
- Volatility Curve Points−Mat days
Usage <exists key=‘rateDCC’ test=‘floatingRate/@DCC’> |
<exists select=‘.’ key=‘startDate’ test=‘effective/@date’> |
<exists context=‘dividends’ key=‘synthDivs’ test=‘dividend/@exDate’ |
<exists key = “startDate” test = “effective/@date” select=“.”> | ||
<datetime select = “effective/@date” timepath = | ||
“effective/@dayPart”/> | ||
</exists> | ||
on data node
<OTC-VAN claim = “C” style = “A...> | ||
<premium date = “19991124” treeid = “EQD-40004399”/> | ||
... | ||
<effective treeid = “EQD-40004399” isFwdStart = “N”/> | ||
... | ||
</OTC-VAN> | ||
the date attribute does not exist in the effective tag so the datetime line of the recipe will not be executed.
- Usage: <if key=‘callDate’ test=‘@callable’ equals=‘Y’>
Recipe: | ||
<if test = “@optionType” equals = “CVB”> | ||
<append value = “/DefaultEDRControl”/> | ||
</if> | ||
Usage: <import key=“instrument” recipe=“recipe/compRecipe.xml”/> |
<import context=‘samples’ |
recipe=‘recipe/SampleListRecipe.xml’/> |
Usage: <integer value=‘5000’/> | ||
<integer key=‘accrueDivType’ value=‘0’/> | ||
<integer key=‘payStyle’ select=‘@payStyle’/> | ||
<integer key=“offset” variable=“@className” variable_select= | ||
‘../../controlOverride/$variable$/shift/@offset’/> | ||
Recipe: <integer key = “period” select = “eqSettleRoll/@period”/> | ||
Data: | ||
<eqSettleRoll period = “3” /> | ||
Usage: <marketcache select=‘@currency’/> | ||
<marketcache key=‘marketHols’ value=‘holiday-NONE’ | ||
<marketcache key=‘discount’ select=‘ccyLink/@ref’/> | ||
Recipe: <marketcache key = “hols” select = “eqSettleHol/@ref”/> |
Data: |
<eqSettlement bdc = “None” delivery = “physical” exchange = “NYSE”> |
<eqSettleHol ref = “holiday-USEXCH” treeid = “equityI-466”/> |
<eqSettleRoll period = “3” treeid = “equityI-466” effDate = |
“19940101”/> |
<eqSettlementType treeid = “equityI-466” settleType = “T”/> |
</eqSettlement> |
-
- Creates (assuming not previously created & cached) a models object by parsing the “holiday-USEXCH” top-level child node (data DOM line 244)
- Usage: <maturityperiod select=‘@matPeriod’/>
Recipe: <maturityperiod select = “@matPeriod”/> | ||
Data: <curvePoint rate = “#” matDays = “X” | ||
matPeriod = “1M”/> | ||
Usage: <mattimeperiod select=‘@matPeriod’ time=‘EOD’/> |
<mattimeperiod key=‘expiry’ select=‘@matPeriod’ time=‘EOD’/> |
Recipe: <mattimeperiod time = “EOD” select = “@matPeriod”/> | ||
Data: <volPoint matDays = “7” matPeriod = “1W” | ||
volatility = “#”/> | ||
- Usage: <mudates key=‘expiries’ value=‘SPECIAL’/>
Usage: <string key =‘interp’ value=‘N’/> | ||
<string key=‘period’ select=‘@matPeriod’/> | ||
- <string key=“pp” value=“rm”/>
Recipe: <string key = “name” select = “@fileName”/> | ||
Data: <holidayList treeid = “holiday-NONE” fileName = | ||
“holiday-NONE”/> | ||
Usage: <switch test=‘@averagingType’> | ||
<switch key=‘rateBadDayConv’ test=‘@bdc’> | ||
<switch test=“<NAME>” hash=‘y’> | ||
Recipe: | ||
<switch key = “Asset” test = “equityI/illiquidEquity/@illiquid”> | ||
<case equals = “Y”> | ||
<import recipe = “recipe/IlliquidStockRecipe.xml”/> | ||
</case> | ||
<case equals = “N”> | ||
<import recipe = “recipe/equityRecipe.xml”/> | ||
</case> | ||
<default> | ||
<writetolog text = “Unknown illiquidEquity | ||
flag: ” select = “equityI/illiquidEquity/@illiquid”/> | ||
</default> | ||
</switch> | ||
- Usage: <writetolog text=‘Unknown weightType:’ select=‘@(weightType’/>
Claims (17)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/313,525 US7085759B2 (en) | 2002-12-06 | 2002-12-06 | System and method for communicating data to a process |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/313,525 US7085759B2 (en) | 2002-12-06 | 2002-12-06 | System and method for communicating data to a process |
Publications (2)
Publication Number | Publication Date |
---|---|
US20040111416A1 US20040111416A1 (en) | 2004-06-10 |
US7085759B2 true US7085759B2 (en) | 2006-08-01 |
Family
ID=32468271
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US10/313,525 Expired - Lifetime US7085759B2 (en) | 2002-12-06 | 2002-12-06 | System and method for communicating data to a process |
Country Status (1)
Country | Link |
---|---|
US (1) | US7085759B2 (en) |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040123239A1 (en) * | 2002-10-01 | 2004-06-24 | Andreas Roessler | Document object model caching and validation |
US20070142925A1 (en) * | 2005-12-19 | 2007-06-21 | Sap Ag | Bundling database |
US7890407B2 (en) | 2000-11-03 | 2011-02-15 | Jpmorgan Chase Bank, N.A. | System and method for estimating conduit liquidity requirements in asset backed commercial paper |
US8688569B1 (en) | 2005-03-23 | 2014-04-01 | Jpmorgan Chase Bank, N.A. | System and method for post closing and custody services |
US9953171B2 (en) | 2014-09-22 | 2018-04-24 | Infosys Limited | System and method for tokenization of data for privacy |
Families Citing this family (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8131694B2 (en) * | 2004-11-12 | 2012-03-06 | Sap Ag | Process-oriented classification |
JP5273697B2 (en) * | 2006-08-01 | 2013-08-28 | 東京エレクトロン株式会社 | Server apparatus and program |
US8060421B1 (en) * | 2007-10-17 | 2011-11-15 | The Mathworks, Inc. | Object oriented financial analysis tool |
Citations (165)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4751702A (en) | 1986-02-10 | 1988-06-14 | International Business Machines Corporation | Improving availability of a restartable staged storage data base system that uses logging facilities |
US5027269A (en) | 1989-04-27 | 1991-06-25 | International Business Machines Corporation | Method and apparatus for providing continuous availability of applications in a computer network |
US5159687A (en) | 1989-11-14 | 1992-10-27 | Caseworks, Inc. | Method and apparatus for generating program code files |
US5301320A (en) | 1991-06-28 | 1994-04-05 | Digital Equipment Corporation | Workflow management and control system |
US5325527A (en) | 1993-01-19 | 1994-06-28 | Canon Information Systems, Inc. | Client/server communication system utilizing a self-generating nodal network |
US5499371A (en) | 1993-07-21 | 1996-03-12 | Persistence Software, Inc. | Method and apparatus for automatic generation of object oriented code for mapping relational data to objects |
US5539885A (en) | 1992-08-31 | 1996-07-23 | Hitachi, Ltd. | Distributed information processing system providing a resume function and resume method for the distributed information processing system |
US5553235A (en) | 1992-10-23 | 1996-09-03 | International Business Machines Corporation | System and method for maintaining performance data in a data processing system |
US5566297A (en) | 1994-06-16 | 1996-10-15 | International Business Machines Corporation | Non-disruptive recovery from file server failure in a highly available file system for clustered computing environments |
US5594863A (en) | 1995-06-26 | 1997-01-14 | Novell, Inc. | Method and apparatus for network file recovery |
US5630173A (en) | 1992-12-21 | 1997-05-13 | Apple Computer, Inc. | Methods and apparatus for bus access arbitration of nodes organized into acyclic directed graph by cyclic token passing and alternatively propagating request to root node and grant signal to the child node |
US5630047A (en) | 1995-09-12 | 1997-05-13 | Lucent Technologies Inc. | Method for software error recovery using consistent global checkpoints |
US5673403A (en) | 1992-11-13 | 1997-09-30 | International Business Machines Corporation | Method and system for displaying applications of different operating systems on a single system using the user interface of the different operating systems |
US5689698A (en) | 1995-10-20 | 1997-11-18 | Ncr Corporation | Method and apparatus for managing shared data using a data surrogate and obtaining cost parameters from a data dictionary by evaluating a parse tree object |
US5692181A (en) | 1995-10-12 | 1997-11-25 | Ncr Corporation | System and method for generating reports from a computer database |
US5712971A (en) | 1995-12-11 | 1998-01-27 | Ab Initio Software Corporation | Methods and systems for reconstructing the state of a computation |
US5734887A (en) | 1995-09-29 | 1998-03-31 | International Business Machines Corporation | Method and apparatus for logical data access to a physical relational database |
US5737592A (en) | 1995-06-19 | 1998-04-07 | International Business Machines Corporation | Accessing a relational database over the Internet using macro language files |
US5761499A (en) | 1995-12-21 | 1998-06-02 | Novell, Inc. | Method for managing globally distributed software components |
US5768119A (en) | 1996-04-12 | 1998-06-16 | Fisher-Rosemount Systems, Inc. | Process control system including alarm priority adjustment |
US5778198A (en) * | 1995-06-14 | 1998-07-07 | Brother Kogyo Kabushiki Kaisha | Data transferring method and system utilizing a transfer-related waiting time |
US5784557A (en) | 1992-12-21 | 1998-07-21 | Apple Computer, Inc. | Method and apparatus for transforming an arbitrary topology collection of nodes into an acyclic directed graph |
US5790809A (en) | 1995-11-17 | 1998-08-04 | Mci Corporation | Registry communications middleware |
US5801689A (en) | 1996-01-22 | 1998-09-01 | Extended Systems, Inc. | Hypertext based remote graphic user interface control system |
US5806075A (en) | 1993-09-24 | 1998-09-08 | Oracle Corporation | Method and apparatus for peer-to-peer data replication |
US5845292A (en) | 1996-12-16 | 1998-12-01 | Lucent Technologies Inc. | System and method for restoring a distributed checkpointed database |
US5852812A (en) * | 1995-08-23 | 1998-12-22 | Microsoft Corporation | Billing system for a network |
US5875466A (en) * | 1995-06-09 | 1999-02-23 | Alantec Corporation | Active cache for a microprocessor |
US5899990A (en) | 1997-03-31 | 1999-05-04 | Sun Microsystems, Inc. | Java-to-Database Connectivity Server |
US5926637A (en) | 1997-08-20 | 1999-07-20 | Bea Systems, Inc. | Service interface repository code generation data |
US5930768A (en) | 1996-02-06 | 1999-07-27 | Supersonic Boom, Inc. | Method and system for remote user controlled manufacturing |
US5937198A (en) | 1996-08-28 | 1999-08-10 | Extended Systems, Inc. | Field configurable embedded computer system |
US5937402A (en) | 1997-06-19 | 1999-08-10 | Ontos, Inc. | System for enabling access to a relational database from an object oriented program |
US5946458A (en) | 1997-03-24 | 1999-08-31 | Xerox Corporation | Network printing system for responding to remote print-related requests |
US5960200A (en) | 1996-05-03 | 1999-09-28 | I-Cube | System to transition an enterprise to a distributed infrastructure |
US5960445A (en) | 1996-04-24 | 1999-09-28 | Sony Corporation | Information processor, method of updating a program and information processing system |
US5964864A (en) * | 1995-04-04 | 1999-10-12 | Ricoh Company | Information processing apparatus for separately processing code information and pattern information |
US5987247A (en) | 1997-05-09 | 1999-11-16 | International Business Machines Corporation | Systems, methods and computer program products for building frameworks in an object oriented environment |
US5999179A (en) | 1997-11-17 | 1999-12-07 | Fujitsu Limited | Platform independent computer network management client |
US6003075A (en) | 1997-07-07 | 1999-12-14 | International Business Machines Corporation | Enqueuing a configuration change in a network cluster and restore a prior configuration in a back up storage in reverse sequence ordered |
US6009274A (en) | 1996-12-13 | 1999-12-28 | 3Com Corporation | Method and apparatus for automatically updating software components on end systems over a network |
US6009405A (en) | 1996-08-01 | 1999-12-28 | International Business Machines Corporation | Ensuring atomicity for a collection of transactional work items in a workflow management system |
US6011916A (en) | 1998-05-12 | 2000-01-04 | International Business Machines Corp. | Java I/O toolkit for applications and applets |
US6046742A (en) | 1997-05-13 | 2000-04-04 | Micron Electronics, Inc. | Display of system information |
US6052456A (en) | 1997-12-23 | 2000-04-18 | Alcatel Usa Sourcing, L.P. | Graphical shelf navigator for a telecommunications switch management system |
US6065009A (en) | 1997-01-20 | 2000-05-16 | International Business Machines Corporation | Events as activities in process models of workflow management systems |
US6101489A (en) | 1998-12-22 | 2000-08-08 | Ac Properties, B.V. | System, method and article of manufacture for a goal based system utilizing a time based model |
US6101601A (en) | 1998-04-20 | 2000-08-08 | International Business Machines Corporation | Method and apparatus for hibernation within a distributed data processing system |
US6108698A (en) | 1998-07-29 | 2000-08-22 | Xerox Corporation | Node-link data defining a graph and a tree within the graph |
US6148296A (en) | 1998-02-04 | 2000-11-14 | Microsoft, Inc. | Automatic generation of database queries |
US6163776A (en) | 1998-03-23 | 2000-12-19 | Software Tree, Inc. | System and method for exchanging data and commands between an object oriented system and relational system |
US6173439B1 (en) | 1998-03-11 | 2001-01-09 | International Business Machines Corporation | Interface mechanism and method for accessing non-object oriented data from within an object oriented framework |
US6178409B1 (en) | 1996-06-17 | 2001-01-23 | Verifone, Inc. | System, method and article of manufacture for multiple-entry point virtual point of sale architecture |
US6184996B1 (en) | 1997-06-18 | 2001-02-06 | Hewlett-Packard Company | Network printer with remote print queue control procedure |
US6185613B1 (en) | 1996-03-15 | 2001-02-06 | Netvision, Inc. | System and method for global event notification and delivery in a distributed computing environment |
US6188400B1 (en) | 1997-03-31 | 2001-02-13 | International Business Machines Corporation | Remote scripting of local objects |
US6195676B1 (en) | 1989-12-29 | 2001-02-27 | Silicon Graphics, Inc. | Method and apparatus for user side scheduling in a multiprocessor operating system program that implements distributive scheduling of processes |
US6230319B1 (en) | 1996-06-03 | 2001-05-08 | Webtv Networks, Inc. | Managing interruption while downloading data over a network |
WO2001035209A2 (en) | 1999-11-09 | 2001-05-17 | University Of Victoria Innovation And Development Corporation | Modified move to rear list system and methods for thread scheduling |
US6246410B1 (en) | 1996-01-19 | 2001-06-12 | International Business Machines Corp. | Method and system for database access |
US6249877B1 (en) | 1985-10-30 | 2001-06-19 | Hitachi, Ltd. | Method and apparatus for recovering data for a file in a plurality of equipments |
US6253193B1 (en) | 1995-02-13 | 2001-06-26 | Intertrust Technologies Corporation | Systems and methods for the secure transaction management and electronic rights protection |
US6256635B1 (en) | 1998-05-08 | 2001-07-03 | Apple Computer, Inc. | Method and apparatus for configuring a computer using scripting |
US6272556B1 (en) | 1996-07-01 | 2001-08-07 | Sun Microsystems, Inc. | Object-oriented system, method and article of manufacture for migrating a client-server application (#5) |
US6282698B1 (en) | 1998-02-09 | 2001-08-28 | Lucent Technologies Inc. | Detecting similarities in Java sources from bytecodes |
WO2001063529A1 (en) | 2000-02-24 | 2001-08-30 | Veridian Erim International | Workflow system and builder offers image script tools on input data type |
US20010020255A1 (en) | 2000-01-14 | 2001-09-06 | Sun Microsystems, Inc. | Method and system for remote control and interaction with a run time environment component |
US6288790B1 (en) | 1998-05-15 | 2001-09-11 | International Business Machines Corporation | Mobility support for printing |
US6289336B1 (en) | 1999-03-26 | 2001-09-11 | Compaq Computer Corporation | System and method for computing rows since sequence function in a database system |
US6298353B1 (en) | 1998-11-19 | 2001-10-02 | International Business Machines Corporation | Checking serialization compatibility between versions of java classes |
US20010029604A1 (en) | 2001-04-27 | 2001-10-11 | Jacob Dreyband | Descriptive data construct mapping method and apparatus |
US6304871B1 (en) | 1998-12-18 | 2001-10-16 | International Business Machines Corporation | Method and system for characterizing applications for use with databases having structured query language interfaces |
US6311320B1 (en) | 1998-12-07 | 2001-10-30 | Lsi Logic Corporation | Alterable scripting tool and method |
US6314430B1 (en) | 1999-02-23 | 2001-11-06 | International Business Machines Corporation | System and method for accessing a database from a task written in an object-oriented programming language |
US6317738B1 (en) | 1999-03-26 | 2001-11-13 | Compaq Computer Corporation | System and method for computing running and moving sequence functions in a database system |
US6324525B1 (en) | 1996-06-17 | 2001-11-27 | Hewlett-Packard Company | Settlement of aggregated electronic transactions over a network |
US6332161B1 (en) | 1998-09-25 | 2001-12-18 | Charles Schwab & Co., Inc. | Customer web log-in architecture |
US20020010867A1 (en) | 2000-01-19 | 2002-01-24 | Schaefer Robert G. | Performance path method and apparatus for exchanging data among systems using different data formats |
US6353820B1 (en) | 1999-09-29 | 2002-03-05 | Bull Hn Information Systems Inc. | Method and system for using dynamically generated code to perform index record retrieval in certain circumstances in a relational database manager |
US6363363B1 (en) | 1996-06-17 | 2002-03-26 | Verifone, Inc. | System, method and article of manufacture for managing transactions in a high availability system |
US6363499B1 (en) | 1998-09-21 | 2002-03-26 | Microsoft Corporation | Method and system for restoring a computer to its original state after an unsuccessful installation attempt |
US20020046239A1 (en) | 2000-08-31 | 2002-04-18 | Schneider Automation | Communication system of an automation equipment based on the soap protocol |
US6381609B1 (en) | 1999-07-02 | 2002-04-30 | Lucent Technologies Inc. | System and method for serializing lazy updates in a distributed database without requiring timestamps |
US20020062475A1 (en) | 2000-04-04 | 2002-05-23 | Jose Iborra | Automatic software production system |
US20020069192A1 (en) | 2000-12-04 | 2002-06-06 | Aegerter William Charles | Modular distributed mobile data applications |
US20020078115A1 (en) | 1997-05-08 | 2002-06-20 | Poff Thomas C. | Hardware accelerator for an object-oriented programming language |
US20020103835A1 (en) | 2001-01-30 | 2002-08-01 | International Business Machines Corporation | Methods and apparatus for constructing semantic models for document authoring |
US6430556B1 (en) | 1999-11-01 | 2002-08-06 | Sun Microsystems, Inc. | System and method for providing a query object development environment |
US20020109718A1 (en) | 2001-02-14 | 2002-08-15 | Mansour Peter M. | Platform-independent distributed user interface server architecture |
US20020111995A1 (en) | 2001-02-14 | 2002-08-15 | Mansour Peter M. | Platform-independent distributed user interface system architecture |
US20020111999A1 (en) | 2001-02-13 | 2002-08-15 | Andersson Anders Jorgen Mikael | System and method for remote control of software and an attached device |
US6438749B1 (en) | 1999-03-03 | 2002-08-20 | Microsoft Corporation | Method and system for restoring a computer to its original state after an unsuccessful patch installation attempt |
US20020116205A1 (en) | 2000-05-19 | 2002-08-22 | Ankireddipally Lakshmi Narasimha | Distributed transaction processing system |
US6442748B1 (en) | 1999-08-31 | 2002-08-27 | Accenture Llp | System, method and article of manufacture for a persistent state and persistent object separator in an information services patterns environment |
US6442533B1 (en) | 1997-10-29 | 2002-08-27 | William H. Hinkle | Multi-processing financial transaction processing system |
US20020120685A1 (en) | 1999-06-01 | 2002-08-29 | Alok Srivastava | System for dynamically invoking remote network services using service descriptions stored in a service registry |
US20020124113A1 (en) | 2001-03-01 | 2002-09-05 | International Business Machines Corporation | Method and a bridge for coupling a server and a client of different object types |
US20020129096A1 (en) | 2001-02-14 | 2002-09-12 | Mansour Peter M. | Platform-independent distributed user interface client architecture |
US6453127B2 (en) | 1997-09-26 | 2002-09-17 | Nexpress Solutions Llc | Establishment at a remote location of an internet/intranet user interface to a copier/printer |
US6453310B1 (en) | 1998-10-26 | 2002-09-17 | Microsoft Corporation | Installable schema for low-overhead databases |
US20020133579A1 (en) | 2001-01-16 | 2002-09-19 | Thomas Bernhardt | Methods, systems and computer program products for rule based delegation of administration powers |
WO2002046980A3 (en) | 2000-12-08 | 2002-09-26 | Configit Software Aps | A method of configuring a product using a directed acyclic graph |
US20020144101A1 (en) | 2001-03-30 | 2002-10-03 | Hong Wang | Caching DAG traces |
US20020143819A1 (en) | 2000-05-31 | 2002-10-03 | Cheng Han | Web service syndication system |
US20020143721A1 (en) | 1999-11-08 | 2002-10-03 | Kyle Jeffrey Charlet | Communication and interaction objects for connecting an application to a database management system |
US6463343B1 (en) | 1999-08-10 | 2002-10-08 | International Business Machines Corporation | System and method for controlling remote devices from a client computer using digital images |
US6463439B1 (en) | 1999-07-15 | 2002-10-08 | American Management Systems, Incorporated | System for accessing database tables mapped into memory for high performance data retrieval |
US6467079B1 (en) | 1999-03-30 | 2002-10-15 | International Business Machines Corporation | Report program language source code translation to object-oriented language source code which emulates report program language behavior |
US6470384B1 (en) | 1999-10-28 | 2002-10-22 | Networks Associates, Inc. | Modular framework for configuring action sets for use in dynamically processing network events in a distributed computing environment |
US6473786B1 (en) | 1998-06-15 | 2002-10-29 | Vitel Software, Inc. | Data acquisition and remote administration system |
US6477580B1 (en) | 1999-08-31 | 2002-11-05 | Accenture Llp | Self-described stream in a communication services patterns environment |
US6477590B1 (en) | 1998-04-01 | 2002-11-05 | Microsoft Corporation | Method and system for message transfer session management |
US6480860B1 (en) | 1999-02-11 | 2002-11-12 | International Business Machines Corporation | Tagged markup language interface with document type definition to access data in object oriented database |
US6480894B1 (en) | 1998-03-06 | 2002-11-12 | I2 Technologies Us, Inc. | System and method for maintaining a state for a user session using a web system |
US6484310B1 (en) | 1998-09-24 | 2002-11-19 | International Business Machines Corporation | Patterns for modeling computer component interactions |
US20020178434A1 (en) | 2001-02-22 | 2002-11-28 | Fox Gary L. | Apparatus and method for automatic source code generation in a process control environment |
US20020178191A1 (en) | 2001-05-24 | 2002-11-28 | International Business Machines Corporation | Method and apparatus in a data processing system for list ordering with multiple selection |
US20020188765A1 (en) | 2001-03-26 | 2002-12-12 | Fong Liana Liyow | System and method for dynamic self-determining asynchronous event-driven computation |
US20020188928A1 (en) | 2001-06-07 | 2002-12-12 | Peter Szpak | Generating code for data references |
US6502095B2 (en) | 1999-09-09 | 2002-12-31 | Lucent Technologies Inc. | Timestamp-based system and method for serializing lazy updates in a distributed database |
US6502207B1 (en) | 1992-01-08 | 2002-12-31 | Hitachi, Ltd. | Information processing apparatus with resume function and information processing system |
WO2003001373A1 (en) | 2001-06-20 | 2003-01-03 | Sap Aktiengesellschaft | Java rule engine framework |
US6505238B1 (en) | 1999-08-19 | 2003-01-07 | International Business Machines Corporation | Method and system for implementing universal login via web browser |
US20030009323A1 (en) | 2001-07-06 | 2003-01-09 | Max Adeli | Application platform for developing mono-lingual and multi-lingual systems and generating user presentations |
US6510352B1 (en) | 1999-07-29 | 2003-01-21 | The Foxboro Company | Methods and apparatus for object-based process control |
US20030027561A1 (en) | 2001-07-27 | 2003-02-06 | Bellsouth Intellectual Property Corporation | Automated script generation to update databases |
US20030028555A1 (en) | 2001-07-31 | 2003-02-06 | Young William J. | Database migration |
US6518983B1 (en) | 1999-07-21 | 2003-02-11 | International Business Machines Corporation | Display of messages from a plurality of processes running in parallel |
US20030033121A1 (en) | 2000-10-13 | 2003-02-13 | Sbc Technology Resources, Inc. | Rule based capacity management system for an inter office facility |
US20030033159A1 (en) | 2001-08-13 | 2003-02-13 | Piero Altomare | Interface module for document-based electronic business processes based on transactions |
US20030036809A1 (en) | 2001-08-20 | 2003-02-20 | Silicon Graphics Inc | Transparent distribution and execution of data in a multiprocessor environment |
US6526571B1 (en) | 1999-03-16 | 2003-02-25 | International Business Machines Corporation | Method for identifying calls in java packages whose targets are guaranteed to belong to the same package |
US20030046317A1 (en) | 2001-04-19 | 2003-03-06 | Istvan Cseri | Method and system for providing an XML binary format |
US20030050897A1 (en) | 2001-08-13 | 2003-03-13 | Piero Altomare | Interface module for document-based electronic business processes based on transactions |
US6539337B1 (en) | 2000-06-15 | 2003-03-25 | Innovative Technology Licensing, Llc | Embedded diagnostic system and method |
US6546419B1 (en) | 1998-05-07 | 2003-04-08 | Richard Humpleman | Method and apparatus for user and device command and control in a network |
US20030069907A1 (en) | 2001-06-29 | 2003-04-10 | Jean-Jacques Moreau | Method and device for processing a computer document in a computer system |
US6553428B1 (en) | 1996-11-18 | 2003-04-22 | International Business Machines Corporation | Distributed object instantiation of native objects in java |
US6557039B1 (en) | 1998-11-13 | 2003-04-29 | The Chase Manhattan Bank | System and method for managing information retrievals from distributed archives |
US20030084067A1 (en) | 2001-10-30 | 2003-05-01 | Chudi Obiaya | Method and apparatus for asset management |
US20030093574A1 (en) | 2001-10-01 | 2003-05-15 | Youenn Fablet | Method and device for executing a function with selection and sending of multiple results in a client-server environment |
US20030097383A1 (en) | 2001-04-05 | 2003-05-22 | Alexis Smirnov | Enterprise privacy system |
US6571389B1 (en) | 1999-04-27 | 2003-05-27 | International Business Machines Corporation | System and method for improving the manageability and usability of a Java environment |
US6571282B1 (en) | 1999-08-31 | 2003-05-27 | Accenture Llp | Block-based communication in a communication services patterns environment |
US6578068B1 (en) | 1999-08-31 | 2003-06-10 | Accenture Llp | Load balancer in environment services patterns |
US6584497B1 (en) | 1999-07-28 | 2003-06-24 | International Business Machines Corporation | Method, system, and program for returning a file requested through a network connection |
US6590587B1 (en) | 1999-11-30 | 2003-07-08 | Agilent Technologies, Inc. | Monitoring system and method implementing navigation interface logic |
US20030140045A1 (en) | 1999-03-11 | 2003-07-24 | Troy Heninger | Providing a server-side scripting language and programming tool |
US20030160813A1 (en) | 2002-02-25 | 2003-08-28 | Raju Narayan D. | Method and apparatus for a dynamically-controlled remote presentation system |
US6615258B1 (en) | 1997-09-26 | 2003-09-02 | Worldcom, Inc. | Integrated customer interface for web based data management |
US6643679B1 (en) | 1999-05-12 | 2003-11-04 | Unisys Corporation | WebTx gateway preprocessing hook |
US20030217033A1 (en) | 2002-05-17 | 2003-11-20 | Zigmund Sandler | Database system and methods |
US6654784B1 (en) | 2000-01-14 | 2003-11-25 | Nexaweb Technologies, Inc | Computing architecture |
US6657625B1 (en) | 1999-06-09 | 2003-12-02 | Microsoft Corporation | System and method of caching glyphs for display by a remote terminal |
US20030229554A1 (en) * | 2002-06-10 | 2003-12-11 | Veres Robert Dean | Method and system for composing transaction listing descriptions for use in a network-based transaction facility |
US6675228B1 (en) | 1999-08-03 | 2004-01-06 | International Business Machines Corporation | Method and apparatus in a data processing system for generating alternative views of client applications |
US6681380B1 (en) | 2000-02-15 | 2004-01-20 | International Business Machines Corporation | Aggregating constraints and/or preferences using an inference engine and enhanced scripting language |
US6697835B1 (en) | 1999-10-28 | 2004-02-24 | Unisys Corporation | Method and apparatus for high speed parallel execution of multiple points of logic across heterogeneous data sources |
WO2002046916A3 (en) | 2000-10-20 | 2004-02-26 | Polexis Inc | Extensible information system (xis) |
US6701514B1 (en) | 2000-03-27 | 2004-03-02 | Accenture Llp | System, method, and article of manufacture for test maintenance in an automated scripting framework |
US6714219B2 (en) | 1998-12-31 | 2004-03-30 | Microsoft Corporation | Drag and drop creation and editing of a page incorporating scripts |
US20040107183A1 (en) | 2002-12-03 | 2004-06-03 | Jp Morgan Chase Bank | Method for simplifying databinding in application programs |
US20040230587A1 (en) | 2003-05-15 | 2004-11-18 | Andrew Doddington | System and method for specifying application services and distributing them across multiple processors using XML |
US6823358B1 (en) * | 2000-09-29 | 2004-11-23 | International Business Machines Corporation | Enabling multiple client access to a process-based system or program from a single java virtual machine |
US20050030555A1 (en) | 2003-05-16 | 2005-02-10 | Phenix John Kevin | Job processing framework |
-
2002
- 2002-12-06 US US10/313,525 patent/US7085759B2/en not_active Expired - Lifetime
Patent Citations (166)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6249877B1 (en) | 1985-10-30 | 2001-06-19 | Hitachi, Ltd. | Method and apparatus for recovering data for a file in a plurality of equipments |
US4751702A (en) | 1986-02-10 | 1988-06-14 | International Business Machines Corporation | Improving availability of a restartable staged storage data base system that uses logging facilities |
US5027269A (en) | 1989-04-27 | 1991-06-25 | International Business Machines Corporation | Method and apparatus for providing continuous availability of applications in a computer network |
US5159687A (en) | 1989-11-14 | 1992-10-27 | Caseworks, Inc. | Method and apparatus for generating program code files |
US6195676B1 (en) | 1989-12-29 | 2001-02-27 | Silicon Graphics, Inc. | Method and apparatus for user side scheduling in a multiprocessor operating system program that implements distributive scheduling of processes |
US5301320A (en) | 1991-06-28 | 1994-04-05 | Digital Equipment Corporation | Workflow management and control system |
US6502207B1 (en) | 1992-01-08 | 2002-12-31 | Hitachi, Ltd. | Information processing apparatus with resume function and information processing system |
US5539885A (en) | 1992-08-31 | 1996-07-23 | Hitachi, Ltd. | Distributed information processing system providing a resume function and resume method for the distributed information processing system |
US5553235A (en) | 1992-10-23 | 1996-09-03 | International Business Machines Corporation | System and method for maintaining performance data in a data processing system |
US5673403A (en) | 1992-11-13 | 1997-09-30 | International Business Machines Corporation | Method and system for displaying applications of different operating systems on a single system using the user interface of the different operating systems |
US5630173A (en) | 1992-12-21 | 1997-05-13 | Apple Computer, Inc. | Methods and apparatus for bus access arbitration of nodes organized into acyclic directed graph by cyclic token passing and alternatively propagating request to root node and grant signal to the child node |
US5784557A (en) | 1992-12-21 | 1998-07-21 | Apple Computer, Inc. | Method and apparatus for transforming an arbitrary topology collection of nodes into an acyclic directed graph |
US5325527A (en) | 1993-01-19 | 1994-06-28 | Canon Information Systems, Inc. | Client/server communication system utilizing a self-generating nodal network |
US5499371A (en) | 1993-07-21 | 1996-03-12 | Persistence Software, Inc. | Method and apparatus for automatic generation of object oriented code for mapping relational data to objects |
US5806075A (en) | 1993-09-24 | 1998-09-08 | Oracle Corporation | Method and apparatus for peer-to-peer data replication |
US5566297A (en) | 1994-06-16 | 1996-10-15 | International Business Machines Corporation | Non-disruptive recovery from file server failure in a highly available file system for clustered computing environments |
US6253193B1 (en) | 1995-02-13 | 2001-06-26 | Intertrust Technologies Corporation | Systems and methods for the secure transaction management and electronic rights protection |
US5964864A (en) * | 1995-04-04 | 1999-10-12 | Ricoh Company | Information processing apparatus for separately processing code information and pattern information |
US5875466A (en) * | 1995-06-09 | 1999-02-23 | Alantec Corporation | Active cache for a microprocessor |
US5778198A (en) * | 1995-06-14 | 1998-07-07 | Brother Kogyo Kabushiki Kaisha | Data transferring method and system utilizing a transfer-related waiting time |
US5737592A (en) | 1995-06-19 | 1998-04-07 | International Business Machines Corporation | Accessing a relational database over the Internet using macro language files |
US5594863A (en) | 1995-06-26 | 1997-01-14 | Novell, Inc. | Method and apparatus for network file recovery |
US5852812A (en) * | 1995-08-23 | 1998-12-22 | Microsoft Corporation | Billing system for a network |
US5630047A (en) | 1995-09-12 | 1997-05-13 | Lucent Technologies Inc. | Method for software error recovery using consistent global checkpoints |
US5734887A (en) | 1995-09-29 | 1998-03-31 | International Business Machines Corporation | Method and apparatus for logical data access to a physical relational database |
US5692181A (en) | 1995-10-12 | 1997-11-25 | Ncr Corporation | System and method for generating reports from a computer database |
US5689698A (en) | 1995-10-20 | 1997-11-18 | Ncr Corporation | Method and apparatus for managing shared data using a data surrogate and obtaining cost parameters from a data dictionary by evaluating a parse tree object |
US5790809A (en) | 1995-11-17 | 1998-08-04 | Mci Corporation | Registry communications middleware |
US5712971A (en) | 1995-12-11 | 1998-01-27 | Ab Initio Software Corporation | Methods and systems for reconstructing the state of a computation |
US5761499A (en) | 1995-12-21 | 1998-06-02 | Novell, Inc. | Method for managing globally distributed software components |
US6246410B1 (en) | 1996-01-19 | 2001-06-12 | International Business Machines Corp. | Method and system for database access |
US5949412A (en) | 1996-01-22 | 1999-09-07 | Extended Systems, Inc. | Computer remote control system |
US5801689A (en) | 1996-01-22 | 1998-09-01 | Extended Systems, Inc. | Hypertext based remote graphic user interface control system |
US5930768A (en) | 1996-02-06 | 1999-07-27 | Supersonic Boom, Inc. | Method and system for remote user controlled manufacturing |
US6185613B1 (en) | 1996-03-15 | 2001-02-06 | Netvision, Inc. | System and method for global event notification and delivery in a distributed computing environment |
US5768119A (en) | 1996-04-12 | 1998-06-16 | Fisher-Rosemount Systems, Inc. | Process control system including alarm priority adjustment |
US5960445A (en) | 1996-04-24 | 1999-09-28 | Sony Corporation | Information processor, method of updating a program and information processing system |
US5960200A (en) | 1996-05-03 | 1999-09-28 | I-Cube | System to transition an enterprise to a distributed infrastructure |
US6230319B1 (en) | 1996-06-03 | 2001-05-08 | Webtv Networks, Inc. | Managing interruption while downloading data over a network |
US6363363B1 (en) | 1996-06-17 | 2002-03-26 | Verifone, Inc. | System, method and article of manufacture for managing transactions in a high availability system |
US6324525B1 (en) | 1996-06-17 | 2001-11-27 | Hewlett-Packard Company | Settlement of aggregated electronic transactions over a network |
US6178409B1 (en) | 1996-06-17 | 2001-01-23 | Verifone, Inc. | System, method and article of manufacture for multiple-entry point virtual point of sale architecture |
US6272556B1 (en) | 1996-07-01 | 2001-08-07 | Sun Microsystems, Inc. | Object-oriented system, method and article of manufacture for migrating a client-server application (#5) |
US6009405A (en) | 1996-08-01 | 1999-12-28 | International Business Machines Corporation | Ensuring atomicity for a collection of transactional work items in a workflow management system |
US5937198A (en) | 1996-08-28 | 1999-08-10 | Extended Systems, Inc. | Field configurable embedded computer system |
US6553428B1 (en) | 1996-11-18 | 2003-04-22 | International Business Machines Corporation | Distributed object instantiation of native objects in java |
US6009274A (en) | 1996-12-13 | 1999-12-28 | 3Com Corporation | Method and apparatus for automatically updating software components on end systems over a network |
US5845292A (en) | 1996-12-16 | 1998-12-01 | Lucent Technologies Inc. | System and method for restoring a distributed checkpointed database |
US6065009A (en) | 1997-01-20 | 2000-05-16 | International Business Machines Corporation | Events as activities in process models of workflow management systems |
US5946458A (en) | 1997-03-24 | 1999-08-31 | Xerox Corporation | Network printing system for responding to remote print-related requests |
US5899990A (en) | 1997-03-31 | 1999-05-04 | Sun Microsystems, Inc. | Java-to-Database Connectivity Server |
US6188400B1 (en) | 1997-03-31 | 2001-02-13 | International Business Machines Corporation | Remote scripting of local objects |
US20020078115A1 (en) | 1997-05-08 | 2002-06-20 | Poff Thomas C. | Hardware accelerator for an object-oriented programming language |
US5987247A (en) | 1997-05-09 | 1999-11-16 | International Business Machines Corporation | Systems, methods and computer program products for building frameworks in an object oriented environment |
US6046742A (en) | 1997-05-13 | 2000-04-04 | Micron Electronics, Inc. | Display of system information |
US6184996B1 (en) | 1997-06-18 | 2001-02-06 | Hewlett-Packard Company | Network printer with remote print queue control procedure |
US5937402A (en) | 1997-06-19 | 1999-08-10 | Ontos, Inc. | System for enabling access to a relational database from an object oriented program |
US6003075A (en) | 1997-07-07 | 1999-12-14 | International Business Machines Corporation | Enqueuing a configuration change in a network cluster and restore a prior configuration in a back up storage in reverse sequence ordered |
US5926637A (en) | 1997-08-20 | 1999-07-20 | Bea Systems, Inc. | Service interface repository code generation data |
US6615258B1 (en) | 1997-09-26 | 2003-09-02 | Worldcom, Inc. | Integrated customer interface for web based data management |
US6453127B2 (en) | 1997-09-26 | 2002-09-17 | Nexpress Solutions Llc | Establishment at a remote location of an internet/intranet user interface to a copier/printer |
US6442533B1 (en) | 1997-10-29 | 2002-08-27 | William H. Hinkle | Multi-processing financial transaction processing system |
US5999179A (en) | 1997-11-17 | 1999-12-07 | Fujitsu Limited | Platform independent computer network management client |
US6052456A (en) | 1997-12-23 | 2000-04-18 | Alcatel Usa Sourcing, L.P. | Graphical shelf navigator for a telecommunications switch management system |
US6148296A (en) | 1998-02-04 | 2000-11-14 | Microsoft, Inc. | Automatic generation of database queries |
US6282698B1 (en) | 1998-02-09 | 2001-08-28 | Lucent Technologies Inc. | Detecting similarities in Java sources from bytecodes |
US6480894B1 (en) | 1998-03-06 | 2002-11-12 | I2 Technologies Us, Inc. | System and method for maintaining a state for a user session using a web system |
US6173439B1 (en) | 1998-03-11 | 2001-01-09 | International Business Machines Corporation | Interface mechanism and method for accessing non-object oriented data from within an object oriented framework |
US6163776A (en) | 1998-03-23 | 2000-12-19 | Software Tree, Inc. | System and method for exchanging data and commands between an object oriented system and relational system |
US6477590B1 (en) | 1998-04-01 | 2002-11-05 | Microsoft Corporation | Method and system for message transfer session management |
US6101601A (en) | 1998-04-20 | 2000-08-08 | International Business Machines Corporation | Method and apparatus for hibernation within a distributed data processing system |
US6546419B1 (en) | 1998-05-07 | 2003-04-08 | Richard Humpleman | Method and apparatus for user and device command and control in a network |
US6256635B1 (en) | 1998-05-08 | 2001-07-03 | Apple Computer, Inc. | Method and apparatus for configuring a computer using scripting |
US6011916A (en) | 1998-05-12 | 2000-01-04 | International Business Machines Corp. | Java I/O toolkit for applications and applets |
US6288790B1 (en) | 1998-05-15 | 2001-09-11 | International Business Machines Corporation | Mobility support for printing |
US6473786B1 (en) | 1998-06-15 | 2002-10-29 | Vitel Software, Inc. | Data acquisition and remote administration system |
US6108698A (en) | 1998-07-29 | 2000-08-22 | Xerox Corporation | Node-link data defining a graph and a tree within the graph |
US6363499B1 (en) | 1998-09-21 | 2002-03-26 | Microsoft Corporation | Method and system for restoring a computer to its original state after an unsuccessful installation attempt |
US6484310B1 (en) | 1998-09-24 | 2002-11-19 | International Business Machines Corporation | Patterns for modeling computer component interactions |
US6332161B1 (en) | 1998-09-25 | 2001-12-18 | Charles Schwab & Co., Inc. | Customer web log-in architecture |
US6453310B1 (en) | 1998-10-26 | 2002-09-17 | Microsoft Corporation | Installable schema for low-overhead databases |
US6557039B1 (en) | 1998-11-13 | 2003-04-29 | The Chase Manhattan Bank | System and method for managing information retrievals from distributed archives |
US6298353B1 (en) | 1998-11-19 | 2001-10-02 | International Business Machines Corporation | Checking serialization compatibility between versions of java classes |
US6311320B1 (en) | 1998-12-07 | 2001-10-30 | Lsi Logic Corporation | Alterable scripting tool and method |
US6304871B1 (en) | 1998-12-18 | 2001-10-16 | International Business Machines Corporation | Method and system for characterizing applications for use with databases having structured query language interfaces |
US6101489A (en) | 1998-12-22 | 2000-08-08 | Ac Properties, B.V. | System, method and article of manufacture for a goal based system utilizing a time based model |
US6714219B2 (en) | 1998-12-31 | 2004-03-30 | Microsoft Corporation | Drag and drop creation and editing of a page incorporating scripts |
US6480860B1 (en) | 1999-02-11 | 2002-11-12 | International Business Machines Corporation | Tagged markup language interface with document type definition to access data in object oriented database |
US6314430B1 (en) | 1999-02-23 | 2001-11-06 | International Business Machines Corporation | System and method for accessing a database from a task written in an object-oriented programming language |
US6438749B1 (en) | 1999-03-03 | 2002-08-20 | Microsoft Corporation | Method and system for restoring a computer to its original state after an unsuccessful patch installation attempt |
US20030140045A1 (en) | 1999-03-11 | 2003-07-24 | Troy Heninger | Providing a server-side scripting language and programming tool |
US6526571B1 (en) | 1999-03-16 | 2003-02-25 | International Business Machines Corporation | Method for identifying calls in java packages whose targets are guaranteed to belong to the same package |
US6289336B1 (en) | 1999-03-26 | 2001-09-11 | Compaq Computer Corporation | System and method for computing rows since sequence function in a database system |
US6317738B1 (en) | 1999-03-26 | 2001-11-13 | Compaq Computer Corporation | System and method for computing running and moving sequence functions in a database system |
US6467079B1 (en) | 1999-03-30 | 2002-10-15 | International Business Machines Corporation | Report program language source code translation to object-oriented language source code which emulates report program language behavior |
US6571389B1 (en) | 1999-04-27 | 2003-05-27 | International Business Machines Corporation | System and method for improving the manageability and usability of a Java environment |
US6643679B1 (en) | 1999-05-12 | 2003-11-04 | Unisys Corporation | WebTx gateway preprocessing hook |
US20020120685A1 (en) | 1999-06-01 | 2002-08-29 | Alok Srivastava | System for dynamically invoking remote network services using service descriptions stored in a service registry |
US6657625B1 (en) | 1999-06-09 | 2003-12-02 | Microsoft Corporation | System and method of caching glyphs for display by a remote terminal |
US6381609B1 (en) | 1999-07-02 | 2002-04-30 | Lucent Technologies Inc. | System and method for serializing lazy updates in a distributed database without requiring timestamps |
US6463439B1 (en) | 1999-07-15 | 2002-10-08 | American Management Systems, Incorporated | System for accessing database tables mapped into memory for high performance data retrieval |
US6518983B1 (en) | 1999-07-21 | 2003-02-11 | International Business Machines Corporation | Display of messages from a plurality of processes running in parallel |
US6584497B1 (en) | 1999-07-28 | 2003-06-24 | International Business Machines Corporation | Method, system, and program for returning a file requested through a network connection |
US6510352B1 (en) | 1999-07-29 | 2003-01-21 | The Foxboro Company | Methods and apparatus for object-based process control |
US6675228B1 (en) | 1999-08-03 | 2004-01-06 | International Business Machines Corporation | Method and apparatus in a data processing system for generating alternative views of client applications |
US6463343B1 (en) | 1999-08-10 | 2002-10-08 | International Business Machines Corporation | System and method for controlling remote devices from a client computer using digital images |
US6505238B1 (en) | 1999-08-19 | 2003-01-07 | International Business Machines Corporation | Method and system for implementing universal login via web browser |
US6477580B1 (en) | 1999-08-31 | 2002-11-05 | Accenture Llp | Self-described stream in a communication services patterns environment |
US6571282B1 (en) | 1999-08-31 | 2003-05-27 | Accenture Llp | Block-based communication in a communication services patterns environment |
US6578068B1 (en) | 1999-08-31 | 2003-06-10 | Accenture Llp | Load balancer in environment services patterns |
US6442748B1 (en) | 1999-08-31 | 2002-08-27 | Accenture Llp | System, method and article of manufacture for a persistent state and persistent object separator in an information services patterns environment |
US6502095B2 (en) | 1999-09-09 | 2002-12-31 | Lucent Technologies Inc. | Timestamp-based system and method for serializing lazy updates in a distributed database |
US6353820B1 (en) | 1999-09-29 | 2002-03-05 | Bull Hn Information Systems Inc. | Method and system for using dynamically generated code to perform index record retrieval in certain circumstances in a relational database manager |
US6697835B1 (en) | 1999-10-28 | 2004-02-24 | Unisys Corporation | Method and apparatus for high speed parallel execution of multiple points of logic across heterogeneous data sources |
US6470384B1 (en) | 1999-10-28 | 2002-10-22 | Networks Associates, Inc. | Modular framework for configuring action sets for use in dynamically processing network events in a distributed computing environment |
US6430556B1 (en) | 1999-11-01 | 2002-08-06 | Sun Microsystems, Inc. | System and method for providing a query object development environment |
US20020143721A1 (en) | 1999-11-08 | 2002-10-03 | Kyle Jeffrey Charlet | Communication and interaction objects for connecting an application to a database management system |
WO2001035209A2 (en) | 1999-11-09 | 2001-05-17 | University Of Victoria Innovation And Development Corporation | Modified move to rear list system and methods for thread scheduling |
US6590587B1 (en) | 1999-11-30 | 2003-07-08 | Agilent Technologies, Inc. | Monitoring system and method implementing navigation interface logic |
US6654784B1 (en) | 2000-01-14 | 2003-11-25 | Nexaweb Technologies, Inc | Computing architecture |
US20010020255A1 (en) | 2000-01-14 | 2001-09-06 | Sun Microsystems, Inc. | Method and system for remote control and interaction with a run time environment component |
US20020010867A1 (en) | 2000-01-19 | 2002-01-24 | Schaefer Robert G. | Performance path method and apparatus for exchanging data among systems using different data formats |
US6681380B1 (en) | 2000-02-15 | 2004-01-20 | International Business Machines Corporation | Aggregating constraints and/or preferences using an inference engine and enhanced scripting language |
WO2001063529A1 (en) | 2000-02-24 | 2001-08-30 | Veridian Erim International | Workflow system and builder offers image script tools on input data type |
US6701514B1 (en) | 2000-03-27 | 2004-03-02 | Accenture Llp | System, method, and article of manufacture for test maintenance in an automated scripting framework |
US20020062475A1 (en) | 2000-04-04 | 2002-05-23 | Jose Iborra | Automatic software production system |
US20020116205A1 (en) | 2000-05-19 | 2002-08-22 | Ankireddipally Lakshmi Narasimha | Distributed transaction processing system |
US20020143819A1 (en) | 2000-05-31 | 2002-10-03 | Cheng Han | Web service syndication system |
US6539337B1 (en) | 2000-06-15 | 2003-03-25 | Innovative Technology Licensing, Llc | Embedded diagnostic system and method |
US20020046239A1 (en) | 2000-08-31 | 2002-04-18 | Schneider Automation | Communication system of an automation equipment based on the soap protocol |
US6823358B1 (en) * | 2000-09-29 | 2004-11-23 | International Business Machines Corporation | Enabling multiple client access to a process-based system or program from a single java virtual machine |
US20030033121A1 (en) | 2000-10-13 | 2003-02-13 | Sbc Technology Resources, Inc. | Rule based capacity management system for an inter office facility |
WO2002046916A3 (en) | 2000-10-20 | 2004-02-26 | Polexis Inc | Extensible information system (xis) |
US20020069192A1 (en) | 2000-12-04 | 2002-06-06 | Aegerter William Charles | Modular distributed mobile data applications |
WO2002046980A3 (en) | 2000-12-08 | 2002-09-26 | Configit Software Aps | A method of configuring a product using a directed acyclic graph |
US20020133579A1 (en) | 2001-01-16 | 2002-09-19 | Thomas Bernhardt | Methods, systems and computer program products for rule based delegation of administration powers |
US20020103835A1 (en) | 2001-01-30 | 2002-08-01 | International Business Machines Corporation | Methods and apparatus for constructing semantic models for document authoring |
US20020111999A1 (en) | 2001-02-13 | 2002-08-15 | Andersson Anders Jorgen Mikael | System and method for remote control of software and an attached device |
US20020111995A1 (en) | 2001-02-14 | 2002-08-15 | Mansour Peter M. | Platform-independent distributed user interface system architecture |
US20020109718A1 (en) | 2001-02-14 | 2002-08-15 | Mansour Peter M. | Platform-independent distributed user interface server architecture |
US20020129096A1 (en) | 2001-02-14 | 2002-09-12 | Mansour Peter M. | Platform-independent distributed user interface client architecture |
US20020178434A1 (en) | 2001-02-22 | 2002-11-28 | Fox Gary L. | Apparatus and method for automatic source code generation in a process control environment |
US20020124113A1 (en) | 2001-03-01 | 2002-09-05 | International Business Machines Corporation | Method and a bridge for coupling a server and a client of different object types |
US20020188765A1 (en) | 2001-03-26 | 2002-12-12 | Fong Liana Liyow | System and method for dynamic self-determining asynchronous event-driven computation |
US20020144101A1 (en) | 2001-03-30 | 2002-10-03 | Hong Wang | Caching DAG traces |
US20030097383A1 (en) | 2001-04-05 | 2003-05-22 | Alexis Smirnov | Enterprise privacy system |
US20030046317A1 (en) | 2001-04-19 | 2003-03-06 | Istvan Cseri | Method and system for providing an XML binary format |
US20010029604A1 (en) | 2001-04-27 | 2001-10-11 | Jacob Dreyband | Descriptive data construct mapping method and apparatus |
US20020178191A1 (en) | 2001-05-24 | 2002-11-28 | International Business Machines Corporation | Method and apparatus in a data processing system for list ordering with multiple selection |
US20020188928A1 (en) | 2001-06-07 | 2002-12-12 | Peter Szpak | Generating code for data references |
WO2003001373A1 (en) | 2001-06-20 | 2003-01-03 | Sap Aktiengesellschaft | Java rule engine framework |
US20030069907A1 (en) | 2001-06-29 | 2003-04-10 | Jean-Jacques Moreau | Method and device for processing a computer document in a computer system |
US20030009323A1 (en) | 2001-07-06 | 2003-01-09 | Max Adeli | Application platform for developing mono-lingual and multi-lingual systems and generating user presentations |
US20030027561A1 (en) | 2001-07-27 | 2003-02-06 | Bellsouth Intellectual Property Corporation | Automated script generation to update databases |
US20030028555A1 (en) | 2001-07-31 | 2003-02-06 | Young William J. | Database migration |
US20030033159A1 (en) | 2001-08-13 | 2003-02-13 | Piero Altomare | Interface module for document-based electronic business processes based on transactions |
US20030050897A1 (en) | 2001-08-13 | 2003-03-13 | Piero Altomare | Interface module for document-based electronic business processes based on transactions |
US20030036809A1 (en) | 2001-08-20 | 2003-02-20 | Silicon Graphics Inc | Transparent distribution and execution of data in a multiprocessor environment |
US20030093574A1 (en) | 2001-10-01 | 2003-05-15 | Youenn Fablet | Method and device for executing a function with selection and sending of multiple results in a client-server environment |
US20030084067A1 (en) | 2001-10-30 | 2003-05-01 | Chudi Obiaya | Method and apparatus for asset management |
US20030160813A1 (en) | 2002-02-25 | 2003-08-28 | Raju Narayan D. | Method and apparatus for a dynamically-controlled remote presentation system |
US20030217033A1 (en) | 2002-05-17 | 2003-11-20 | Zigmund Sandler | Database system and methods |
US20030229554A1 (en) * | 2002-06-10 | 2003-12-11 | Veres Robert Dean | Method and system for composing transaction listing descriptions for use in a network-based transaction facility |
US20040107183A1 (en) | 2002-12-03 | 2004-06-03 | Jp Morgan Chase Bank | Method for simplifying databinding in application programs |
US20040230587A1 (en) | 2003-05-15 | 2004-11-18 | Andrew Doddington | System and method for specifying application services and distributing them across multiple processors using XML |
US20050030555A1 (en) | 2003-05-16 | 2005-02-10 | Phenix John Kevin | Job processing framework |
Non-Patent Citations (6)
Title |
---|
McClanahan, PowerBuilder3.0. |
Myers, Scripting Graphical Applications by Demonstration. |
Ousterhoust, Scripting Higher Level Programming. |
Rennhackkamp, One For The Road: Sybase's Adaptive Server Anywhere 6.0. |
Unknown, Conjuring up COM through scripting. |
White, Quantum SPC/DC Script File (.tdf) Definition Instruction Guide. |
Cited By (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7890407B2 (en) | 2000-11-03 | 2011-02-15 | Jpmorgan Chase Bank, N.A. | System and method for estimating conduit liquidity requirements in asset backed commercial paper |
US20040123239A1 (en) * | 2002-10-01 | 2004-06-24 | Andreas Roessler | Document object model caching and validation |
US7712025B2 (en) * | 2002-10-01 | 2010-05-04 | Sap Aktiengesellschaft | Document object model caching and validation |
US8688569B1 (en) | 2005-03-23 | 2014-04-01 | Jpmorgan Chase Bank, N.A. | System and method for post closing and custody services |
US20070142925A1 (en) * | 2005-12-19 | 2007-06-21 | Sap Ag | Bundling database |
US9953171B2 (en) | 2014-09-22 | 2018-04-24 | Infosys Limited | System and method for tokenization of data for privacy |
Also Published As
Publication number | Publication date |
---|---|
US20040111416A1 (en) | 2004-06-10 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5431513B2 (en) | Interpreting command scripts using local and extended storage for command indexing | |
US20190155874A1 (en) | Markup language system, method, and computer program product | |
US7650355B1 (en) | Reusable macro markup language | |
US9268748B2 (en) | System, method, and computer program product for outputting markup language documents | |
US7249328B1 (en) | Tree view for reusable data markup language | |
US7512875B2 (en) | Chart view for reusable data markup language | |
JP3478820B2 (en) | System that executes the program | |
US7480860B2 (en) | Data document generator to generate multiple documents from a common document using multiple transforms | |
AU780565B2 (en) | Method and apparatus for selecting aggregate levels and cross product levels for a data warehouse | |
US20050060317A1 (en) | Method and system for the specification of interface definitions and business rules and automatic generation of message validation and transformation software | |
AU2001240068B2 (en) | Method and system for applying XML schema | |
US20090019072A1 (en) | Interoperable retrieval and deposit using annotated schema to interface between industrial document specification languages | |
US20050080803A1 (en) | Methods and computer systems for data conversion | |
KR20010109304A (en) | Specification to abap code converter | |
JP2003529829A (en) | Methods and systems for modeling legacy computer systems | |
US8073843B2 (en) | Mechanism for deferred rewrite of multiple XPath evaluations over binary XML | |
US20080140694A1 (en) | Data transformation between databases with dissimilar schemes | |
US7085759B2 (en) | System and method for communicating data to a process | |
US7689542B2 (en) | Dynamic return type generation in a database system | |
JP2002534741A (en) | Method and apparatus for processing semi-structured text data | |
US9262383B2 (en) | System, method, and computer program product for processing a markup document | |
US7469249B2 (en) | Query-driven partial materialization of relational-to-hierarchical mappings | |
CN117762984A (en) | Data acquisition method, device, electronic equipment and storage medium | |
US12293171B1 (en) | Structured data containers and their use in making an electronically transmissible information product | |
US20050262037A1 (en) | Method and apparatus for controlling result dataset generation in a javascript environment |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: JP MORGAN CHASE BANK, A CORP. OF NEW YORK, NEW YOR Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:KINGHAM, IAN;REEL/FRAME:014501/0291 Effective date: 20030728 |
|
STCF | Information on status: patent grant |
Free format text: PATENTED CASE |
|
FPAY | Fee payment |
Year of fee payment: 4 |
|
AS | Assignment |
Owner name: JPMORGAN CHASE BANK, N.A., NEW YORK Free format text: CHANGE OF NAME;ASSIGNOR:JPMORGAN CHASE BANK;REEL/FRAME:030890/0017 Effective date: 20041113 |
|
FPAY | Fee payment |
Year of fee payment: 8 |
|
MAFP | Maintenance fee payment |
Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553) Year of fee payment: 12 |