A
Ale K.
Hi, i'm designing an 3 tier application, and i got the following question,
let's say that on my bussines layer i have an object Box that has inside an
object ItemCollection , that can store many Item objects, now let's say i'm
adding items to my box and suddenly my machine hangs up, making me lose my
box and all the items inside of it, there is any way that i can make my
objects to be persistent so if my system goes down i can reload that data??,
i was using a Dataset that i gave the same shape that my object logic, and
saving it to XML every time that an item was added, that make the trick, but
every time a added a property i had to add a lot of code, what can i do??
Thanks.
Alex.
let's say that on my bussines layer i have an object Box that has inside an
object ItemCollection , that can store many Item objects, now let's say i'm
adding items to my box and suddenly my machine hangs up, making me lose my
box and all the items inside of it, there is any way that i can make my
objects to be persistent so if my system goes down i can reload that data??,
i was using a Dataset that i gave the same shape that my object logic, and
saving it to XML every time that an item was added, that make the trick, but
every time a added a property i had to add a lot of code, what can i do??
Thanks.
Alex.