The Jakarta Slide community is pleased to announce the release of Jakarta Slide 2.1. This is a combined bug fix and feature release. Slide 2.1 adds transactions spanning multiple requests and extends WebDAV methods to control external transactions.
You can download Jakarta Slide 2.1 from:
http://jakarta.apache.org/slide/download.html
Release notes are at:
http://cvs.apache.org/viewcvs.cgi/jakarta-slide/RELEASE-NOTES-2.1?rev=1.1.2.1
The Jakarta Slide project page is:
http://jakarta.apache.org/slide
-
Jakarta announces Jakarta Slide Release 2.1 (11 messages)
- Posted by: James Mason
- Posted on: December 26 2004 19:35 EST
Threaded Messages (11)
- What is Slide? by Oliver Zeigermann on December 27 2004 18:10 EST
- please,a basic integration tutorial by Joe Fawzy on December 28 2004 02:54 EST
- please,a basic integration tutorial by Oliver Zeigermann on December 28 2004 06:31 EST
-
what is the jdbc store? by Joe Fawzy on December 28 2004 07:53 EST
- what is the jdbc store? by Oliver Zeigermann on December 28 2004 03:10 EST
-
what is the jdbc store? by Joe Fawzy on December 28 2004 07:53 EST
- please,a basic integration tutorial by Oliver Zeigermann on December 28 2004 06:31 EST
- JCA,another good feature by Joe Fawzy on December 28 2004 03:06 EST
- JCA,another good feature by Oliver Zeigermann on December 28 2004 06:25 EST
- what about cocoon integration? by Joe Fawzy on December 28 2004 07:58 EST
- what about cocoon integration? by Oliver Zeigermann on December 28 2004 15:11 EST
- Jakarta announces Jakarta Slide Release 2.1 by ivar vasara on December 28 2004 15:26 EST
- Jakarta announces Jakarta Slide Release 2.1 by Oliver Zeigermann on December 28 2004 15:36 EST
-
What is Slide?[ Go to top ]
- Posted by: Oliver Zeigermann
- Posted on: December 27 2004 18:10 EST
- in response to James Mason
Slide contains
- a content repository supporting WebDAV,
- a WebDAV testsuite, and
- a basic WebDAV client -
please,a basic integration tutorial[ Go to top ]
- Posted by: Joe Fawzy
- Posted on: December 28 2004 02:54 EST
- in response to James Mason
i really like its capabilities , but i need a simple tutorial on how to integrate it
it seems that it has a simple package for integration called webdav construction kit,but it is in svn repositpry only(no official release ),that make it seems like it is unstable(i am not sure) plus it is not well documented either -
please,a basic integration tutorial[ Go to top ]
- Posted by: Oliver Zeigermann
- Posted on: December 28 2004 06:31 EST
- in response to Joe Fawzy
webdav construction kit (...) is in svn repositpry only(no official release ),that make it seems like it is unstable
It is pretty stable and will be part of the next release.webdav construction kit (...) is not well documented either
Hmmm, is it really not well documented? There is this page with a lot of links to the Wiki:
http://jakarta.apache.org/slide/wck.html
Additionally, there is a simple reference implementation that lets Slide store to the file system. -
what is the jdbc store?[ Go to top ]
- Posted by: Joe Fawzy
- Posted on: December 28 2004 07:53 EST
- in response to Oliver Zeigermann
is it a complete store implementation,i.e. can i use it for store and query files and webdav meta data of that file or it just a store of some attributes that may used by slide or its component? is it an alternative to the filestore refernce implementation or complement to it
is derby supported as the DBMS
anf if it is a complete impl... what about the performance compared to the fileStore
thanks a lot
joe -
what is the jdbc store?[ Go to top ]
- Posted by: Oliver Zeigermann
- Posted on: December 28 2004 15:10 EST
- in response to Joe Fawzy
is it a complete store implementation,i.e. can i use it for store and query files and webdav meta data of that file or it just a store of some attributes that may used by slide or its component? is it an alternative to the filestore refernce implementation or complement to itis derby supported as the DBMSanf if it is a complete impl... what about the performance compared to the fileStorethanks a lotjoe
These are the sorts of questions you should ask in the Slide mailing lists.
Oliver -
JCA,another good feature[ Go to top ]
- Posted by: Joe Fawzy
- Posted on: December 28 2004 03:06 EST
- in response to James Mason
another good feature in slide is the availability of a quality JCA connector which means its ability to connect and communicate into J2EE in a standard way -
JCA,another good feature[ Go to top ]
- Posted by: Oliver Zeigermann
- Posted on: December 28 2004 06:25 EST
- in response to Joe Fawzy
another good feature in slide is the availability of a quality JCA connector which means its ability to connect and communicate into J2EE in a standard way
Yes, there is JCA connector allowing WebDAV client requests to be part of a distributed transaction. Slide took over an MS specific WebDAV extension allowing for external transaction control.
The JCA connector has been developed and AFAIK tested with JBoss only. -
what about cocoon integration?[ Go to top ]
- Posted by: Joe Fawzy
- Posted on: December 28 2004 07:58 EST
- in response to James Mason
can slide b used as a content repository for cocoon based data store to manage versioning and security?
i think it will b fantastic to see features slide and forrest combined
and if this is possible in theory ,please point me to the begin point as i am really interested in implement this
thanks in advance
joe -
what about cocoon integration?[ Go to top ]
- Posted by: Oliver Zeigermann
- Posted on: December 28 2004 15:11 EST
- in response to Joe Fawzy
can slide b used as a content repository for cocoon based data store to manage versioning and security?i think it will b fantastic to see features slide and forrest combinedand if this is possible in theory ,please point me to the begin point as i am really interested in implement thisthanks in advancejoe
AFAIK there already is something simliar in the cocoon project.
Oliver -
Jakarta announces Jakarta Slide Release 2.1[ Go to top ]
- Posted by: ivar vasara
- Posted on: December 28 2004 15:26 EST
- in response to James Mason
I'm still a little confused at to what exactly slide is.
Given the blurb about it being a "CMS framework", can Slide be used as a high level database or is it more oriented towards building a fileserver type application ? What about just providing publishing management tools for something like a news /community portal ?
It does versioning, but is this applicable to both binary & text files ? what about metadata versioning ? -
Jakarta announces Jakarta Slide Release 2.1[ Go to top ]
- Posted by: Oliver Zeigermann
- Posted on: December 28 2004 15:36 EST
- in response to ivar vasara
Given the blurb about it being a "CMS framework", can Slide be used as a high level database or is it more oriented towards building a fileserver type application?
In this sense it is a content database.It does versioning, but is this applicable to both binary & text files ? what about metadata versioning ?
Both content and metadata is versioned. Currently, there is no difference between binary and text content. This means full versions, no diffs are stored.