All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webswing.demo.jslink.resources.echo.js Maven / Gradle / Ivy

There is a newer version: 2.6.5
Show newest version
(function() {
    dummyService.setDummyString("newDummyString").then(function() {
        return dummyService.echoString("hello echo!");
    }).then(function(result) {
        alert('Sending echo message:"' + result + '" back to swing app.');
        dummyService.displayMessage(result);
    });
})()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy