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 <[email protected]> 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 <[email protected]>: > > > 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ș <[email protected]> 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 <[email protected]> > > > 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 <[email protected] > > > > > 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: [email protected] > > > >> For additional commands, e-mail: [email protected] > > > >> > > > >> > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > > > > > > > -- > > Regards - Ernesto Reinaldo Barreiro > > > -- Regards - Ernesto Reinaldo Barreiro
