We are happy to announce the stable release of giServer 1.1.0
This release adds some features, that where missing in the beta version.
All database connection will be automatically pooled using the BoneCP-API.
The basic batch development API is now extended for parallel data processing. Jobs can now be splitted in smaller steps and be bundled to flows. Flows can be processed parallel or sequential. There is also support for chunk processing of data, using input-, processing- and output objects.
Release notes giServer:
- Enhanced Parallel-Batch-API that supports parallel flows, sequential flows, single steps and chunks
- BoneCP is now used for database connection pooling
- Build-in support for MongoDB-Servers
- Added several new batch development examples
- Added missing configuration option for TCP/IP-Port.
- Many bugs fixed
Release notes giServerManager:
- Enhanced batch parameter system. Instead of a free text input area, a graphical typesafe input editor will be used for input.
- Safer handling of huge protocol files. If a protocol file to to large only the begin and end of the protocol file will be loaded.
- Added new datasource type "MongoDB"
- Added russian translation (Thanks to Vitaly)