# ckeditor4-java-samples **Repository Path**: mirrors_ckeditor/ckeditor4-java-samples ## Basic Information - **Project Name**: ckeditor4-java-samples - **Description**: The development repository of CKEditor for Java (web application). - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ⚠ 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