Viktor Klang's blog articles

0
comment
on 4/12/2017 5:20 AM
Location: viktorklang.com/blog
>> Read the full article
.
0
comment
on 3/19/2014 12:13 PM
Taking the opportunity to define Microservices, not in terms of what they are not, but in terms of what they are. This is my definition. Definition: A Microservice is a discrete, isolated, and named piece of logic that consumes 0…N inputs and produces 0…N outputs and which is executed for the benefit of an invoker—it is performed as a service. Discrete The reason for calling it a Microservice instead of a Service is not because it has N lines of code where N is a small number, or that the size of the [...]
>> Read the full article
.
0
comment
on 11/23/2011 6:36 AM
So, I found myself in a situation where I was creating JDK Proxies, and I was in control of the invocation of newProxyInstance and needed to make the Proxies transparently Serializable. The problem is that for it to work you need writeReplace, so that you’re in control of the rematerialization of the Proxy on the deserializing side using readResolve. However, the problem is that you need to make sure that the Proxy gets a writeReplace method, and you don’t want to force the guy providing you with what int[...]
>> Read the full article
.
0
comment
on 6/30/2011 4:16 PM
Long time no blog, I’m not much of a writer, so here’s the code! Hardlink Cheers, √
>> Read the full article
.
0
comment
on 3/5/2011 3:14 PM
This question comes up every now and then, and my answer has since the first time, been refined, so I thought I’d give the answer here. “How do I run some initialization logic in the thread of the dispatcher and not the creator of the actor?” I present to you, PostStart: If you can’t see the code, click here Easy? Enjoy!
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper