Archives pour: Février 2007
28.02.07
Portable Apps
Très pratique pour trimballer des documents avec les applications associées ![]()
24.02.07
Calculating the difference between models with AMW
AMW (Atlas Model Weaver) makes possible calculating differences between models expressed using an Ecore metamodel.
This article details the use case.
21.02.07
Howto activate subversion post commit log editing
Very handy. Trac doesn't catch the update though; must be some kind of cache ... annoying
19.02.07
Reverse-tunnelling SSH pour les nuls
Tout est dans le titre ![]()
16.02.07
Lx: a Lisp like compact syntax for XML
In my quest for a alternate human readable XML Concrete syntax, I found Lx, a Lisp like XML Concrete Syntax.
I'm not very fond of Lisp syntax, but anyway, it's a start.
The java package provides a SAX XMLReader but is is not known whether Lx is fully compliant with the XML Infoset.
If only I could find the same but curly braces oriented ![]()
Code:
| ;; The XSLT identity transformation | |
| (lx:namespace | |
| ((#f "http://www.w3.org/1999/XSL/Transform")) | |
| (stylesheet version: 1.0 | |
| (template match: "node()|@*" | |
| (copy | |
| (apply-templates select: "@*|node()"))))) |
Open Clipart Art Library
Contient en particulier des cliparts SVG, très utilse pour faire des présentations ![]()
Merci Echarp ![]()
15.02.07
Proximity Maven proxy
An alternative to the simple but very usefull maven-proxy. Might be worth checking while waiting for Maven Archiva ![]()
14.02.07
Roadmap for Spring-Osgi V1
The goal is to release Spring-OSGi 1.0 alongside Spring 2.1 (they'll go out together). Given that the project hasn't actually put out *any* official release yet (milestone or otherwise) at least one milestone build before then will be forthcoming.
The roadmap is looking to be something like this:
- M1 - mid-end March 2007
- M2 - April 2007
- RC1 - May 2007
- other RCs as neeed
- 1.0 final - June 2007
13.02.07
SVG Renesis Player
Permet d'afficher dans l'explorateur windows des mignatures pour les fichiers SVG.
Evolt.org Browsers Archive
Très pratique !
Merci Prisca ![]()
Spring 2's Domain Dependency Injection issues
The highly promising but somewhat dangerous domain dependency injection made possible by Spring 2's @Configurable annotation used together with AspectJ seems to have some serious problems.
It has caught the attention of Debasish Gosh who explains what the pitfalls are.
In the wrong hands, that new feature can be devastative, the pitfalls mentionned could lead to some serious problems, it is therefore surprising that Spring 2's rather serious team let that bomb in the wild in such a broken stage.
12.02.07
08.02.07
Evaluating Vista with Virtual PC 2007 Beta
Virtual PC 2007 Beta is now available as a free download from connect.microsoft.com. Virtual PC 2007 is optimized to work well for Windows Vista as both the host and guest OS.
07.02.07
Multiple concurrent versions of IE
06.02.07
La conjugaison française libre
Un outil de conjugaison française, avec le code source et une base de données de verbes, peut être utile.