Image Segment question -djb
by Derek Brans other posts by this author
Apr 16 2003 11:09PM messages near this date
Re: [UPDATES] 4 more for 3.6alpha
|
Re: Image Segment question -djb
This is a multi-part message in MIME format.
--Boundary_(ID_klglPl0sUQRJBXf01wUNQA)
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: 7BIT
I am building an online application and I have a complex network of related domain objects o
n the server. I want to save this network of Domain Object instances (the "database") as a
backup on disk, in case the image goes down or I need to rebuild it.
In my domain implementation there is a single instance of an object, called "AppDomain defau
lt" acting like a system dictionary for the entire application domain.
What objects should I put in the rootArray of my Image Segment?
If I build an ImageSegment with only {AppDomain default} as the root array, what am I gettin
g in the segment?
What about a root array of {AppDomain, AppDomain class}?
What about a root array containing every class I've defined in the domain?
Thank you,
Derek
Derek Brans
Nerd on a Wire
Web design that's anything but square
http://www.nerdonawire.com
phone: 604.874.6463
mailto: brans@[...].com
--Boundary_(ID_klglPl0sUQRJBXf01wUNQA)
Content-type: text/html; charset=iso-8859-1
Content-transfer-encoding: 7BIT
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML> <HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<STYLE> </STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV> <FONT face=Arial size=2>I am building an online application and I have a
complex network of related domain objects on the server. I want to save
this network of Domain Object instances (the "database") as a backup
on disk, in case the image goes down or I need to rebuild it.</FONT> </DIV>
<DIV> <FONT face=Arial size=2></FONT> </DIV>
<DIV> <FONT face=Arial size=2>In my domain implementation there is a single
instance of an object, called "AppDomain default" acting like a system
dictionary for the entire application domain. </FONT> </DIV>
<DIV> <FONT face=Arial size=2></FONT> </DIV>
<DIV> <FONT face=Arial size=2>What objects should I put in the rootArray of my
Image Segment?</FONT> </DIV>
<DIV> <FONT face=Arial size=2></FONT> </DIV>
<DIV> <FONT face=Arial size=2>If I build an ImageSegment with only {AppDomain
default} as the root array, what am I getting in the segment?</FONT> </DIV>
<DIV> <FONT face=Arial size=2></FONT> </DIV>
<DIV> <FONT face=Arial size=2>What about a root array of {AppDomain, AppDomain
class}?</FONT> </DIV>
<DIV> <FONT face=Arial size=2></FONT> </DIV>
<DIV> <FONT face=Arial size=2>
<DIV> <FONT face=Arial size=2>What about a root array containing every class I've
defined in the domain?</FONT> </DIV>
<DIV> </DIV>
<DIV> Thank you,</DIV>
<DIV> Derek</DIV>
<DIV> </DIV></FONT></DIV>
<DIV> <FONT face=Arial size=2>Derek Brans<BR>Nerd on a Wire<BR>Web design that's
anything but square<BR> <A
href="http://www.nerdonawire.com"> http://www.nerdonawire.com</A> <BR>phone:
604.874.6463<BR> mailto: <A
href="mailto:brans@nerdonawire.com"> brans@[...].com</A><BR></FONT></DIV></BODY></HTML>
--Boundary_(ID_klglPl0sUQRJBXf01wUNQA)--
Attachments:
unknown1
Thread:
Derek Brans
Derek Brans
Adrian Lienhard
Derek Brans
|