Jason, OJB seems very interesting. I will test it this week-end. Concerning the Slide stuff, I don't know if you can uses OJB as an "abstract layer" because when you are using slide, you need to use the Slide engine in stead of accessing directly your 'data store'. I don't know if you can use another kind of "data store" with OJB. Anyway, I can imagine there is a solution.
I started an extra layer in order to replace Slide stuff by another CMS product. Currently, It is a set of java classes and interfaces. I'm still working on it. The idea is to code something like : Catalog c = new Catalog(); c.setTitle(....); ContentItem ci = new ContentItem(); ci.setAuthor(...); ci.setContent(aFileStreamRef); ci.setDescription(....); .... MyCMSService.createResource(c); // update catalog and contentItem in the CMS repository. All kind of content (catalog, contentItem, ...) inherits from an ancestor class 'Ressource' and it is easy to add other attributes or create other descendants if needed. but I'm waiting for the JSR170 - If I remember the number - which is a standard Java repository spec. Concerning Turbine-Slide-Jetspeed integration ,I'm really motivate to collaborate. We need that in a nice project for the European Government. So, let me know if I can do something for you because you seems to be very busy ;-) Christophe Jason van Zyl wrote: > On Mon, 2002-04-15 at 17:35, Christophe Lombart wrote: > > Here a small zip file. > > > > It contains the java code + prop file used for this service and an Domain.xml file > > used by Slide. Let me know if you are problems with it. > > Awesome! Thanks a bunch, I will try to turn it into a component (usable > in turbine2 and turbine3) > > I may definitely need your help, I will keep you posted. > > > TurbineDescriptorsStore.java can be considered like an experimental stuff :-) > > Still working on it. > > > > What is the OJB service in jetspeed ? I think I miss something in Jetspeed mailing > > list. Can you point me to a document that explain that ? > > It's a persistence layer tool at sourceforge and I will be using it for > all turbine's persistence needs. > > > Thanks, > > Christophe > > > > Jason van Zyl wrote: > > > > > On Mon, 2002-04-15 at 16:59, Christophe Lombart wrote: > > > > I build a small Fulcrum Slide service. Let me know if you are interested > > > > > > > > and how I can submit the code. > > > > > > > > Next step are : > > > > * WebDav service with default implementation with slide + webdav turbine > > > > > > > > action class > > > > * Use this service in different Jetspeed portlets. > > > > > > I'll definitely take a look at it. I would like to turn it into a > > > component which is what we are doing with the OJB service in jetspeed. > > > Can you post it somewhere? > > > > > > > > > > Christophe > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > -- > > > jvz. > > > > > > Jason van Zyl > > > [EMAIL PROTECTED] > > > > > > http://tambora.zenplex.org > > > > > > -- > > > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- > jvz. > > Jason van Zyl > [EMAIL PROTECTED] > > http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
