java - Display meaning of a word from wiki to ourjsp pages -
how can read meaning's , sentences words in wiki , has display in jsp page dynamically..?
first of have have interface read data wikipedia.
can use 1 of following free apis:
http://code.google.com/p/jwpl/
http://dbpedia.org/
once server interface established can call server methods fetch data through ajax
or other way of disaplying data on mouse over
jsp page.
you can directly call wikipedia jsp page ajax
suggest use own server method fetch data in future if have apply filter censor content easier implement.
Comments
Post a Comment