|
|||||||||
| Home >> All >> com >> voytechs >> example >> [ helloworld overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
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. |
|
|||||||||
| Home >> All >> com >> voytechs >> example >> [ helloworld overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||