[Seaside] lakeshore.sourceforge.net

Romain Robbes romain.robbes at lu.unisi.ch
Fri Oct 29 10:21:26 CEST 2004


Looking at the web page, it seems that you forgot this tiny part ;-) :



        <web-app>
                 <description>Hello Lakeshore</description>

                 <servlet>
                   <servlet-name>Hello</servlet-name>
                   
<servlet-class>com.missiondata.oss.lakeshore.Dispatcher</servlet-class>
                   <init-param>
                     <param-name>application</param-name>
                     <param-value>example.hello.Main</param-value>
                   </init-param>
                 </servlet>

                 <servlet-mapping>
                   <servlet-name>Hello</servlet-name>
                   <url-pattern>/hello</url-pattern>
                 </servlet-mapping>
               </web-app>



On Oct 28, 2004, at 11:45 PM, Avi Bryant wrote:

> Heh:
>
> public class Main extends Component
> {
>       public void renderContentOn(Renderer r)
>       {
>             r.text("Hello World");
>        }
> }
>
> 'Nuff said.
>
> Avi
>
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/listinfo/seaside
>



More information about the Seaside mailing list