I'll fix the spring examples today Juergen
On Thu, 20 Jan 2005 01:14:50 -0800, Jonathan Locke <[EMAIL PROTECTED]> wrote: > > examples work for me now... > > except spring stuff may be broken... > > maybe i will integrate this into core tomorrow? (if i know enough > spring yet...) > > Jonathan Locke wrote: > > > fading fast over here juergen > > if you want to IM me, i'm muppetboy3 on yahoo IM > > > > Jonathan Locke wrote: > > > >> > >> oh my... i should stop assuming that the junit tests are sufficient > >> to detect runtime problems like this. > >> i'll try to fix... hangon... > >> > >> Juergen Donnerstag wrote: > >> > >>> I not sure, but is HttpServlet.getInitParameter() already available in > >>> the constructor? Jetty throws a NPE. I'd assume it has to go into > >>> init(). > >>> > >>> Juergen > >>> > >>> > >>> On Thu, 20 Jan 2005 00:54:44 -0800, Jonathan Locke > >>> <[EMAIL PROTECTED]> wrote: > >>> > >>> > >>>> just checked in WicketServlet javadoc, which is final. let me know if > >>>> you have any more questions. > >>>> i should be up for about 15 more minutes! ;-) > >>>> > >>>> Juergen Donnerstag wrote: > >>>> > >>>> > >>>> > >>>>> Jon, > >>>>> > >>>>> can you help me with the new WicketServlet please. What I figured out > >>>>> from the code: > >>>> > >>>> > >>>> > >>>> > >>>>> a) WicketServlet is abstract. Thus I guess every application has to > >>>>> subclass it. But I don't see which method must be provided by the > >>>>> subclass. > >>>>> > >>>>> b) WicketServlet constructor expects a web.xml init-param with the > >>>>> WebApplication class. Thus each application must provide at least a > >>>>> WicketServler subclass and a WebApplication subclass. Though the > >>>>> latter is probably not true. I guess you can provide > >>>>> WebApplication as > >>>>> init-param as well. Would it makes sense to make the init-param > >>>>> optional than? > >>>>> > >>>>> c) I guess most applications will define some application settings > >>>>> (POLL_FREQUENCY etc.). I assume MyApplication constructor is still > >>>>> the > >>>>> right place to do it. Correct? > >>>>> > >>>>> Juergen > >>>>> > >>>>> > >>>>> ------------------------------------------------------- > >>>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > >>>>> Reporting > >>>>> Tool for open source databases. Create drag-&-drop reports. Save time > >>>>> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, > >>>>> etc. > >>>>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl > >>>>> _______________________________________________ > >>>>> Wicket-develop mailing list > >>>>> [email protected] > >>>>> https://lists.sourceforge.net/lists/listinfo/wicket-develop > >>>>> > >>>>> > >>>>> > >>>>> > >>>> > >>>> > >>>> ------------------------------------------------------- > >>>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive > >>>> Reporting > >>>> Tool for open source databases. Create drag-&-drop reports. Save time > >>>> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > >>>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl > >>>> _______________________________________________ > >>>> Wicket-develop mailing list > >>>> [email protected] > >>>> https://lists.sourceforge.net/lists/listinfo/wicket-develop > >>>> > >>>> > >>> > >>> > >>> > >>> > >>> ------------------------------------------------------- > >>> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > >>> Tool for open source databases. Create drag-&-drop reports. Save time > >>> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > >>> Download a FREE copy at http://www.intelliview.com/go/osdn_nl > >>> _______________________________________________ > >>> Wicket-develop mailing list > >>> [email protected] > >>> https://lists.sourceforge.net/lists/listinfo/wicket-develop > >>> > >>> > >>> > >> > >> > >> ------------------------------------------------------- > >> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > >> Tool for open source databases. Create drag-&-drop reports. Save time > >> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > >> Download a FREE copy at http://www.intelliview.com/go/osdn_nl > >> _______________________________________________ > >> Wicket-develop mailing list > >> [email protected] > >> https://lists.sourceforge.net/lists/listinfo/wicket-develop > >> > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > > Tool for open source databases. Create drag-&-drop reports. Save time > > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting > Tool for open source databases. Create drag-&-drop reports. Save time > by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. > Download a FREE copy at http://www.intelliview.com/go/osdn_nl > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
