Hi Joe, When the ULC client runs within a Browser as an Applet, ULCAppletPane is used as the top-level container that uses an applet's content pane as display area. While, in JNLP and stand alone modes ULCFrame is used as the top level container.
AppletDevelopmentRunner enables testing of ULC applications (to be deployed as applets) within the IDE. At development time, this eliminates the need to deploy the application in a server and running the ULC client in a browser. It is similar in concept to Java Applet Viewer. For a demo, if you are using Eclipse, please try generating a ULC App using: http://ulc-community.canoo.com/snipsnap/space/Eclipse+IDE+Integration . This creates a sample skeletal app which includes a AppletDevelopmentLauncher. Also, please try the sample applications bundled with the release and look at the code too. Sample apps can be run by starting the bundled Tomcat server (where the sample apps are deployed - tomcat\webapps\Root.war): ulc-6.1.1\sample\startServer.bat and ulc-6.1.1\sample\startClient.html (i.e. the "sample" dir within your ULC installation dir). Moreover, please refer to the ULC Deployment Guide. Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joe L Sent: Friday, December 15, 2006 4:23 AM To: [email protected] Subject: [ULC-developer] Applet/Servlet Deployment I'm very new to applet and servlet development. Please keep that in mind when responding. Let's start with the applet side of things. I see there is an AppletDevelopmentLauncher in the API. It doesn't seem to work the same way as the development launcher, as my application crashes when I try to use it. Is there a demo of it somewhere that I could see to get this first basic step working? After this I'm going to need some help with the applet launcher also, but that will require the servlet backend to be up and running. I figured getting the AppletDevelopmentLauncher running first was a good idea. I'm not sure how to do the whole applet/servlet thing either. I have been able to get apache and tomcat running on a machine here, which i know are necessary. I'll be asking questions as I'm going through the process. I've been looking at the sample applications and trying to figure it out. Most of the documentation looks like it was written for someone with an understanding of applets and servlets to some extent already. thanks Joe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
