help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-smalltalk] [ANN] a new lightweight web framework for GST


From: Nicolas Petton
Subject: Re: [Help-smalltalk] [ANN] a new lightweight web framework for GST
Date: Fri, 19 Jun 2009 14:06:58 +0200

Le vendredi 19 juin 2009 à 13:39 +0200, Joachim Jaeckel a écrit :
> Hi Nicolas,
> 
> I'm sorry, but I think that I miss something in my code. Even with the 
> index-method in the right category, I couldn't reach my "application" 
> (big word for a 5-liner ;-) through http://localhost:7777/urpics.
> 
> In seaside for instance, I have to do additionally a: 
> #registerAsApplication and I would think, that I miss something here.

Nop, there is no registration needed in Iliad.

> 
> Only with loading the classes into the vm, while swazoo is running, 
> could that be all...? (I don't think so...)

Yes, that's all!

The followiing works for me:

PackageLoader fileInPackage: 'Iliad'
FileStream fileIn: 'UrPicsApplication.st' "file is attached to this
email"
Iliad.SwazooIliad startOn: 7777
Processor activeProcess suspend


Then the app is available at: http://localhost:7777/urpics

> 
> P.S.: I could help, writing something like a small tutorial (if you'd 
> like), but I have to understand a bit more of it first.

Yes, that would be wonderful :)


Cheers!

Nicolas

Attachment: UrPicsApplication.st
Description: Text document

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée


reply via email to

[Prev in Thread] Current Thread [Next in Thread]