Skip to content

{ Tag Archives } java

Lucene Custom Analyzer

A second neat trick I did with Lucene this week was to wrap the StandardAnalyzer with my own analyzer (see here for the other post on Lucene I did a few days ago).
The problem I was trying to address is very simple. I have a nice web service API for my search engine. The incoming [...]

Also tagged

Boosting Lucene search results using timestamps

Since I spent quite a bit of time looking into how to do this properly so here’s a solution to a little problem that has been nagging me today: how make lucene take into account timestamps when returning search results. I don’t want to sort the results (that’s easy) but instead when two results match [...]

Also tagged

Java & Toys

After a few months of doing python development, which to me still feels like a straight jacket. I had some Java coding to do last week and promptly wasted a few hours checking out the latest toys, being:

Eclipse 3.4 M7
Hudson
Findbugs for Hudson

Eclipse 3.4 M7 is the first milestone I’ve tried for the upcoming Eclipse release. [...]

Also tagged , , , ,

From SPLs to Open, Compositional Platforms

Below is a position paper I submitted to the upcoming Dagstuhl seminar I am attending. It’s not peer reviewed and it is not clear at this point if there will be any proceedings. So, as an experiment, I will just put the full text in a blog post as well as the pdf you can [...]

Also tagged , , , , , ,

Updated my photo site

I’ve just started uploading my new photo site. It’s 150 MB so that is going to take some time. It should be back up in about two hours (I hope). Basically one of the changes is that I’m now using rsync for this as well and no longer rely on clumsy ftp. The big advantage [...]

Also tagged

Crypto Crap in Python

I’m looking into doing a little cryptographic stuff in python. Nothing fancy, just some standard stuff. Not for the first time I’m bumping into this brick wall of “batteries included”, the notion that the python library comes with a lot of stuff that should be good enough for whatever you need to do. Only problem [...]

Also tagged , ,

Google Android

Update: a slightly updated version of this article has been published on the Javalobby weekly news letter and on the javalobby site itself after Matthew Schmidt invited me to do so.
Update 2: The serverside has linked here as well. Readers coming from there, the version on Javalobby linked above is the latest and also has [...]

Also tagged , , , ,

Web application scalability

It seems infoq picked up some stuff from a comment I left on the serverside about one of my pet topics (Server side Java).
The infoq article also mentions that I work at Nokia. I indeed work for Nokia Research Center and it’s a great place to work. Only they do require me to point [...]

Also tagged , , , ,

del.icio.us Links

I gave up normal bookmarking in favor of social bookmarking. If you want to keep track of what I find fascinating, interesting or otherwise worth remembering you can check below for my latest links or track me at del.icio.us:

My del.icio.us page. I’m jillesvangurp on that site of course.
A feed with my links

del.icio.us links

Also tagged

links for 2007-09-11

ONJava.com — Schemaless Java-XML Data Binding with VTD-XML
Looks quite nice. Of course you can do the same with xpath and a w3c DOM. Beats xml binding libraries I’ve seen. It’s still tedious that you have to write code of course but less tedious than having to maintain a schema just so you can generate code.
(tags: [...]

Also tagged