TaskService tskServ = new TaskServiceImpl();
NotificationService notifyService = new NotificationServiceImpl();
node = new HelloWorldActivity();
node.addBinding(new Binding("cheese", "edam", Binding.STATIC, true, true));
node.addBinding(new Binding("drink", "drink", Binding.EL, true, true));
context = new NodeContextImpl(node, new InstanceImpl(), ts, tskServ, notifyService );
}