I am using Netbeans IDE (J2ME) for developing a mobile application, a dictionary which retrieve the meaning of the word when user enter a word.
How can I save/retrieve these meanings in the application (in the .jar file) any database? any method? And I have to distribute this application.
With java-me you have support of Record Management System (RMS), You could store little data there,
The nice way would be store little information and when user queries the word see if it is there in local RMS , provide it, Otherwise you make a webservice call to your server and provide the information to user