Monday, April 25, 2005

Google How-To



Google provides many services around searching. Are you sure, you use Google the best way and that you get the maximum out of it?

If you are not sure, have a look at these links:
Google started recently a personal search history. You can get an account and tracking your searches:
And if you would like to develop your own application, Google provides a search API:
Happy googeling ;-)

Sunday, April 24, 2005

Eclipse Help Plugin for eclipse-tutorial.dev.java.net



I packed the eclipse-tutorial.dev.java.net Tutorials into an Eclipse Help Plugin, which is available in the Help Contents of Eclipse.

For the moment you can reach the Update Site on:
The plugin and the eclipse-tutorial.dev.java.net is not in sync, since I didn't automated it yet. I'll update the plugin from time to time...

If you have any suggestions, please let me know...

Monday, April 11, 2005

CruiseControl Action Movie

If you like the idea of continuous intergration, check out a CruiseControl action movie by Mike Clark:
Enjoy!

Network Prefetching in Firefox

Get Firefox!

Firefox is supporting a prefetching mechanism, which allows to download site's in the background.

You can enable prefetching by doing the following:
  1. Type "about:config" in the address bar.
  2. Scroll down to the setting "network.prefetch-next" and set the value to "true".
By default, prefetching is enabled.

Check out these links for more information:
Enjoy!

Sunday, April 10, 2005

Maven 2.0 Technology Preview Release



The first Maven 2.0 Technology Preview release is now out:

Saturday, April 09, 2005

Eclipse Plugins



If you are looking for Eclipse plugins, check the following sites...

The Eclipse project is maintaining a community page with many links:
There is also a great site by Urbaan, with a huge list of plugins:
It's also worth to check a site provided by Genuitec, Innoopract, and Instantiations:
And of course there are some sites by IBM, including as well articles and tutorials:

Friday, April 08, 2005

Source Code Search Engines

Lately I was thinking about all the open source code which is available around the world. I was asking myself, how it would be possible to search through all this code and to use it for studies and analysis.

Of course, this is not a new idea and I was surprised how many tools try to address this topic in one or another way...

Source Code:
  • http://www.koders.com/



    From the site: Koders.com is the leading search engine for open source code. Our source code optimized search engine provides developers with an easy-to-use interface to search for source code examples and discover new open source projects which can be leveraged in their applications.

  • http://www.jexamples.com/



    From the site: We analyze the source code of production Java open source projects such as Ant, Tomcat and Batik and load that analysis into a database designed for easy searching. You enter the name of a Java Class.method you want to see example invocations of and click Search.

  • http://archive.devx.com/sourcebank/



    From the site: DevX's Sourcebank is a directory of links to source code and script posted around the Web. Use the Search option to find terms within the source code. To cast the widest net, use the search with All Types selected. Or, you can browse through a subset of the code by categories (below). First, select a filter, such as C or Java, by clicking on one of the square buttons and then choose one of the categories (such as Mathematics) from within that filter.

  • http://gonzui.sourceforge.net/

    From the site: gonzui is a source code search engine for accelerating open source software development. In the open source software development, programmers frequently refer to source codes written by others. Our goal is to help programmers develop programs effectively by creating a source code search engine that covers vast quantities of open source codes available on the Internet.

Components, Libraries:
  • http://www.codezoo.net/



    From the site: CodeZoo exists to help you find high-quality, freely available, reusable components, getting you past the repetitive parts of coding, and onto the rest and the best of your projects. It’s a fast-forward button for your compiler.

  • http://www.jarhoo.com/



    From the site: Searches for jar files or fully qualified java class names usually performed under 2 seconds. Package or non-qualified class name searches may take around 10 seconds

Javadoc:
  • http://www.jdocs.com/



    From the site: JDocs is a comprehensive online resource for Java API documentation. All the javadocs for a variety of popular packages are loaded into our db-driven system, and users can contribute their own notes to virtually any class, field, method. In short, JDocs provides a knowledge base defined around the major Java api's themselves, so you can find the information you're looking for right where it should be... in the documentation!

  • http://javadocs.org/

    From the site: You can search from the url, eg: javadocs.org/string

  • http://ashkelon.sourceforge.net/



    From the site: ashkelon is an open source project. It is a Java API documentation tool designed for Java developers. Its goals are the same as the goals of the well-known javadoc tool that comes with J2SE, whose user interface most java developers are quite familiar with.