> No exceptions?  This is very wierd.  What does the log say?  You will
> have to create it with write access.  Turbine won't automatically create
> it.

yes it will. turbine WILL create the log file...i checked in those fixes a
while ago...if you don't want the log file, you don't define the property.

> Cool!  It would be good to have it done.  I was going to use a static
> XML file as persistence and maybe castor JDO to abstract the database.

personally, i think i'm at the point where i see JDO as a total wrong way
to do things...i am leaning towards john and franks 
Peer/DatabaseMapBuilder stuff a lot more recently...it is very light
weight easy to use and works well, it also follows a lot of what
Scott Ambler talks about, such as using an IDBroker...i'm going to do a
DatabaseMapBuilder that will read an XML file and generate the objects in
memory as needed...the Peer's use those objects...quite cool...next step
is to generate the Peer's as well. ;-)

JDO is a good step, but it is just way to much work to deal with...add
that to the fact that it isn't even done yet and i'm pretty much leaning
back towards Peers...

-jon


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to