and if you want to test that panel/page in a browser you just have to
mount/visit it as it will be not be different form other pages on your
application.


On Tue, May 20, 2014 at 8:47 AM, Martin Grigorov <mgrigo...@apache.org>wrote:

> and also can eat all your http threads and may lead to deadlock because (in
> the worst case) every normal request to your app will create an inner
> request to the same web container
>
> Martin Grigorov
> Wicket Training and Consulting
>
>
> On Tue, May 20, 2014 at 9:44 AM, Ernesto Reinaldo Barreiro <
> reier...@gmail.com> wrote:
>
> > That's a possibility but it introduces another level on indirection and
> > might slow down generation.
> >
> >
> > On Tue, May 20, 2014 at 8:18 AM, Kees van Dieren <i...@squins.com>
> wrote:
> >
> > > Is it an option to use  an http client library to call your own webapp
> /
> > > wicket page, fetch contents? Also makes it easier to test it in the
> > > browser.
> > >
> > > Best regards / Met vriendelijke groet,
> > >
> > > Kees van Dieren
> > > Squins IT Solutions BV
> > > Oranjestraat 30
> > > 2983 HS Ridderkerk
> > > The Netherlands
> > > Mobile: +31 (0)6 30413841
> > > www.squins.com
> > > Chamber of commerce Rotterdam: 24435103
> > >
> > >
> > > 2014-05-20 7:06 GMT+02:00 Ernesto Reinaldo Barreiro <
> reier...@gmail.com
> > >:
> > >
> > > > The question is: why introduce another template engine to generate
> HTML
> > > if
> > > > you already have a wonderful one in place? You are not making your
> task
> > > > depend on wicket you are rolling out a task that uses wicket to
> > generate
> > > > HTML. This is not going to be different if you use velocity as you
> > > > suggested before: you just replace wicket by velocity.
> > > >
> > > >
> > > > On Tue, May 20, 2014 at 5:40 AM, Paul Borș <p...@bors.ws> wrote:
> > > >
> > > > > I'm not sure you want to have you scheduled task/alerts depend on
> > > Wicket.
> > > > > They should be stand alone services in In their own processes IMOP.
> > > > >
> > > > > Have a great day,
> > > > >     Paul Bors
> > > > >
> > > > > > On May 19, 2014, at 7:42 AM, Martin Grigorov <
> mgrigo...@apache.org
> > >
> > > > > wrote:
> > > > > >
> > > > > > See
> > > > > >
> > > > >
> > > >
> > >
> >
> https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/core/util/string/ComponentRenderer.java#L46for
> > > > > > inspiration.
> > > > > >
> > > > > > Martin Grigorov
> > > > > > Wicket Training and Consulting
> > > > > >
> > > > > >
> > > > > >> On Mon, May 19, 2014 at 2:30 PM, Sandor Feher <
> > sfe...@bluesystem.hu
> > > >
> > > > > wrote:
> > > > > >>
> > > > > >> Ok. Let's say I get the reference. How can I render the page
> then
> > ?
> > > > > >> Where should I put it ?
> > > > > >>
> > > > > >>
> > > > > >>
> > > > > >> --
> > > > > >> View this message in context:
> > > > > >>
> > > > >
> > > >
> > >
> >
> http://apache-wicket.1842946.n4.nabble.com/Page-rendering-from-quartz-job-tp4665860p4665933.html
> > > > > >> Sent from the Users forum mailing list archive at Nabble.com.
> > > > > >>
> > > > > >>
> > > ---------------------------------------------------------------------
> > > > > >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > > > >> For additional commands, e-mail: users-h...@wicket.apache.org
> > > > > >>
> > > > > >>
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> > > > > For additional commands, e-mail: users-h...@wicket.apache.org
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Regards - Ernesto Reinaldo Barreiro
> > > >
> > >
> >
> >
> >
> > --
> > Regards - Ernesto Reinaldo Barreiro
> >
>



-- 
Regards - Ernesto Reinaldo Barreiro

Reply via email to