This post originated from an RSS feed registered with Agile Buzz
by James Robertson.
Original Post: Seaside and Smalltalk servers
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Blaine Buxton likes Seaside, and talks about how easy Smalltalk servers are to work with:
Oh well, I just wanted to write about how blown away I have been. As a side note, I've only had to stop the web server once since I started it (and it was because of a mistake I made)! Of course, to restart the web server takes 1 second (I kid you not...try that with tomcat or apache). I've been changing the code while the server is running with no special cases or what have you (try that in Java...Yeah, I know about hot swap--it only works for simple method changes).
Productivity, anyone? Stick with that Java stuff if you want to develop and deploy 3x later....