No implied or explicit support responsibility for anything shared. It's all as-is. The only thing you have to agree to is to Copy-Paste it back to me if you extend or improve something.
Only way to unleash the real power of TDI.
If you have an Attribute Map, component, script or AL to share, just right-click it and either paste it in a message to the
newsgroup, or an
email to me.
- CacheConnector: A scripted component that wraps another Connector with a caching feature providing lightning fast lookups and sorted iteration.
- FormEntry Connector: Lak Sri has provided this handy Connector that you can configure a block of text and then select a Parser to return Attributes to your AL. Great for developing/debugging Parsers and providing canned data for your ALs. It also supports infinite looping (for long-running tests and simulations). Just copy this .jar to the TDI jars folder, or tell TDI where to find it using the com.ibm.di.loader.userjars property.
- FileScan Connector: A scripted Connector that returns the list of files found in a specified directory (including all sub-folders). Can be used to detect changes to files.
- HashMap Connector: A scripted Connector that reads a sequential data source (e.g. file) into memory and then allows you to do Lookups in it.
- CommandLine.zip: This flexible, scripted CommandLine Connector lets you execute dynamic (Output Mapped) commandlines. The Config shows you how easy it is to script a useful Connector. [And scripting functions and Parsers is even easier. -ed]
- REST Mashup : The enclosed example from Ian Yip is a creative and visual Yahoo Pipes-like solution to the requirement: “I want to be able to get details and background information on types of events occurring at a given location during a given time period and have these displayed in a useful and user friendly way.”
- GoogleEarth : Another Pipes-like solution where Geir Hansen uses TDI to grab the water levels in all of Norway's major rivers, calls a webservice to convert from UTM coordinates to Geographical units, and then create placemarks (in Keyhole Markup Language - KML - files) for presentation in Google Earth. Cool for passionate paddlers.
- SynchOutEDincludingPwds.xml: Sync TDS out to AD, SunOne, Domino and TDS#2 (both user and password changes). Schema mapping not complete and password catcher not included. Just right-click this link and Save the Config to disk.
- WhitePages: Example of a White Pages app using TDI. This Config highlights how to use a web browser to interface to your TDI solution. For a simple example of how to use a Server Mode Connector, check out the next item in this list, TINA_WebSrv.
- TINA_WebSrv: This is a very simple example of using a web browser to talk to TDI. It shows you how Server Mode works, how you return content, as well as how to branch based on data; and it uses AL Pooling.
- RuntimeConnector: This example Config highlights a few techniques: using Java properties to pass data between running ALs (like pre-initialized components or open contexts); or how to write an AL without a Feeds section and still have cycling (so you can put logic in the AL in front of the Iterator); or how to launch one AL from another using an FC (Function component).
- Fail Over Service : This will show you how to add failure detection and response to ALs by simply dropping in a component. Its uses SNMP to send heartbeats from monitored ALs to an FOS Host process. A starting point for building your own solution.
These are XSLT files that you can drop into the XSLT\ConfigReports sub-folder of your TDI installation directory. Then they will show up when you right-click in the Config Browser and select
Config Reports. You will want to right-click any .xml or .xsl links and save these to the
ConfigReports folder.
- ErrorMsg.js: Handy function for use in the Default On Error Hook of Library Components. That way, you will at least get lots of information in your logs.
- MiscLib.js: Misc. scripted functions. Getting outdated thanks to recent (and upcoming) TDI releases. Otherwise, simple enough for JavaScript newbies to read thru and play with.
- RedPill-Matrix.pps: From an early Metamerge fan. Saved a copy from the now defunct website ;)
--
EddieHartman - 18 Sep 2007