The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Seaside2 in VisualWorks

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Seaside2 in VisualWorks Posted: Apr 14, 2004 5:06 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Seaside2 in VisualWorks
Feed Title: Michael Lucas-Smith
Feed URL: http://www.michaellucassmith.com/site.atom
Feed Description: Smalltalk and my misinterpretations of life
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Michael Lucas-Smith

Advertisement

We're moving to have WithStyle be accessable nightly by developers who wish to get the latest and the greatest version of WithStyle as soon as they can. To do it, I need to build a simple web application for running the 'developers' side of things - which will give each developer their own username/password.

There are oh so many web frameworks to choose from when it comes to this sort of thing. But I have to look to the future. What kind of web framework will let me do anything I want? Well, truth be told I'm not entirely sold on Seaside doing everything I need in the future - but it is a fun experiment to try! So I'm giving it a go.

I've been told that Seaside2 for VisualWorks is behind the ball and that if I really want to use the latest version of Seaside2 I should be using Squeak. Well, I have to say right back at you that I'm not going to use Squeak for my webserver for one simple reason: One wrong click and the image is stuffed!.

Now a very short how-to for getting Seaside2 to work under VisualWorks. First off, you don't need to load anything in to your image except for Store access. Connect to public store and load the bundle Seaside-WebToolkit. This will load in WebToolkit for you, then load Seaside-VW, then load Seaside. Nothing else is required.

At this point, use the normal WebToolkit stuff to start up a server with the default resolvers in there. You're almost there at this point.

Move the Seaside.SeasideServlet class in to the VisualWave namespace!

Once you've done that, WTK can find seaside and using it is just a matter of going to a URL such as: http://localhost:8008/default/servlet/SeasideServlet/counter.

Don't forget your admin password so that you can get to the /config sealet (is that their name?).

The question becomes this: Does the current VW Seaside2 do all the CSS stuff? If not, when will it?

Read: Seaside2 in VisualWorks

Topic: [CFP] Native XSLT in Smalltalk Previous Topic   Next Topic Topic: Sun/MS deal

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use