From e8469aed4a92e83f98fdc8df6a9b79c5df69502b Mon Sep 17 00:00:00 2001 From: KatriHaapalinna Date: Mon, 7 May 2018 15:36:33 +0300 Subject: Update V7 Docs community articles (#10637) --- .../articles/SimplifiedRPCusingJavaScript.asciidoc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'documentation/articles/SimplifiedRPCusingJavaScript.asciidoc') diff --git a/documentation/articles/SimplifiedRPCusingJavaScript.asciidoc b/documentation/articles/SimplifiedRPCusingJavaScript.asciidoc index 64d3ea5b1c..e53d79b7e8 100644 --- a/documentation/articles/SimplifiedRPCusingJavaScript.asciidoc +++ b/documentation/articles/SimplifiedRPCusingJavaScript.asciidoc @@ -8,16 +8,17 @@ layout: page = Simplified RPC using JavaScript This tutorial continues where -link:IntegratingAJavaScriptComponent.asciidoc[Integrating a JavaScript -component] ended. We will now add RPC functionality to the JavaScript -Flot component. RPC can be used in the same way as with ordinary GWT -components as described in link:UsingRPCFromJavaScript.asciidoc[Using -RPC from JavaScript]. This tutorial describes a simplified way that is +<> ended. We will now add RPC +functionality to the JavaScript Flot component. RPC can be used in the +same way as with ordinary GWT components as described in +<>. This tutorial describes a simplified way that is based on the same concepts as in -link:ExposingServerSideAPIToJavaScript.asciidoc[Exposing server -side API to JavaScript]. This way of doing RPC is less rigorous and is -intended for simple cases and for developers appreciating the dynamic -nature of JavaScript. +<>. This way of doing RPC is less +rigorous and is intended for simple cases and for developers appreciating +the dynamic nature of JavaScript. The simplified way is based on single callback functions instead of interfaces containing multiple methods. We will invoke a server-side -- cgit v1.2.3