September 2009
JavaZone 2009, Qi4j and the NoSQL movement
by night.kameIf you have an EventSourcing architecture, based on Qi4j, this cost should be minimal, but if you want to DIY then it might be a quite considerable. An important point that Trond makes is that this model makes it much easier to have a domain model which you can evolve without disturbing other clients, as they will NOT be integrating with the application store as such, but will instead be working with the event stream.
Le mouvement NoSQL aka je reviens 30 ans en arrière et je remets tout dans un gros bloc clef-valeur est bien mignon, mais c'est bien tant qu'on reste chez soi et qu'on fait tout tout seul. Sinon on se retrouve à multiplier les interfaces et des routines d'import-export.
May 2009
Stuck in the middle : Weblog
by night.kame5. Provider<Foo>: you say that the injector must throw an exception at run time, but Guice actually fails at initialization time (or build time if you validate your modules there). Nothing in the spec prevents you from injecting additional types like ServiceReference and Iterable; Guice actually supports injecting collections of bindings via multibindings as an optional feature.
Quand Bob Lee défend @inject, il ne faut pas 2 minutes pour qu'il base sa réponse sur Guice 2 (pas Guice 1 évidemment, qui deviendra tabou comme l'ont été Maven 1 et Axis 1). C'est troublant de devoir défendre une spécification en se basant sur une de ses implémentations.