Learn Differently

  • Home
  • Java
    • Dozer Mapping
    • Sorting Objects
    • Iterator vs Enumerator
    • Swing Example
    • Spell Checker
    • ArrayList vs LinkedList
    • Json To String (Java)
    • String to Json (Java)
    • String vs StringBuffer
    • Sorting List
    • Reverse Order Sorting List
    • Sorting Arraylist by Property
    • Comparator
    • Java Excel Oprations
  • Eclipse
    • How to make eclipse fast
    • Eclipse Browser Setting
    • Eclipse Quick Search
    • Eclipse Maximize Screen
  • Spring
    • Spring REST JPA
  • Jquery
    • JQuery CountDown Timer
    • JQuery Time Picker
    • JQuery Date Picker
  • Interview Que
    • Servlets
      • Sevlet vs CGI
  • Angular
    • Angular 1.x
      • Tables
  • Others
    • Document Management System(DMS)
Home » Archive for May 2014
Spell Checker for Java
Jazzy jquery spell checker opensource for spell checker Specll checker Spell checker for java Spell checker on web spell checker opensource Spellchecker plugin Wednesday, 21 May 2014

Spell Checker for Java

jQuery SpellCheck Plugin Lot of tools are providing the spell checker integration with java application commercially. After going into t...
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular

  • Sample Swing Example
    import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.border.*; public class SwingSampleProgram extends JFra...
  • Document Management System(DMS)
    Document Management System :         The basic use of the DMS is to store the documents and managing the documents . Normally in some app...
  • Browser Setting in Eclipse
    Add the different browser to the application in Elipse Eclipse-->>Window-->>Web Browser -- >> (following the screen sho...
  • Jquery TimePicker
    Time Picker in Jquery   no of jquery plugins are there for time picker.But following time pikcer is easy configurable and in IE and Mozi...
  • Excel Operations using Java
    Excel Operations :   We can create excel by using different jars. But , I will prefer "Apache POI" .It has it's own ...
  • Difference between Iterator and Enumeration
    enumertaion is there from Older versions (its there from JDK1.0). But iteratr was introduced in later versions. The major difference betw...
  • Dozer Mapping Example
    I am using BeanUtils for copying the Form Object Properties to Entitie Object But when Copying the String format to Date format i am gett...
  • Sort the List of Objects using Comparator
    Comparator is used to sort the list the Objects according to the user own logic import java.util.ArrayList; import java.util.Collections;...
  • Shortcut for maximizing the selected screen in Eclipse
    The following window contains the four sub windows. To maximize the any window just Press Ctrl+M .It will maximize like following s...
  • Setting firefox as default browser for eclipse
    Setting firefox as default browser for eclipse : Some times , When we run our application in server , we need to open our application fi...

Blog

  • ►  2017 (3)
    • ►  December (3)
  • ►  2015 (4)
    • ►  May (1)
    • ►  February (3)
  • ▼  2014 (1)
    • ▼  May (1)
      • Spell Checker for Java
  • ►  2013 (1)
    • ►  October (1)
  • ►  2012 (15)
    • ►  September (3)
    • ►  August (8)
    • ►  July (4)

Analysis

Pages

  • Home
  • Core Java

About Me

Unknown
View my complete profile

Total Pageviews

Powered by Blogger.

Search This Blog

Copyright 2015 Learn Differently