The application needs the following arguments in the command line to work
#0 : Name of a valid PricingNexus INI-file
#1 : Name of database system; needed for creation of matching escape codes,
currently supported is "sybase" only
#2 : Name of table to extract data from
#3...
The following six methods instantiate the callbacks from the Parser class
A new "open tag" event triggers
- the creation of a new child below the currentElement
- assignment of the tag name to the element name
- finally reassignment of the currentElement to this child
This small little helper application is used to retreive a HTML page, cleans it up like the USSGttpFetcher does and
stores the content into a given file.
Tiny but nice helper class: From a stream or String [XXX: must be developed!] this object tries to read a complete HTML
page and will try to convert it into a JDOM Document Object and return the reference to this object.
Title: XMLLogger
Description: A little utility that receives xml formatted messages with a certain format and displays this
information in a single window.
Firstly: This is a dirty & cheap hack, it should be improved in the future,-))
Second (what it does): It's a kind of static version of the LogSender object.
The main constructer must be given a reference to the INI-object as it stores all necessary information we need
to connect to Database, JMS service and so on
As our object does support Topics as well as Queues the calling context first needs to decice if an instance of this object
needs to handle Topics or Queues.
Title: PricingNexus
Description: A project to create a comprehensive derivatives price [WEB-]grabbing middleware that is fully modular and open for all kind of risk analysis.
testMe() -
Constructor for class org.pricingnexus.tools.testMe
The main constructer must be given a reference to the INI-object as it stores all necessary information we need
to connect to Database, JMS service and so on