Hi,

It's a very good idea, but have you the source code startup.Init (
Init.java ) ?
or more examples ? Thank's

Chris


The source code for the JSTL examples includes class startup.Init to
initilialize the objects used in the examples. This allows us to mimic
the environment that would normally be used within an MVC architecture:
the Controller invokes the business logic, saves the objects required by
the web application into JSP scoped attributes (usually request), and
then invokes the proper JSP page. For the sake of this "examples"
webapp, all objects are saved in the application scope.

<listener>

<listener-class>org.apache.taglibs.standard.examples.startup.Init</listener-class>

    </listener>

Reply via email to