Re: Storing/retrieving shared objects in a database

2012-07-03 Thread Philippe Lhoste
On 01/07/2012 20:26, Peter wrote: Hi guys, Basically, as the title says, I would like to store a shared object in a MySQL database and retrieve it at a later time. So I wrote a simple shared class Test: public class Test implements Serializable { private int statusId; public Test()

Storing/retrieving shared objects in a database

2012-07-02 Thread Peter
Hi guys, Basically, as the title says, I would like to store a shared object in a MySQL database and retrieve it at a later time. So I wrote a simple shared class Test: public class Test implements Serializable { private int statusId; public Test() { } public Test(int statusId)