Jsp samples
- SendMessageHello Send a message to hello.jsp.
The service uses markup to create the response.
- SendMessageEcho Send a message to echo.jsp
The service uses scriptlet to create the response.
- SendMessageDOM Send a message to helloDOM.jsp
The service uses scriptlet and DOM to create the response.