Go vs D vs Java8
It’s Sunday and all the other kids are out in the sunshine being healthy. I’m sitting indoors porting an old web application to dlang, golang and Spark on Java 8. Life? I’ve heard of it.
The lair of Lars J. Nilsson. Contains random musings on beer, writing and this thing we call life.
It’s Sunday and all the other kids are out in the sunshine being healthy. I’m sitting indoors porting an old web application to dlang, golang and Spark on Java 8. Life? I’ve heard of it.
Note: this post is cross-posted on Cubeia.com. Yesterday I needed to do some unit testing for a project using Guice and Warp Persist. And one thing that seems to be lacking, or wasn’t to be found be me yesterday, is the kind of unit testing you can do with Spring, where each method is wrapped by a transaction which is rolled back [...]
I’ve always wanted to add dependency injection support to Firebase, and today we released a candidate for Guice! And if you ask me, it’s very cool indeed.The documentation is a bit sparse at the moment, but can be found on our wiki. The rest of the post I’ll just show how a small fictional game would look using Guice.To [...]
My brain’s hurting. I must be getting old.For reference, this is some of the programming topics I’ve read up on (or at least tried) lately: Guice and Spring Declarative transactions and JTA EDA, Pipelines and CEP SOA and ESB and NMR Column databases and distributed file systems Wicket and various related Ajax components OSGi [...]
Regarding my last post about Spring. The crazed man himself tells me that Google now have released its own IoC framework. Hum… I’ll have to check it out when I get time.