On 14/09/06, William B. Hare <[EMAIL PROTECTED]> wrote:
> Id like to use Maypole as it looks like it would be a easy solution, all they
> want to do is view, update, search and browse, and since translations( of the
> full documents) are stored in the database, it work well as a web app. In
> addition, it will eventually be published to the web for public access.
>
> Anyway, sorry for the runon, but the thing is I find DBI modules for MySql,
> and other triditional DBs but not for a native XML open source database.

I'd be inclined to think that moving to a relational database properly
would be time well spent.

Just how many additional relationships would you be looking at?

It might be worth looking at providing a an XMLDB model based on the
sleepycat xml db API and use that instead of CDBI, I think you would
have to do most of the work involved in that if you used either of
Catalyst or Maypole.

It might be worth asking some of the Catalyst people how you would do
it with Catalyst, as it's likely it could be an easier solution for
your problem if you don't want to use a relational database.

That's not to say we couldn't help you do it with Maypole - it's quite
possible and may not even be that hard, but it could be easier with
Catalyst and it's worth thinking about before you make a start.

regards,

Aaron.


-- 
http://www.aarontrevena.co.uk
LAMP System Integration, Development and Hosting

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Maypole-users mailing list
Maypole-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to