Often objects need to be serializable. This can be as easy as simply declaring that a class implements the Serializable interface. But just because an object says it's serializable doesn't necessarily mean that it will serialize (and deserialize) successfully. This article will explore... Jul. 1, 2001 12:00 AM EDT Reads: 25,733 Replies: 1 |
The Java 2 Platform, Enterprise Edition (J2EE), especially its Enterprise JavaBeans technology, provides an industry standard for the development of distributed enterprise applications. EJB helps solve a major problem: providing distributed access to persistent data. But it doesn't ... Sep. 1, 2000 12:00 AM EDT Reads: 13,871 |







Bobby Woolf is a senior architect at GemStone Systems (www.gemstone.com), a Brokat company, and a member of their Professional Services division. He specializes in developing application architectures using various J2EE technologies and embeddable tools.





















