Blog Archives

TinyMCE JMySpell and Jazzy spellchecker implementation

In my previous post I was asked about the “May be JMySpell is a better backend.”  On that moment I don’t know the answer – JMySpell library was new to me. So, I download and implement spellchecker with JMySpell to

Tagged with: , , , ,
Posted in Software Development

TinyMCE spellchecker java implementation

This article describes how to create your own spellchecker with java and use it with TinyMCE richtext-editor.
You will have an ability to include your own dictionaries and reuse that application between different web-applications.
The result will be servlet to which TinyMCE will send spell-checking requests via HTTP

Tagged with: , , , , , , ,
Posted in Software Development