RapidSpellWInline (Inline/As-You-Type Spell Checker)

This style of spell checking is close to Windows 'as-you-type' spell checking. When the inline spell checker is setup (either through Javascript or through JSP Tags), the text box will be spell checked either as the user types, or on the click of a button. Underlines will appear and the user has the option to right click on the errors and select a suggestion, Add (to their user dictionary) or Ignore All.

The spell check requests are made through AJAX calls and the server processes them via a servlet.