File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed 
server/src/main/java/com/example/icegrid/query/server Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ This demo shows how to use the Query object provided by the IceGrid registry to
66
77-  Install IceGrid. See [ Ice service installation] .
88
9- ## Building the Project   
9+ ## Building the demo   
1010
11- This project uses Gradle and the [ Application plugin] . To build the client and server applications, run:
11+ The demo has two Gradle projects, ** client**  and ** server** , both using the [ application plugin] .
12+ 
13+ To build the demo, run:
1214
1315``` shell 
1416./gradlew installDist
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ class Chatbot implements Greeter {
1616    }
1717
1818    // Implements the abstract method 'greet' from the Greeter interface generated by the Slice compiler. 
19-     // This variant is the synchronous implementation. 
2019    @ Override 
2120    public  String  greet (String  name , Current  current ) {
2221        System .out .println ("Dispatching greet request { name = '"  + name  + "' }" );
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments