Archive for January, 2006

Two new articles about Jini…

Tuesday, January 31st, 2006

The first one is explaining how Jini uses the classloaders [en] and is advanced stuff that you should have a look into (even if you’re only doing RMI or J2EE development).
The second one talks about clustering, and more precisely about dynamic clustering [en], that is a cluster whose members are subject to vary over time. This article […]

Berkeley DB XML plugin for IntelliJ IDEA?

Tuesday, January 31st, 2006

I am thinking about writing a Berkeley DB XML [en] plugin for IntelliJ IDEA [en].
What I think would be useful would be:

a way to read the documents from the database (I’m thinking of a tree with a node per document),
a possible integration with the XPath plugin?
a XQuery plugin: simple support for execution of XQuery request at first, […]