Dear Smalltalkers,
ESUG is such a wonderful conference so let Aida show it a little gratitute by announcing a new release 6.3, on Squeak/Pharo and VisualWorks. New features since 6.2: * form button auto enabled after form become valid * HTML5 Geolocation support added, * asynchronous non-blocking tree-like control flow, * security: XSS attack protection, delay after failed login, whitelisted IPs * Jtalk (Smalltalk over JavaScript) library added * sites can be now enabled/disabled, besides start/stop Enhancements: * ajaxified form validation enhanced * form elements Ajax updatable too * real-time (WebSocket and Comet) support refactored * hierarchical form support enhanced * stats update in real-time on a sites page More in Release notes: http://www.aidaweb.si/release-notes-6.3 On Pharo it is really simple to load, just evaluate this script: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfAida'; load. (Smalltalk at: #ConfigurationOfAida) load. Then simply open http://www.aidaweb.si:8888 . This release was influenced by a work on a ToDo example as part of comparison of our web frameworks, so you are again invited to read about and check this ToDo web app by yourself: http://www.aidaweb.si/todo-description Best regards Janko -- 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 aida-logo.png (8K) Download Attachment Pripet del =?UTF-8?B?c3Bvcm/EjWlsYQ==?= (176 bytes) Download Attachment |
It seems that
Gofer new squeaksource: 'AidaAddons'; package: 'ConfigurationOfAidaToDoExample'; load. does not work anymore.
Laurent. 2011/8/19 Janko Mivšek <[hidden email]> Dear Smalltalkers, _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Hi Laurent,
Yes, something is wrong with SqueakSource and because it is better to wait for its R.I.P, here is a script to load a ToDo example anyway: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfAida'; load. (Smalltalk at: #ConfigurationOfAida) load. Gofer new squeaksource: 'AidaAddons'; package: 'AidaToDoExample'; load. Thenks for reporting an issue. I updated description on webpage too. S, laurent laffont piše: > It seems that > > Gofer new > squeaksource: 'AidaAddons'; > package: 'ConfigurationOfAidaToDoExample'; > load. > > does not work anymore. > > Laurent. > > 2011/8/19 Janko Mivšek <[hidden email] > <mailto:[hidden email]>> > > Dear Smalltalkers, > > ESUG is such a wonderful conference so let Aida show it a little > gratitute by announcing a new release 6.3, on Squeak/Pharo and > VisualWorks. > > New features since 6.2: > > * form button auto enabled after form become valid > * HTML5 Geolocation support added, > * asynchronous non-blocking tree-like control flow, > * security: XSS attack protection, delay after failed login, > whitelisted IPs > * Jtalk (Smalltalk over JavaScript) library added > * sites can be now enabled/disabled, besides start/stop > > Enhancements: > > * ajaxified form validation enhanced > * form elements Ajax updatable too > * real-time (WebSocket and Comet) support refactored > * hierarchical form support enhanced > * stats update in real-time on a sites page > > More in Release notes: http://www.aidaweb.si/release-notes-6.3 > > On Pharo it is really simple to load, just evaluate this script: > > Gofer new > squeaksource: 'MetacelloRepository'; > package: 'ConfigurationOfAida'; > load. > > (Smalltalk at: #ConfigurationOfAida) load. > > Then simply open http://www.aidaweb.si:8888 . > > This release was influenced by a work on a ToDo example as part of > comparison of our web frameworks, so you are again invited to read about > and check this ToDo web app by yourself: > > http://www.aidaweb.si/todo-description > > Best regards > Janko > > > -- > Janko Mivšek > Aida/Web > Smalltalk Web Application Server > http://www.aidaweb.si > > -- Janko Mivšek Svetovalec za informatiko Eranova d.o.o. Ljubljana, Slovenija www.eranova.si tel: 01 514 22 55 faks: 01 514 22 56 gsm: 031 674 565 _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Also the todo example does not work on Chrome 13 & 14 (FF / Safari OK) on my machine. Console full of:
WebSocket open Unexpected response code: 200 Laurent
2011/8/20 Janko Mivšek <[hidden email]> Hi Laurent, _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by laurent laffont
On Sat, 20 Aug 2011 00:08:06 +0200
laurent laffont <[hidden email]> wrote: > It seems that > > Gofer new > squeaksource: 'AidaAddons'; > package: 'ConfigurationOfAidaToDoExample'; > load. > > does not work anymore. On which machine you are with Chrome? My Chrome 13 on Linux and WinXP works a bit different: 1. it opens WebSocket 2. after first clcik on, say, Sign-in nothing happens 3. after second click the WebSocket is reopenend, nothing happens 4. third click now open login popup and from now on all works ok. While another Chrome 13 on my WinXP notebok works without problems, except the Ajax redirect after login. In any case, Chrome WebSocket implementation seems to be a bit different and a very low level TCP debugging looks like to be needed. Maybe there will be some time today at Camp Smalltalk for that... Best regards Janko > 2011/8/19 Janko Mivšek <[hidden email]> > >> Dear Smalltalkers, >> >> ESUG is such a wonderful conference so let Aida show it a little >> gratitute by announcing a new release 6.3, on Squeak/Pharo and >>VisualWorks. >> >> New features since 6.2: >> >> * form button auto enabled after form become valid >> * HTML5 Geolocation support added, >> * asynchronous non-blocking tree-like control flow, >> * security: XSS attack protection, delay after failed login, >> whitelisted IPs >> * Jtalk (Smalltalk over JavaScript) library added >> * sites can be now enabled/disabled, besides start/stop >> >> Enhancements: >> >> * ajaxified form validation enhanced >> * form elements Ajax updatable too >> * real-time (WebSocket and Comet) support refactored >> * hierarchical form support enhanced >> * stats update in real-time on a sites page >> >> More in Release notes: http://www.aidaweb.si/release-notes-6.3 >> >> On Pharo it is really simple to load, just evaluate this script: >> >> Gofer new >> squeaksource: 'MetacelloRepository'; >> package: 'ConfigurationOfAida'; >> load. >> >> (Smalltalk at: #ConfigurationOfAida) load. >> >> Then simply open http://www.aidaweb.si:8888 . >> >> This release was influenced by a work on a ToDo example as part of >> comparison of our web frameworks, so you are again invited to read >>about >> and check this ToDo web app by yourself: >> >> http://www.aidaweb.si/todo-description >> >> Best regards >> Janko >> >> >> -- >> 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 |
Free forum by Nabble | Edit this page |