ckeditor / ckeditor4-java-samples

The development repository of CKEditor for Java (web application).
9 stars 11 forks source link

⚠ This repository is no longer maintained ⚠

CKEditor 4 for Java - Samples

Important Note

This project was supposed to show how CKEditor 4 for Java integration can be used inside a web application. It has not been completed, use it at your own risk.

Please note that CKEditor is a JavaScript editor and as such may work with any web application, regardless of the server-side language that the project is using, including Java-based apps. A dedicated "server-side integration" is not required to include CKEditor 4 in your application.

Getting the code

To use the code you need to clone it into local directory of your choice, using below command:

git clone https://github.com/ckeditor/ckeditor-java-samples

After cloning the repository you also need to initialize and update the CKEditor submodule:

git submodule update --init --recursive

Documentation

The full developer documentation for the CKEditor for Java integration is available online at: http://link-to-docs.com

License

Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license