I am using eclipse IDE for web development....I hav e made my application and now i m trying to integrate a spellchecker in my application..and also as per the limitations of my project i have to use a spellchecker that uses jsp...so i surfed net and found a few and downloaded there demo version...now i m trying to integrate them in my library but its becoming difficult for me to do the same.one i have integrated but the other two are giving me a hard time....If any one could suggest to me nice tutorial which will give me good assist inintegrating a library i开发者_运维知识库nto my application or can anyone take the trouble of giving me the minute details on how to do it...... the files contained in the spellchecker are of jsp js inc and obviously the jar file....
I would really appreciate any help.....
I have used Jazzy for web application. You have to these API in your jsp. You can also play with AJAX as well. If you application deployed in single environment and not stable then you have take care of dictionary where Jazzy put words. Because when you add words it will be stored in the file. That kind of difficulty you can face in if an application multiple server. Please find tutorial.
精彩评论