I think I am going to try an object repository using the (under used)
coldfusion JWS service.

I think I did this before but I have no idea why I dropped the idea it's so
simple to do.

JWS example

import org.hsqldb.WebServer;
import java.io.*;

public class MyWebserverObject extends WebServer implements Serializable {

    private static final long serialVersionUID = 1820017752578914078L;

}

For some reason I was interested in saving the WebServer object to disk.

I know the Webserver object was breaking when I deserialized the object.

That was fixed when I started using the right classloader.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251086
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to