An EJB Bridge Adapter is now available, this allows simplified connectivity from Altio services to any existing EJB bean.
The EJB Bridge Adaptor is available from the CVS repository. Instructions are contained in _doc directory.
This TIBCO/TIBRV adaptor allows standard TIBCO/RV publish and subscribe functionality from Altio service functions.
This database adaptor extends the functionality provided by the default Altio JDBC adaptor to provide element deletion.
This release provides a memory leak fix to the original release.
This database adaptor extends the functionality provided by the default Altio JDBC adaptor to provide element deletion.
The JFreeChart Custom Control has been released and is now available for download.
This custom control wraps much of the JFreeChart functionality and makes it's use available within Altio.
JFreeChart is a free Java class library for generating charts, including:
pie charts (2D and 3D);
bar charts (regular and stacked, with an optional 3D effect);
line and area charts;
scatter plots and bubble charts;
time series, high/low/open/close charts and candle stick charts;
combination charts;
Pareto charts;
Gantt charts;
wind plots, meter charts and symbol charts;
wafer map charts;
An Altio List of Value (LoV) techlet will shortly to be released.
This techlet provides the building blocks to generate efficient List of Values for selection where a standard selection combo box control does not provide enough functionality.
Copy to Excel techlet released.
This techlet shows how to copy data from an Altio list control to the clipboard. The techlet uses JavaScript contained in a modified htmltemplate.htm file in MS IE. Once the data has been placed on the clipboard it can be pasted into other applications e.g. MS Excel
The much used JFreeChart custom control has been added to CVS and will shortly be available in release form.
Multi row add list techlet released.
This techlet shows how a function can be used to add multiple rows to a table. The function "rowLoopFunction" is contained on the listWindow and utilses a data attribute named "rowCounter" contained in the VARIABLES element to loop a given number of times.
Enter the number of rows to add and press the "Add rows" button.
To clear the table, press the "Clear" button.
Multi line edit list techlet released.
This techlet shows how screen can be put together which allows rows in a table to be editted in a free format layout. Including scolling, row deletion and new row creation.
To scroll up and down without using the mouse use ALT-u and ALT-d respectively. To delete the record denoted in the top panel use ALT-r. To create a new record and set the focus on this use ALT-n.... read more
The first techlet has been released.
This techlet shows how a set of panels can be put together to allow the creation and maintenance of master -> detail -> detail list of lists using three editable lists.
Some sample data has been added as static data. All edititing takes place directly on the local data.
The example allows creation and deletion of items within these lists. New items are marked with the status of new and updated items are marked with update. For removal/deletion; where a list item already exists, delete is marked; where itis a new created item, the item is removed from the list.... read more