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

Quick Search    Search Deep

com.voytechs.example.desktop.* (5)com.voytechs.example.helloworld.* (1)

Package Samples:

com.voytechs.example.desktop
com.voytechs.example.helloworld

Classes:

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. To install this application in your servlet environment, for tomcat we do the following. We have to define the new servlet in web.xml file and copy the files to the appropriate tomcat directory. We add to WEB-INF/web.xml file: HelloWorld com.voytechs.example.helloworld.HelloWorldServlet ...
LoginPanel: A two state button. When no user is logged in the default login button displayes 'Login' text. By clicking on the Login element, a Login popup is displayed on the client. After a user has logged in, this element automatically turns off the login button and displays its second button, the profile button. This has the effect of at first seeing a Login then a Profile button immediately after the login. The displayed simple elements can be replaced by using the addLoginElement() and addProfileElement() methods.
ControlPanel: Control panel is user specific panel that needs to be bound dynamically not during the initialization.
DesktopGui
DesktopServlet
MainPanel

Home | Contact Us | Privacy Policy | Terms of Service