Posts Tagged c5connector.java
C5Connector.Java Version 0.6
Version 0.6 of the C5Connector.Java has been released.
It’s the Java backend for the filemanager of corefive.
It’s a small feature and clean-up release:
- Refactoring of the basic Dispatcher to keep the code clean
- Implementation of ‘replace’
- The name of the base package has changed
- More properties of the shared configuration are respected
For more details refer the changelog please.
C5Connector.Java Version 0.5
Version 0.4 and 0.5 of the C5Connector.Java has been released.
It’s the Java backend for the filemanager of corefive.
The highlights of these versions are:
- Implementation of ‘thumbnailing’ (previewing images)
- Implementation of save/edit a text file
- Fixed an interoperability issue with regular expressions
- More properties of the shared configuration are respected
For more details refer the changelog please.
C5Connector.Java version 0.3
Version 0.3 of the C5Connector.Java has been released.
It’s the Java backend for the filemanager of corefive.
The highlights of this version are:
- the simplification of the connector-api
- the ability to change the “shared” filemanager configuration in a Java-style approach
(beyond that the configuration can be changed per-request, so each identifiable user can have its own configuration)
For more details refer the changelog please.
C5Connector.Java
… a new open source project by my self.
It’s the Java backend for the filemanager of corefive. It’s a bridge between the filemanager and a storage backend and works like a transparent virtual file system or a proxy. C5Connector.Java includes a default implementation to access the local filesystem (server side).
The API encapsulates the building of JSON and is targeted to be used within JSPs as well as template engine like Velocity or FreeMarker.
If the API should be used with the CKEditor, I suggest to use it with CKEditor.Java, a simple java backend of the CKEditor.
Beware: The project is in an early-state and should not to be used in a productive environment!