Happy to announce the availability of the 1.2.0.FINAL version of the TIBCO BW6 Compress palette. It supports ZIP, GZ and TAR formats. This is developed in my free time and it's not endorsed, verified or supported by TIBCO in any way (yet?).
It uses Apache Common Compress library 1.9 with no modifications and it's packaged within the plugin.
Online docs are (temporarily) available at: http://digilander.libero.it/otacoconvention/archivi/TIBCO_BW6_Compress_plugin_doc/index.html and can also be accessed from BusinessStudio by selecting the activity and pressing F1 (requires internet connection).
I would urge anyone wanting to try this to take all necessary precautions even though the version number says FINAL
Check GitHub https://github.com/steghio/TIBCO_BW6_Compress_Plugin/
for the source code, sample project, Eclipse (BW6) installer. If you want to manipulate it, READ THE GUIDE first.
History: first release 1.0.0.FINAL
Showing posts with label BusinessWorks. Show all posts
Showing posts with label BusinessWorks. Show all posts
10/07/2015
26/06/2015
[TIBCO] BusinessWorks 6 Compress Plugin for ZIP
UPDATE: check latest version 1.2.0.FINAL here
Happy to announce the availability of the 1.0.0.FINAL version of the TIBCO BW6 Compress palette. It includes Zip and Unzip activities. This is developed in my free time and it's not endorsed, verified or supported by TIBCO in any way (yet?).
It uses Apache Common Compress library 1.8.1 with no modifications and it's packaged within the plugin.
Happy to announce the availability of the 1.0.0.FINAL version of the TIBCO BW6 Compress palette. It includes Zip and Unzip activities. This is developed in my free time and it's not endorsed, verified or supported by TIBCO in any way (yet?).
It uses Apache Common Compress library 1.8.1 with no modifications and it's packaged within the plugin.
06/06/2015
[OSGi] Spring error Unable to locate Spring NamespaceHandler for XML schema namespace
You're working with OSGi because it's flexible, you like components, and so on, and you also like Spring because you love writing XMLs instead of Java code.
You think it would be a good idea if you could join these technologies but reading is so boring, plus since both use some config files you just need to mash them together and you should be good with your Sprosgienstein creation. But then you realize that some small differences for example in classpath handling and dependency management are making your life difficult.
A common error you might get is: "Unable to locate Spring NamespaceHandler for XML schema namespace XXX"
You think it would be a good idea if you could join these technologies but reading is so boring, plus since both use some config files you just need to mash them together and you should be good with your Sprosgienstein creation. But then you realize that some small differences for example in classpath handling and dependency management are making your life difficult.
A common error you might get is: "Unable to locate Spring NamespaceHandler for XML schema namespace XXX"
29/03/2014
[TIBCO BusinessEvents] Listen for ActiveSpaces events
When working with TIBCO BusinessEvents, it's possible to create a channel on which to listen for TIBCO ActiveSpaces events such as:
- TIBAS_EVENT_PUT when a tuple is inserted, overwritten, or updated
- TIBAS_EVENT_TAKE when a tuple is taken or removed
- TIBAS_EVENT_EXPIRE when a tuple reaches the end of its time to live and expires from the space
- TIBAS_EVENT_SEED when there is redistribution after a seeder joins or leaves, and the local node is seeding or unseeding. This is only applicable if the listener distribution scope is SEEDED
- TIBAS_EVENT_UNSEED when there is redistribution after a seeder joins or leaves, and the local node is seeding or unseeding. This is only applicable if the listener’s distribution scope is SEEDED
Subscribe to:
Posts (Atom)