Hi Joe, There are two modes:
Off Line: Using DevelopmentRunner where the client and server run in the same JVM. On-line: ULC client connects over the net to ULC Application on the server The client can be deployed: 1. As Applet: Using AppletLauncher 2. Through JNLP: Using JNLPLauncher 3. Standalone: Using StandAloneLauncher: For examaple: java -cp ulc-base-client.jar;ulc-servlet-client.jar;ulc-standalone-client.jar;ulc-bas e-trusted.jar; com.ulcjava.environment.standalone.client.DefaultStandaloneLauncher url-string="http://localhost:45165/hello.ulc" Section 1.5.3 of ULCDeployment Guide talks about Stand Alone mode. I have created an issue to clarify the documentation: https://www.canoo.com/jira/browse/UBA-7069 Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joe L Sent: Thursday, November 16, 2006 4:30 AM To: [email protected] Subject: [ULC-developer] Standalone Deployment? In http://www.canoo.com/ulc/developerzone/ULCDeploymentGuide.pdf, it makes it appear as though standalone deployment is an option. Is that in the sense that it's running from a standalone jar and still connecting to the server? Or it be similar to a standalone application that could run without any connections to the internet? When I first heard this i was thinking it could be that it simulates the server/client interface, but this document doesn't really make it clear what's happening. Can someone please explain it further? _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
