Blog articles

0
comment
on 12/3/2010 9:13 PM
.
0
comment
on 11/30/2010 11:18 AM
This article contains materials for two talks that I had in November. First, I presented the F# plugin for MonoDevelop at the F# in Education workshop in Boston (using 3D functional library) and then I talked about agent-based concurrency (with Twitter an[...]
.
0
comment
on 11/30/2010 7:36 AM
Have you’ve ever had the problem that you need to publish some Jars where your colleagues need to find them, but they are your secret web-scale sauce Jars and no one on the outside should be able to see them? And you don’t get any permission to put the ja[...]
.
0
comment
on 11/29/2010 4:32 AM
Curious about what we’ve done? A lot of work has gone into the different dispatchers through Akkas relatively short but intense life so far. Here are some news for Akka 1.0-RC1: 1) There is no public start/stop lifecycle anymore, the dispatcher will be s[...]
.
0
comment
on 11/29/2010 3:00 AM
No! Long live the Future! Something that’s new in Akka 1.0-RC1 is the possibility to add hooks that are executed when a Future is completed. Behold! Welcome to Scala version 2.8.1.final (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_22).Type in express[...]
.
0
comment
on 11/28/2010 1:07 PM
I’ve been meaning to write something very thoughtful about dependency management over the past year, but haven’t found time to do it. So now I’ll just blurt it out and see what you think of it. Dependency management in Java land usually means keeping tra[...]
.
0
comment
on 11/28/2010 1:01 AM
Something that’s new in Akka 1.0-RC1 is the “unhandled”-callback for Actor. This is what it looks like:   /**    * User overridable callback.    *    * Is called when a message isn’t handled by the current behavior of the actor    * by default it throws[...]
.
0
comment
on 11/27/2010 8:15 PM
ASP.NET MVC framework is lightweight web framework with strong emphasis on loose coupling and testability of involved components. This post will be dedicated to the major subject: how to create WebSharper web application based on ASP.NET MVC so it can tak[...]
.
0
comment
on 11/27/2010 6:02 AM
What’s new in Akka 1.0-RC1 is that HotSwap now takes the following signature: case class HotSwap(code: ActorRef => Actor.Receive, discardOld: Boolean = true) Before it only had: case class HotSwap(code: Actor.Receive) So what’s new is that you can use the[...]
.
0
comment
on 11/26/2010 3:17 PM
Whats wrong with SharePointfrom a developer point of view? Packages It's somewhat unreliable in it's deployment of files. Takes a lot of time to install/uninstall a package. Not a modern approach to package management. Its basically a cab file with files[...]
.
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