Hello,
what does the following lines do?
CometContext<?> context =
CometEngine.getEngine().getCometContext("/YBZ-war/tS");
context.notify(null);
I have not understood why <?> and why notify the context with null? should
not we pass some sort of objects to context.notify()?
Best.
-C.B.