Posts Tagged ckeditor

CKEditor.Java

… a new open source project by my self.

It’s the Java backend for the CKEditor. It provides an object with a simple interface for creating and configuring an editor instance. This makes the deployment of the CKEditor a piece of cake. CKEditor.Java is targeted to be used in servlet-based systems like JSP as well as template engines like Velocity or FreeMarker.

There are a similar library which is provided by the official CKEditor team (CKEditor for Java). But there are some mentionable differences between these libraries:

  • CKEditor.Java isn’t focused on JSP and can be used in all servlet-based systems.
    A tag library isn’t provided yet!
  • CKEditor.Java has an advanced handling of properties. It’s possible to set all configuration settings for the entire web application which should be used in the CKEditor in one properties file. This keeps the frontend code clean.
  • CKEditor.Java uses the state-of-the-art logging facade slf4j. The preferred logging framework can be used!

,

Leave a comment

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!

, , ,

Leave a comment