All projects on the Hive
--- SPANISH version follows ---
ABLaUML is an Thomas Mercer-Hursh (thomas@cintegrity.com) ABL2UML (http://www.oehive.org/ABL2UML) derivative work.
We use ABLaUML to model legacy procedural systems. In order to do that we take the original code and convert it to object oriented code, changing the monolitic generation model into a model of discret succesive generation tasks.
A reusable .p that gives you the contents of an xml in two temp-tables (elements and attributes).
See the fileheader for a how-to-use.
DataDigger is a generic browse on your database. Browse through you data and save your queries, selected columns and changed formats. Export full tables, results of queries or selections easily to dump file or XML file.
DataDigger 14: (click to enlarge)
Extensive documentation is provided in the form of a wiki. After installing DataDigger, you can find it in the directory 'wiki'. Start the file DataDigger.html and read all about all settings and windows.
The API supported by the adapter is a subset of the JMS API. Full
documentation of all details is available online. The
diagrams below only describe the part of the API that is implemented by the
OpenEdge Adapter for Fuse Message Broker.
Notes:
The OpenEdge Adapter for Fuse Message Broker enables connections from an
OpenEdge™ ABL application to Fuse™ Message Broker or Apache ActiveMQ (or
other messaging solution as described below). It consists of a number of ABL
classes that should be referenced in an ABL application that needs to exchange
messages with the outside world using one of the supported world class
messaging solutions.
Installing DataDigger is just as simple as 1-2-3:
In step 3 you need to set the working dir to the path you used in step 2.
In addition you might like to add one or more of these:
-s 1000000 Increase the amount of memory -param "Test Environment" Title for your DataDigger window. Handy if you have more than one shortcut.
This profiler identifies performancebottlenecks in your application by analysing the logfile you create with the log-manager.
Profiler
Progress Fuse Adapter
Written in OO ABL and supports the stomp protocol.
Code comments in Dutch
Identifies possible memory leaks and their source by extracting those lines from logmanager output that point at created objects that are not deleted later on or allocated space that is not (fully) deallocated.
This analyser goes a bit further than http://www.oehive.org/node/846 and can handle OE 10.2A extra's