Skip to content

wwalc/ckeditor4-java-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠ 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

About

The development repository of CKEditor for Java (web application).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.3%
  • Other 0.7%