Is it possible to invoke a vaadin notification through javascript ?

The purpose is to avoid a server call, just for displaying a simple message on client’s browser…

From a GWT widget, sure. From javascript, not really because the method names are optimized and obfuscated during compilation.