Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.voytechs.example.helloworld

Class Summary
HelloWorldServlet This is a sample application which simply displays HelloWorld message back to the client browser.
Here is how we write this application.

subclass the ToolServlet class and define its abstract method createSessionPanel. In the method createSessionPanel() we create a new panel, add a Text("Hello World!!!") object and return it.