// Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; dwr.engine._defaultPath = '/dwr'; if (GroupService == null) var GroupService = {}; GroupService._path = '/dwr'; GroupService.listGroups = function(p0, p1, callback) { dwr.engine._execute(GroupService._path, 'GroupService', 'listGroups', p0, p1, callback); } GroupService.getGroupInfo = function(p0, callback) { dwr.engine._execute(GroupService._path, 'GroupService', 'getGroupInfo', p0, callback); }