users@glassfish.java.net

RE: Re: Adding a WebDAV Frontent to you GlassFish application

From: Markus Karg <karg_at_quipsy.de>
Date: Fri, 11 Dec 2009 08:51:36 +0100

That's right, but (a) if you rely on GlassFish features then your
application will not be portable among servers, while "WebDAV Support
for JAX-RS" is 100% portable, and (b) GlassFish only supports core
WebDAV, while "WebDAV Support for JAX-RS" supports also WebDAV Custom
Extensions (what are playing a major role in the WebDAV eco system), and
(c) GlassFish supports only the Servlet API, while "WebDAV Support for
JAX-RS" is supporting the much more comfortable JAX-RS API. Each user
should check these three points before deciding for / agains a WebDAV
solution.

> -----Original Message-----
> From: Shing-Wai.Chan_at_Sun.COM [mailto:Shing-Wai.Chan_at_Sun.COM]
> Sent: Donnerstag, 10. Dezember 2009 19:34
> To: users_at_glassfish.dev.java.net
> Subject: Re: Adding a WebDAV Frontent to you GlassFish application
>
> GlassFish v3 itself also supports WebDAV.
> See http://blogs.sun.com/swchan/entry/webdav_in_glassfish
> Regards,
> Shing Wai Chan
>
>
> Markus Karg wrote:
> >
> > <announce>
> >
> >
> >
> > Dear GlassFish Users,
> >
> >
> >
> > maybe you ever wanted to be able to access your database with a file
> > based frontend? Think of the possibilities: People could list their
> > data rows in the client's Konqueror or Windows File Explorer just
> like
> > it would be files. They can drag and drop it, skype them, mail them,
> > print them. The content can be rendered on the fly (e. g. *server
> > sided* PDF or HTML created at time of file opening). Using an
> > enterprise application couldn't be more easy. Get rid of
heavy-weight
> > closed client containers, just use a dead-simple file API based
> > client! No ACC installation anymore, no WebStart needed. Just a
plain
> > OS as the client.
> >
> >
> >
> > Then you should check out http://webdav.dev.java.net. Using that
> > LGPL'ed library it is rather easy to implement this ontop of JAX-RS
> > (which is part of GFv3). It was developed and tested using Jersey
and
> > GlassFish, and is in productive use at several companies, including
> e.
> > g. EADS (the Airbus company).
> >
> >
> >
> > Regards
> >
> > Markus
> >
> >
> >
> > </announce>
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net