Seaside for Dolphin Smalltalk Coming Soon
According to Avi Bryant on the Seaside mailing list, a 'useful version of Seaside' will be available on Dolphin Smalltalk by the 25th of May. more →
Programming Languages, Martials Arts and Computers. The Weblog of Chris Double.
According to Avi Bryant on the Seaside mailing list, a 'useful version of Seaside' will be available on Dolphin Smalltalk by the 25th of May. more →
I wrote previously about an option to use Javascript on the server using Rhino. I came across 'Rhino in Spring' today which does this in a much more full featured manner. It is a continuation based system that integrates with Spring allowing you to use Javascript to write web applications and use continuation based features. From the looks of it... more →
Gilad Bracha writes that the JVM shouldn't get continuation support and gives some thoughts to continuation based web servers as well. more →
This is pretty nifty. Google have released 'Google Web Toolkit'. It's a system for writing ajax applications in Java. The Java code is compiled into Javascript which then runs in the browser. From the Google site: more →
I attended the sessions on Dojo at the Ajax Experience conference to learn a bit about it. Previously I'd considered Dojo to be a large, hard to understand library but I came away quite impressed with it after attending the seminars related to it. You can use the included package mechanism to make the base package fairly small and have... more →