I speak about : standard-examples in "Welcome to the standard-examples web application!" This web application includes a variety of sample JSP pages that showcase the JSTL tags specified within the JSR-052 Expert Group. standard taglib � implementation of the JSP Standard Tag Library
Chris > 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>
