| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <meta name='gwt:module' |
| content='com.google.gwt.sample.simplerpc.SimpleRPC' /> |
| <link type="text/css" rel="stylesheet" href="SimpleRPC.css" /> |
| <title>SimpleRPC</title> |
| </head> |
| <body> |
| <iframe src="javascript:''" id='__gwt_historyFrame' style='width:0;height:0;border:0'></iframe> |
| <script type="text/javascript" language='javascript' src='gwt.js'> |
| </script> |
| <h1> |
| Simple RPC |
| </h1> |
| Simple example of RPC, check out the DynaTable sample if you want to see real RPC coolness. |
| </body> |
| </html> |