Looks like qooxdoo has changed license to EPL. Could be a nice
library to build a vendor/system independent Smalltalk IDE based on Seaside with browsers and stuff: http://qooxdoo.org Compared to SeasideXUL it would not be limited to Mozilla. May also rise the interest in building commercial web apps in Seaside. The next Eclipse Platform ("E4") and the next SWT will also use this library - so it may become a solid base with many widgets and many supported browsers. Any comments? Bye Torsten -- GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen! Jetzt dabei sein: http://www.shortview.de/wasistshortview.php?mc=sv_ext_mf@gmx _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
> Compared to SeasideXUL it would not be limited to Mozilla.
> Any comments? > > Bye > Torsten What does that mean, limited to Mozilla? XUL does not require Mozilla, Mozilla requires XUL; the Mozilla apps themselves are written in XUL. You don't need a Mozilla browser installed to run XUL, you can use XULRunner which gives you access to the same component framework that all the Mozilla apps are written in. I don't know anything about the SeasideXUL project, but I think there should be a way to run it on the runtime alone without a browser installed. Ramon Leon http://onsmalltalk.com _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Ramon Leon wrote:
>> Compared to SeasideXUL it would not be limited to Mozilla. >> Any comments? >> >> Bye >> Torsten > > What does that mean, limited to Mozilla? XUL does not require Mozilla, > Mozilla requires XUL; the Mozilla apps themselves are written in XUL. You > don't need a Mozilla browser installed to run XUL, you can use XULRunner > which gives you access to the same component framework that all the Mozilla > apps are written in. I don't know anything about the SeasideXUL project, > but I think there should be a way to run it on the runtime alone without a > browser installed. I believe he is meaning that SeasideXUL is not cross-browser but qooxdoo is. I don't think he is wanting to do away with the browser but rather requiring a specific browser. A SeasideXUL app would not run in IE, Safari, Opera, etc. HTH Jimmie _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
>>>>> "Jimmie" == Jimmie Houchin <[hidden email]> writes:
Jimmie> I believe he is meaning that SeasideXUL is not cross-browser but Jimmie> qooxdoo is. I don't think he is wanting to do away with the browser Jimmie> but rather requiring a specific browser. A SeasideXUL app would not Jimmie> run in IE, Safari, Opera, etc. Can someone familiar with qooxdoo and YUI tell me why I should prefer qooxdoo to YUI? I took a look at the qooxdoo demo pages, and the controls are ugly and unituitive, where the YUI controls and widgets are guaranteed to be supported on *all* platforms and have a *lot* of paid full-time engineers (*and* graphic artists) developing them for Yahoo properties. -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[hidden email]> <URL:http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsandmessages.vox.com/ for Smalltalk and Seaside discussion _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
In reply to this post by Jimmie Houchin-3
> I believe he is meaning that SeasideXUL is not cross-browser > but qooxdoo > is. I don't think he is wanting to do away with the browser > but rather > requiring a specific browser. A SeasideXUL app would not run in IE, > Safari, Opera, etc. > > HTH > > Jimmie Which misses the point that XUL shouldn't be thought of as something that runs in a browser, it's a stand alone cross platform component framework. Saying XUL won't run in IE is like saying Cocoa or GTK won't run in IE or Opera. Safari doesn't run Cocoa either, it's written in Cocoa. Firefox doesn't run XUL, it's written in XUL, the underlying framework is just easily exposed through Firefox as a launching mechanism. Ramon Leon http://onsmalltalk.com _______________________________________________ seaside mailing list [hidden email] http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside |
Free forum by Nabble | Edit this page |