34
votes
26answers
3k views
Why use Ruby instead of Smalltalk?
Ruby is becoming popular, largely from the influence Ruby on Rails, but it feels like it is currently struggling through its adolescence. There are a lot of similarities between Ru …
1
vote
3answers
103 views
GemStone-Linux-Apache-Seaside-Smalltalk.. how practical is 4GB?
I am really interested in GLASS. The 4GB limit for the free version has me concerned. Especially when I consider the price for the next level ($7000 year).
I know this can be s …
3
votes
1answer
49 views
Performance differences between Swazoo and Komanche?
Hello,
I'd like to know what the performance differences between Swazoo and Komanche in general and for Seaside are. Especially why and in what situations I should prefer the one …
11
votes
8answers
811 views
What scares you the most about the integrated IDE of most modern Smalltalks?
As I'm riding the wave of resurgence of Smalltalk (especially because many Ruby-on-Rails people are rediscovering Smalltalk and seeing Seaside as their next upgraded web framework) …
7
votes
5answers
247 views
Does Seaside scale?
Seaside is known as "the heretical web framework". One of the points that make it heretical is that it has much shared state. That however is something which, in my current underst …
0
votes
0answers
33 views
Navision - Pass record field name dyanmically to function
Hi,
I don't know whether any out there uses Navision?! but we've recently been lumbered with it and I'm trying to pass a field name dynamically to a function.
Instead of
ModelR …
25
votes
17answers
2k views
Would you start learning Smalltalk?
My questions is simple!
Would you start learning Smalltalk if you had the time? Why? Why not?
Do you already know Smalltalk? Why would you recommend Smalltalk? Why not?
Persona …
5
votes
3answers
214 views
Magma, GOODS, GLORP, or something else?
So I've been using Smalltalk for about 6 months now (Squeak and Pharo), mostly doing data analytics, and I'm about to start my first Seaside app. So my question to all you Smalltal …
5
votes
2answers
211 views
HTML generator for .NET?
Having used Seaside the past few years I've found template systems to be a bad code smell. Is there a framework for .net using something similar to the Seaside canvas system for ge …
5
votes
8answers
571 views
Dilemma: Should I learn Seaside or a Python framework?
I know it's kinda subjective but, if you were to put yourself in my shoes which would you invest the time in learning?
I want to write a web app which deals securely with relative …
1
vote
4answers
126 views
Can I host a SandstoneDB app on www.Seasidehosting.st?
Hello! Did someone ever manage to make a seasidehosting-hosted web application cooperate with SandstoneDb? It seems that they disallow creating of subdirectories, which is importan …
12
votes
1answer
649 views
When to use Seaside components, and when to use simple render objects?
I have been developing a web application in Seaside+Squeak recently, and have found it to be a wonderful experience. Seaside really is head and shoulders above every other framewor …
0
votes
3answers
191 views
What’s the difference between a Continuation (as in Smalltalk) and an interrupt (as in an Assembler)?
I'm struggling to understand the concept of Continuations (as used in Seaside with Smalltalk). A snippet from Wikipedia says:
"... refer to first-class continuations, which ar …
3
votes
3answers
422 views
What is the difference between Seaside programmming and other web programming
To me it seems the main point of Seaside is that it is more like normal "desktop" programming.
The control flow looks much more like "traditional" programming instead of
"web" pro …
2
votes
1answer
143 views
Why isn’t my serverside callback occuring when I use ‘jQuery ajax’ in seaside 2.9?
I'm trying to do something like this in seaside 2.9
html button
onClick: (html jQuery ajax
serialize: (html jQuery this);
script: [:s | s << (s jQuery id: stratId) app …
