[Helma-user] Helma docs and first-restarts
Chris Zumbrunn
chris at zumbrunn.com
Wed Mar 7 01:19:32 CET 2007
On Mar 7, 2007, at 1:10 , Chris Zumbrunn wrote:
> From the prototypes introduction page mentioned below...
>
> "Root" is the prototype of the application's root object. The root
> object of the "welcome" application therefore uses the combined code
> from these three prototypes, with code in "Root" overriding code from
> "Guide", which in turn overrides code from "HopObject".
Ooops, I don't want to confuse you even more instead of helping...
You need to read the above paragraph in context of the page I copied
it from:
http://helma.org/docs/guide/introductions/prototypes/
The reason why Root inherits from Guide is because it was defined
that way in the Root/type.properties file, using "_extends = Guide".
Anyway, the pointers to the docs I provided below should be relevant.
Chris
> When Helma receives a request to http://localhost:8080/ it will look
> for a "main" action to handle the request. Since it will not find one
> in "Root", it will use the one defined at ./apps/welcome/code/Guide/
> main.hac. Requests pointing to a generic HopObject such as http://
> localhost:8080/first/ on the other hand will use the main action
> defined at ./apps/welcome/code/HopObject/main.hac.
>
>
> ...and here are some pointers to the relevant sections in the docs:
>
> The short introductions:
>
> http://helma.org/docs/guide/introductions/prototypes/
> http://helma.org/docs/guide/introductions/actions/
>
> And the longer treatment:
>
> http://helma.org/docs/guide/framework/#prototypes
> http://helma.org/docs/guide/framework/#renderframework
>
> Do these sections contain what you were looking for?
>
> Chris
>
>
>
>
>
>
> _______________________________________________
> Helma-user mailing list
> Helma-user at helma.org
> http://helma.org/mailman/listinfo/helma-user
More information about the Helma-user
mailing list