>-- Mensaje Original -- >Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> >Subject: RE: versionning >Date: Mon, 23 Feb 2004 19:01:35 +0100 >From: <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> > > >Hi Juan Andr�s, > >I think I understand you well. DeltaV as defined in RFC3253 is entirely implemented >in the WebDAV layer of Slide, i.e. is not available at the native Slide API >level. On the other hand, at Slide API level you have versioning as well >(versions are called revisions at this level), but it is not DeltaV and it >contains less features compared to DeltaV. When we implemented DeltaV, we >tried to integrate both models as much as possible. Unfortunately, a full >integration was not possible (e.g. history is a separate resource in DeltaV, >but not in the Slide versioning engine). > >What is the reason, you don't want to use WebDAV?
good question ! I wish I could use it. I need to develop a content management system basically with: - file versioning support. - custom meta information for differents content types. - searching support. but this new system must be integrated with an existing J2EE web app: Presentation layer ( jsp & struts ) TOMCAT Logic ( entities & session beans ) JBOSS Database: MySQL I'm thinking in an architecture like that: -JSPs for navigate directories, upload files, search files, etc. ( user interface ) -a session bean in JBOSS, which use native Slide API to reply requests from JSPs. I think I can?t use the webdav servlet for my new system, but I?m not sure. what do you think ? Does anyone do something like that ? thanks you ! Regards, -- Juan Andr�s Bentancour. > >Regards, >Peter > >> -----Original Message----- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> Sent: Monday, February 23, 2004 18:26 >> To: Slide Users Mailing List >> Subject: RE: versionning >> >> >> Hi Peter, >> >> >-- Mensaje Original -- >> >Reply-To: "Slide Users Mailing List" <[EMAIL PROTECTED]> >> >Subject: RE: versionning >> >Date: Mon, 23 Feb 2004 16:28:38 +0100 >> >From: <[EMAIL PROTECTED]> >> >To: <[EMAIL PROTECTED]> >> > >> > >> >Hi Juan Andres, >> > >> >yes, Slide 2.0 supports versioning (DeltaV) for file versioning. >> >> ok, but, Is it implemented only at the webDAV servlet ??? >> How I would implement file versioning using slide API >> (without webDAV)? >> >> I must re-write all Delta-V methods like at org.apache.slide.webdav ?? >> >> I wish you could understand me. ( my english is not good enough ) >> >> Thanks you. >> >> -- >> Juan Andr�s. >> >> >> >Yes, you can use auto-versioning. >> > >> >In the Slide config file "Domain.xml" there are 2 parameters >> which control >> >auto-versioning: >> >- auto-version >> >- auto-version-control >> > >> >Regards, >> >Peter >> > >> >> -----Original Message----- >> >> From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] >>> Sent: Monday, February 23, 2004 13:49 >>> To: [EMAIL PROTECTED] >>> Subject: versionning >>> >>> >>> >>> hi all, >>> >>> I have few questions about versionning: >>> >>> I want to write a web app using slide 2.0 API with support >>> for file versionning, >>> Can I do that ? Can I use DeltaV auto-version ? or I must use >>> Webdav servlet >>> ? >>> >>> Thanks and regards, >>> >>> >>> --- >>> Juan Andr�s Bentancour >>> >>> >>> -------- >>> E-mail y acceso a Internet UltraVeloz totalmente GRATIS en >>> Buenos Aires, >>> Rosario, Cordoba, Mendoza, La Plata y Pilar >>> http://www.Argentina.com >>> Nro. de acceso 5078-5000 Usuario: Argentina Password: Argentina >>> >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> > > >-------- >E-mail y acceso a Internet UltraVeloz totalmente GRATIS en Buenos Aires, >Rosario, Cordoba, Mendoza, La Plata y Pilar >http://www.Argentina.com >Nro. de acceso 5078-5000 Usuario: Argentina Password: Argentina > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > -------- E-mail y acceso a Internet UltraVeloz totalmente GRATIS en Buenos Aires, Rosario, Cordoba, Mendoza, La Plata y Pilar http://www.Argentina.com Nro. de acceso 5078-5000 Usuario: Argentina Password: Argentina --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
