R1.2.0 of the DataStream and OLE plugins and beans has been released.
Details of the products can be found here:
http://www.cybersack.com/web-pages/Cybe … meSet.html
The download can be found here:
http://www.cybersack.com/servoy/R1.2/cy … R1.2.0.zip
Unpack it across your ${servoy.server.home} after you have backed up
Import the included solutions:
mod_cybersack
…and then..
sol_cybersack_data_stream
sol_cybersack_media_manager
sol_cybersack_ole
sol_cybersack_outlook_forms
sol_cybersack_outlook_methods
sol_cybersack_streamed_image_bean
Changes:
All record ‘import/upload’ functions now carry a ‘display_name’ attribute.
If you have an existing installation, and you need to keep using it, then keep your data, import the new solution and table defs (including the new field).
All methods have been updated to support this new parameter.
Licenses - if you have purchased a licence, then you will need a new one.
If it has not been automatically sent to you then please contact me and I will make sure it is re-generated.
Added Features:
Single-Step Streaming Import of Media Folder into Records
Using solution sol_cybersack_media_manager, this new functionality allows you to drop a directory onto the JavaBean and have new records created and the media files streamed up.
You choose to recurse or to capture an index of only the top-level of files.
If the indexing of your selection takes some time, then you will have the option to cancel.
Once your index has been created, the import commences automatically.
A new media record is created for each file imported.
The imports are sequentially streamed according to the concurrency meter level that you choose to set.
(So, make sure you have enough configured connections at your server if you run with this >=2).
By default the meter is set to 1.
To test this new functionality, on the form ‘Import to Records via Bean’ click the Green button which will set the appropriate context for you to drop a folder onto the bean.
Multi-file imports to the server-file-system have been possible since the last release and this new feature allows you to effortlessly import your desired file systems with or without a ‘parent’ context.
This release has some deliberately verbose connection/pool logging.
Please ignore or report errors that you notice on your console.
There shouldn’t be any
This release has been tested on:
Servoy R2 2.2.1 build-333 on Windows XP using Java 1.5.0_04