FLAM Issue Tracker - FL5
View Issue Details
0000416FL54. Element, Byte, Record or other APIpublic2014-04-28 12:242015-08-13 18:51
Falk Reichbott 
Tilo Eckert 
normalfeatureN/A
assignedopen 
GeneralGeneralGeneral
5.0 
5.2 
0000416: Add remote FLUC stream interface for Java
To use the FLUC byte interface from JAVA a stream class must be implemented based on the RPC interface of the FLIES-Server.

This stream class enabled the sequqntial read or write of each kind of original data source or target supported by FLUC with all corresponding conversion. For example it would be possible to read text records in UTF-16 from a GZIP file or read or write data to a FLAM4FILE.

To support this stream class in a enterprise environment the FLUC byte interface are called remotly over the network. For this the FLIES-Server must support this RPC mechanism.
No tags attached.
related to 0000413closed Ulrich Schwab Run FLUC byte interface over the network 
related to 0000417resolved Tilo Eckert Add FLUC stream interface for C++ 
Issue History
2014-04-28 12:24Falk ReichbottNew Issue
2014-04-28 12:24Falk ReichbottStatusnew => assigned
2014-04-28 12:24Falk ReichbottAssigned To => Tilo Eckert
2014-04-28 12:26Falk ReichbottRelationship addedrelated to 0000417
2014-04-28 12:27Falk ReichbottRelationship addedrelated to 0000413
2014-09-08 10:21Falk ReichbottTarget Version5.1 => 5.2
2014-12-02 07:43Falk ReichbottCategory4. Element, Byte or Record API => 4. Element, Byte, Record or other API
2015-04-19 15:14Falk ReichbottNote Added: 0000832
2015-08-13 18:51Falk ReichbottSummaryAdd FLUC stream interface for Java => Add remote FLUC stream interface for Java

Notes
(0000832)
Falk Reichbott   
2015-04-19 15:14   
The solution (JAVA class library used by the stream clases) is available with JNI. Only the communication part over FLIES-Server must now be implemented.