Please take our Survey
logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

Re: Naming URLs: msg#00076

lang.smalltalk.squeak.seaside

Subject: Re: Naming URLs


On Apr 15, 2004, at 6:00 AM, radoslav hodnicak wrote:

In seaside 2.3, override #createRootFromRequest: in your session class to
process URL and initialize your app according to what you got from URL.
Use #addToPath: to put additional path into URL (it's ignored by seaside).

I assume a lot had changed in this area in seaside 2.5.

Yes.

To set the path, implement #updateUrl: in your components. This will get passed a WAUrl instance, which responds to #addToPath: and #addParameter:value: (and will soon respond to #anchorName:). Each active component gets a chance to modify it before every redirect and response.

To initialize your app, subclass WAMain and implement #start:. This will be sent at the beginning of the session, and gets passed a WARequest instance. Typically you will want to use the information in the request to construct a root component, and then start a render loop with that root:

(WARenderLoop new root: aComponent) start: aRequest

However, you don't have to enter the render loop immediately, or at all - SmallBlog, for example, will simply return a static RSS response for certain URLs.

When configuring your application, make sure to choose your new subclass as the Main Class.

Avi


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
qplus.devel/200...    network.jabber....    debian.qa-packa...    encryption.gpg....    python.dabo.dev...    uclinux.devel/2...    science.mathema...    recreation.pesc...    kernel.ck/2004-...    mozilla.devel.e...    tex.latex.prosp...    ietf.multi6/200...    bbc.cvs/2002-11...    xfree86.newbie/...    jakarta.taglibs...    altlinux.hardwa...    comedi/2002-05/...    horde.bugs/2004...    games.diplomacy...    finance.e-gold....    web.dom.test-su...    lang.ruby.rails...    os.netbsd.devel...    video.gstreamer...   
Home | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation