fckeditor : the editor for java
Thursday, June 14th, 2007I you are looking for a nice wysiwyg editor to integrate in your java web application, that link should answer to your needs:
http://wiki.fckeditor.net/Developer’s_Guide/Integration/Java
The image upload is very efficient: when you choose an image from your desktop, it uploads it and you find it in your document were you can resize it or move it.
If you link a document from your desktop, it will send it to the server.
There are some little bugs left as : when the folder images, flash or … do not exist, it will throw an exception.
But you can modify the classes…