seaside Questions

20

Solved

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? Personally I'm a R...
Selfdrive asked 29/9, 2008 at 14:57

1

Solved

It's been a while since I've dabbled in Seaside, and, wanting to play around with it again for a small project, I downloaded the one-click image for Pharo and thought I'd look through the documenta...
Ternopol asked 20/5, 2015 at 3:51

2

Solved

So I have a non-Ajax callback working fine using this code (the 'convert' method calculates a new value for the 'result' instance variable): html form: [ html text: 'Number to convert: '. html ...
Indiscipline asked 20/4, 2015 at 19:22

1

Solved

The Pharo By Example book says to open it through the Tools submenu - but I don't see this in Pharo 3.0 Is there another way?
Witham asked 25/6, 2013 at 1:45

2

I've been using Test Driven Development in a Seaside app I've been playing with, and all of my data is stored as objects in the image (as opposed to a database). So when I run my tests I've had t...
Motile asked 27/4, 2013 at 20:41

1

Solved

Pharo 2.0 was released recently. I downloaded it, and tried running this: Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSeaside30'; load. (Smalltalk at: #Configuration...
Sapling asked 24/4, 2013 at 17:31

8

Solved

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 understanding, hinders e...
Leavening asked 20/9, 2009 at 20:55

3

I am trying to send mail with the gmail smtp in pharo with zodiac in CentOS machine. I am receiving the following error. "SSL/TLS plugin initialization failed. VM missing plugin? " I had downlo...
Scoles asked 6/9, 2012 at 5:46

2

Solved

The standard html output created by Seaside is all in one line, without any linebreaks. Is there a preference to change this behavior, so that the output will be more human readable? If not, what...
Matta asked 4/9, 2012 at 13:47

1

Solved

I have developed a Seaside 3.0 application in Pharo 1.4 and want do deploy it on Linode. What (small) image do i load my application into for that purpose? And how? I found Project Pharo Kernel 1...
Telegu asked 20/8, 2012 at 14:17

3

Solved

I've been spending some time lately getting acquainted with Smalltalk and Seaside. I'm coming from the Java EE world and as you can imagine it's been challenging getting my mind around some of the ...
Intermediary asked 1/12, 2011 at 15:1

2

Solved

I'm trying to get up to speed on Smalltalk / Seaside. According to Wikipedia, "Seaside is a continuation-based web application framework". Coming from a Java background I'm not very familiar with c...
Menhaden asked 26/11, 2011 at 15:10

6

Solved

I'm primarily a Java EE developer. I've been asked to explore the possibility of using Smalltalk / Seaside in an upcoming web project. As you can imagine, this has led to many interesting que...
Osterhus asked 23/11, 2011 at 15:13

4

Hello (this is a copy of my post on the Seaside mailing list; first try at stackoverflow), How do I get the rendered display of a drop-down select list to show an updated selection from another ses...
Philoctetes asked 1/2, 2011 at 12:33

4

Solved

I am planning a Seaside app to hold text, a single instance which may be up to, say, 5Mb. What kind of object is best for this? I would also like to do some iterations over this text. Thanks, Vi...
Cunning asked 15/7, 2011 at 2:24

4

What are the differences between the three Smalltalk web application frameworks? Some starting points: What is the sweet spot for each framework? in Which case would you use one or the other? Wh...
Mccorkle asked 9/1, 2011 at 5:20

3

Solved

I've become pretty enamored of the Seaside web framework lately. I'd like to start digging into the source to figure out how it works. Unfortunately, there are a lot of classes and I don't know whe...
Swipe asked 21/2, 2011 at 18:27

6

Solved

Seaside just released a release candidate for the upcoming 3.0 version, so it appeared on my radar again. As I'm currently pondering what web framework to use for a future project, I wonder whether...
Senescent asked 7/7, 2010 at 21:48

3

Solved

I want to save my Pharo image every hour on the hour automatically. How would you make this automatic within the image? I've seen the Pier project do this. But I'm not sure how they do it. TIA
Fennel asked 11/1, 2011 at 8:20

9

Solved

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 relatively modest amounts...
Santonin asked 30/3, 2009 at 16:11

1

Solved

Basically, I want to translate the following into Seaside Smalltalk: $(".myDiv").bind('click', function(e) { console.log(e); }); Besides that I don't want to console.log the event, but access ...
Nevermore asked 6/6, 2010 at 15:9

4

We wrote a small prototype web app using Pharo and Seaside and we want to now demonstrate to the suits that the app can be deployed into our standard Linux build. We use a mix of CentOS, Ubuntu Ser...
Unlikely asked 6/1, 2010 at 23:26

1

Solved

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 over the other?
Acanthaceous asked 17/10, 2009 at 20:41

8

Solved

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), I get que...
Cortisol asked 7/10, 2008 at 16:13

3

Solved

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 Smalltalkers out there is...
Verecund asked 7/7, 2009 at 4:41

© 2022 - 2024 — McMap. All rights reserved.