Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

     org.apache.felix.configadmin
     org.apache.felix.metatype
     org.apache.felix.http.jetty (from trunk, because the latest released version seems to have a problem)
     org.apache.felix.webconsole

...

  • Start felix
  • Go to web console: in the Configuration panel, edit the "Dictionary Services" Configuration, add some dictionaries. By default, an English dictionary is displayed. Just  click on "save", then refresh your web browser (click on refresh): you will see a new dictionary service instance. At this point, a DictionaryService service will be enabled (with the service property "lang=en"),  and the SpellCheck component will be injected with it. Then you should see the "spellcheck" command, when typing  "help" on the gogo shell.
  • Just type "spellcheck hello", and the command should reply a fantastic message, like "word hello is correct".
  • You can also click on the "Aspect Dictionary" button, in order to decorate the English dictionary with some custom words. By default, the "aspect" word is pre configured, but you can click on the "+" button in order to add more words. Then click on Save. At this point, the English DictionaryService will be decorated with the aspect service. So, now, if you type "spellcheck aspect", then the message: "word aspect is correct" should be displayed.