http://tinyurl.com/3dup5p9 (wordpress.com) -- Craig Latta www.netjam.org/resume +31 06 2757 7177 + 1 415 287 3547 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
It should be a fairly doable exercise using Seaside-REST, now that I
think about it, perhaps even portable, save for things that are too VisualWorks specific, like Namespaces and Shared Variables. http://code.google.com/p/seaside/wiki/SeasideRest -Boris -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Craig Latta Sent: 01 June 2011 08:50 To: vwnc Subject: [vwnc] "Can I use my favorite text editor?" http://tinyurl.com/3dup5p9 (wordpress.com) -- Craig Latta www.netjam.org/resume +31 06 2757 7177 + 1 415 287 3547 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
There was work years ago to do this with FTP:
http://www.cincomsmalltalk.com/userblogs/avi/blogView?showComments=true&prin tTitle=FTPlets&entry=3303394043 I'm not sure how far they got... Julian On 11-06-01 2:18 PM, "Boris Popov" <[hidden email]> wrote: > It should be a fairly doable exercise using Seaside-REST, now that I > think about it, perhaps even portable, save for things that are too > VisualWorks specific, like Namespaces and Shared Variables. > > http://code.google.com/p/seaside/wiki/SeasideRest > > -Boris > > -----Original Message----- > From: [hidden email] [mailto:[hidden email]] On > Behalf Of Craig Latta > Sent: 01 June 2011 08:50 > To: vwnc > Subject: [vwnc] "Can I use my favorite text editor?" > > > http://tinyurl.com/3dup5p9 (wordpress.com) > > -- > Craig Latta > www.netjam.org/resume > +31 06 2757 7177 > + 1 415 287 3547 > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
using DLLCC one could also use MacFUSE to create a file system from a Smalltalk System. Karsten -- Karsten Kusche - Dipl. Inf. - [hidden email] Georg Heeg eK - Köthen Handelsregister: Amtsgericht Dortmund A 12812 Am Mittwoch, 1. Juni 2011 um 15:28 schrieb Julian Fitzell:
_______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Julian Fitzell-4
Very cool. Having said that, one obvious benefit of WebDAV over FTP
would be the fact that it doesn't need additional firewall rules and can be easily secured with SSL through the same channels that Seaside applications are normally deployed with. -Boris -----Original Message----- From: Julian Fitzell [mailto:[hidden email]] Sent: 01 June 2011 09:29 To: Boris Popov, DeepCove Labs; Craig Latta; vwnc Subject: Re: [vwnc] "Can I use my favorite text editor?" There was work years ago to do this with FTP: http://www.cincomsmalltalk.com/userblogs/avi/blogView?showComments=true& prin tTitle=FTPlets&entry=3303394043 I'm not sure how far they got... Julian On 11-06-01 2:18 PM, "Boris Popov" <[hidden email]> wrote: > It should be a fairly doable exercise using Seaside-REST, now that I > think about it, perhaps even portable, save for things that are too > VisualWorks specific, like Namespaces and Shared Variables. > > http://code.google.com/p/seaside/wiki/SeasideRest > > -Boris > > -----Original Message----- > From: [hidden email] [mailto:[hidden email]] On > Behalf Of Craig Latta > Sent: 01 June 2011 08:50 > To: vwnc > Subject: [vwnc] "Can I use my favorite text editor?" > > > http://tinyurl.com/3dup5p9 (wordpress.com) > > -- > Craig Latta > www.netjam.org/resume > +31 06 2757 7177 > + 1 415 287 3547 > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Julian On 11-06-01 2:56 PM, "Boris Popov" <boris@...> wrote: Very cool. Having said that, one obvious benefit of WebDAV over FTP _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
On 01. 06. 2011 16:10, Julian Fitzell wrote:
> Agreed. Having a library on top of core Seaside that let you implement a > few classes to describe browseable objects and then export them using > WebDAV with a standard request handler would be very cool. And adding that WebDAV support is already done in Swazoo and Aida/Web and you can possibly just copy it to other web frameworks, even more :) Janko > > Julian > > On 11-06-01 2:56 PM, "Boris Popov" <[hidden email]> wrote: > > Very cool. Having said that, one obvious benefit of WebDAV over FTP > would be the fact that it doesn't need additional firewall rules and can > be easily secured with SSL through the same channels that Seaside > applications are normally deployed with. > > -Boris > > -----Original Message----- > From: Julian Fitzell [mailto:[hidden email]] > Sent: 01 June 2011 09:29 > To: Boris Popov, DeepCove Labs; Craig Latta; vwnc > Subject: Re: [vwnc] "Can I use my favorite text editor?" > > There was work years ago to do this with FTP: > > http://www.cincomsmalltalk.com/userblogs/avi/blogView?showComments=true& > <http://www.cincomsmalltalk.com/userblogs/avi/blogView?showComments=true&> > prin > tTitle=FTPlets&entry=3303394043 > > I'm not sure how far they got... > > Julian > > > On 11-06-01 2:18 PM, "Boris Popov" <[hidden email]> wrote: > > > It should be a fairly doable exercise using Seaside-REST, now that I > > think about it, perhaps even portable, save for things that are too > > VisualWorks specific, like Namespaces and Shared Variables. > > > > http://code.google.com/p/seaside/wiki/SeasideRest > > > > -Boris > > > > -----Original Message----- > > From: [hidden email] [mailto:[hidden email]] On > > Behalf Of Craig Latta > > Sent: 01 June 2011 08:50 > > To: vwnc > > Subject: [vwnc] "Can I use my favorite text editor?" > > > > > > http://tinyurl.com/3dup5p9 (wordpress.com) > > > > -- > > Craig Latta > > www.netjam.org/resume > > +31 06 2757 7177 -- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Boris Popov, DeepCove Labs (SNN)
> Very cool. Having said that, one obvious benefit of WebDAV over FTP > would be the fact that it doesn't need additional firewall rules and > can be easily secured with SSL through the same channels that Seaside > applications are normally deployed with. Yeah, and WebDAV support is built into the filesystem support of the currently popular operating systems (that's most important, really). -C -- Craig Latta www.netjam.org/resume +31 06 2757 7177 + 1 415 287 3547 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Free forum by Nabble | Edit this page |