| <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> | |
| <!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 runat="server"> | |
| <title>PhoneBook and Friends</title> | |
| </head> | |
| <body> | |
| <form id="form1" runat="server"> | |
| <div> | |
| <ul> | |
| <li> | |
| <a href="HelloWorld.html">HelloWorld.html</a> - Simple Jayrock example | |
| </li> | |
| <li> | |
| <a href="DemoService.html">DemoService.html</a> - Simple example of integrating Dojo and Jayrock | |
| </li> | |
| <li> | |
| <a href="PhoneBook.html">PhoneBook.html</a> - First blush example of calling Nexus commands from JSON-RPC service | |
| </li> | |
| </ul> | |
| <ul> | |
| <li> | |
| <a href="HelloWorld.ashx">HelloWorld.ashx</a> - Simple example of a Jayrock JSON-RPC service. | |
| </li> | |
| <li> | |
| <a href="DemoService.ashx">DemoService.ashx</a> - Examples of various output types. | |
| </li> | |
| <li> | |
| <a href="PhoneBook.ashx">PhoneBook.ashx</a> - PhoneBook API - WORK IN PROGRESS. | |
| </li> | |
| </ul> | |
| </div> | |
| </form> | |
| </body> | |
| </html> |