final CommentService commentService = CommentService.getInstance();
JSONRPCBridge.getGlobalBridge().registerObject(commentService.
getServiceObjectName(), commentService);
final FileService fileService = FileService.getInstance();
JSONRPCBridge.getGlobalBridge().registerObject(fileService.
getServiceObjectName(), fileService);
final LinkService linkService = LinkService.getInstance();
JSONRPCBridge.getGlobalBridge().registerObject(linkService.
getServiceObjectName(), linkService);