Login  Register

Re: [Pharo-users] [Seaside] Seaside on Pharo-Kernel

Posted by Dale Henrichs on Aug 11, 2011; 4:15pm
URL: https://forum.world.st/Seaside-on-Pharo-Kernel-tp3729573p3736329.html


----- Original Message -----
| From: "Igor Stasenko" <[hidden email]>
| To: "Seaside - general discussion" <[hidden email]>
| Cc: "A friendly place where any question about pharo is welcome" <[hidden email]>, "Pharo
| Development" <[hidden email]>
| Sent: Wednesday, August 10, 2011 3:12:27 PM
| Subject: Re: [Pharo-users] [Seaside] Seaside on Pharo-Kernel
|
| On 9 August 2011 18:59, Mariano Martinez Peck <[hidden email]>
| wrote:
| > Wow. This is awesome: a working Seaside image in 4.3 MB.
| >
| Indeed.
| Now if we could have some remote browsing/remote debugging tools..
| (please say nothing about RFB)

Igor,

If you want to do development in a Seaside image, check out tODE[1]. It's a Smalltalk development environment written in Seaside that has been ported to Pharo and GemStone ... code browsing, inspectors, debugger, metacello/monticello integration are all there.

The current version of tODE is a proof of concept but it is a highly functional proof of concept. I've been doing about 80% of my development in tODE for the last couple of months ... the current version of tODE doesn't use RING, but I plan to use RING (and port it to GemStone) for the next version ...

[1] http://code.google.com/p/tode/

Dale