public class MyApplet
extends org.soafaces.bundle.client.ui.Weblet
implements com.google.gwt.event.dom.client.ClickHandler
Example that demonstrates using the UniversalClient directly from a Weblet. Shows
how to return java objects using JSON. SOAFaces will automatically serialize your
data transfer objects into JSON so long as you include the DTO in the SOAFaces
bundle lib directory. You should place the the DTOs in jar in the lib directory
within the bundle. Use the username/password of guest/guest for the signon
service to succeed.
Author:
Sam Taha
Nested Class Summary
Nested classes/interfaces inherited from class org.soafaces.bundle.client.ui.Weblet