New JExamples.com feature runs queries by clicking links; less typing required.

Searching for a Class-name (or Interface-name) will now return a list of every method on that class which we have examples of; in addition it will show an entry labeled “new” if we have examples that instantiate the class and an entry for any extends/implements examples.

Searching for a Class-name (or Interface-name) will now return a list of every method on that class which we have examples of; in addition it will show an entry labeled “new” if we have examples that instantiate the class and an entry for any extends/implements examples. Each entry in the list is a link, and clicking it will run a query for that Class.method, or instantiation, etc., thereby allowing drill-down into the examples for any Class.rnrnPreviously, a query for a Class-name was interpreted as a request to see code that instantiates an instance of that class.

The new behavior helps you find examples faster because of less typing and the ability to search by clicking a link; it also reveals more of our database content.rnrnJExamples.com is a free website that helps Java developers find high quality examples of virtually any Java API. JExamples uses code analysis and a search engine to find examples in many well known Java open source products (e.g. Ant, Spring, Tomcat). The search results are ordered according to user rating, so the examples voted best sort first; also, clicking one of the 5 line previews shown in the search results will display the entire source file. http://www.jexamples.comrn

Content Team

The IndicThreads Content Team posts news about the latest and greatest in software development as well as content from IndicThreads' conferences and events. Track us social media @IndicThreads. Stay tuned!

Leave a Reply