Hi Anton, Yes, this is possible.
You will have to write a Coder for the class whose instance you want to send to the client as an argument to invokeUI() call. Please see sections 3.4.4 and 4.4 of the ULC Extensions Guide. Once you have written a Coder you will have to register it with the CoderRegistryProvider on the client and server. The CoderRegistryProviders are specified as parameters to the ULC client (Applet param or JNLP param) and ULC server (servlet param). For the DevelopmentRunner use setClientRegistryProviderClassName() and setServerRegistryProviderClassName() APIs. Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anton Levcik Sent: Wednesday, October 18, 2006 3:41 PM To: '[EMAIL PROTECTED] Com' Subject: [ULC-developer] Transfer serialisabled data using invokeUI Hi, It is possible write extension so that I may transfer serialisabled data from server to client side using invokeUI methode? I like to integrate Jasper Reports to ULC client and I know it using transfer files between server and client. But it would be better use output stream on the server side and transfer design or report to the viewer using input stream to the client side. I see possible solution to write custom coder for Serialisable type. It si possible? Thanks for advice Levcik Anton CIS Bratislava Slovakia _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
