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!

,

  1. Leave a comment

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.

%d bloggers like this: