<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: JSP and Wicket, sitting in a tree&#8230;</title>
	<atom:link href="http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/feed/" rel="self" type="application/rss+xml" />
	<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/</link>
	<description>Alastair Maw's small soap box.</description>
	<lastBuildDate>Thu, 10 Nov 2011 14:24:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: proxy download</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-32637</link>
		<dc:creator>proxy download</dc:creator>
		<pubDate>Thu, 10 Nov 2011 14:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-32637</guid>
		<description>&lt;strong&gt;proxy download...&lt;/strong&gt;

[...]Here Be Beasties &#187; JSP and Wicket, sitting in a tree&#8230;[...]...</description>
		<content:encoded><![CDATA[<p><strong>proxy download&#8230;</strong></p>
<p>[...]Here Be Beasties &raquo; JSP and Wicket, sitting in a tree&#8230;[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farhan</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-11346</link>
		<dc:creator>Farhan</dc:creator>
		<pubDate>Wed, 21 Jan 2009 21:24:08 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-11346</guid>
		<description>Certainly very informative post!

Though I am looking for a way to include/embed dynamic contents which are generated by a mod_plsql application, running in a different context altogether. Given the html/presentation-logic is all residing in the stored-procedures (exposed via mod_plsql gateway), copying the same inside the wicket application is not an option (at least for now). So wondering if there is yet another alternative where the contents can be included from a different context, since RequestDispatcher doesn&#039;t allow so.</description>
		<content:encoded><![CDATA[<p>Certainly very informative post!</p>
<p>Though I am looking for a way to include/embed dynamic contents which are generated by a mod_plsql application, running in a different context altogether. Given the html/presentation-logic is all residing in the stored-procedures (exposed via mod_plsql gateway), copying the same inside the wicket application is not an option (at least for now). So wondering if there is yet another alternative where the contents can be included from a different context, since RequestDispatcher doesn&#8217;t allow so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-10278</link>
		<dc:creator>Alastair</dc:creator>
		<pubDate>Sat, 13 Dec 2008 19:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-10278</guid>
		<description>Mike: You can, in theory, render Wicket pages without HTTP requests (the WicketTester code sort-of does this, for example). I seem to remember some threads on wicket-users about that, so I suggest you search the archives and post there if you have questions.</description>
		<content:encoded><![CDATA[<p>Mike: You can, in theory, render Wicket pages without HTTP requests (the WicketTester code sort-of does this, for example). I seem to remember some threads on wicket-users about that, so I suggest you search the archives and post there if you have questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-10228</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Thu, 11 Dec 2008 04:25:13 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-10228</guid>
		<description>This is a very nice article. 
We have existing reusable components that have been built using strut/JSP etc. which made me skeptical about combining it with Wicket. I&#039;m definitely gonna give it a try now.</description>
		<content:encoded><![CDATA[<p>This is a very nice article.<br />
We have existing reusable components that have been built using strut/JSP etc. which made me skeptical about combining it with Wicket. I&#8217;m definitely gonna give it a try now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-10203</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 10 Dec 2008 00:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-10203</guid>
		<description>We have a similar situation, and I am new to Wicket so Im wondering if you can tell me if the following is possible and approx. how-to?

Overview: we have a wicket page that generates some html+javascript. We want to &#039;call&#039; this from within the application. we currently use httpclient to make a http request back to our server and take the response and munge it. The overhead of the extra request is an unsatisfactory load on our servers.

Instead of using wicket internally to make a &quot;internal redirect&quot; to a JSP servlet we want to make that call to another wicket page and take the &#039;response&#039; and munge it.

An additional constraint is to call this &#039;internal redirect&#039; from anywhere in the code and not neccessarily within a http request (i.e., from a Quartz thread).

Any ideas here are appreciated, thanks
Mike</description>
		<content:encoded><![CDATA[<p>We have a similar situation, and I am new to Wicket so Im wondering if you can tell me if the following is possible and approx. how-to?</p>
<p>Overview: we have a wicket page that generates some html+javascript. We want to &#8216;call&#8217; this from within the application. we currently use httpclient to make a http request back to our server and take the response and munge it. The overhead of the extra request is an unsatisfactory load on our servers.</p>
<p>Instead of using wicket internally to make a &#8220;internal redirect&#8221; to a JSP servlet we want to make that call to another wicket page and take the &#8216;response&#8217; and munge it.</p>
<p>An additional constraint is to call this &#8216;internal redirect&#8217; from anywhere in the code and not neccessarily within a http request (i.e., from a Quartz thread).</p>
<p>Any ideas here are appreciated, thanks<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klaus</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-8931</link>
		<dc:creator>Klaus</dc:creator>
		<pubDate>Fri, 17 Oct 2008 08:22:38 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-8931</guid>
		<description>Hi,

can you explain how to user your EmbedJsp page in context with wicket child and extend? When i tried to put it in a div container, it will always rentered outside the div. It where rendered above the rest of the page. The jsp only contains : 
and rendered was this:

Apache Tomcat/5.0.25




	JSP-Page: [test.jsp] embedded in Wicket


	
		
			JSP-Page: [test.jsp] embedded in Wicket

		
		
			
		[JSP CONTENT]
	
		
	
		


</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>can you explain how to user your EmbedJsp page in context with wicket child and extend? When i tried to put it in a div container, it will always rentered outside the div. It where rendered above the rest of the page. The jsp only contains :<br />
and rendered was this:</p>
<p>Apache Tomcat/5.0.25</p>
<p>	JSP-Page: [test.jsp] embedded in Wicket</p>
<p>			JSP-Page: [test.jsp] embedded in Wicket</p>
<p>		[JSP CONTENT]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joril</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-1756</link>
		<dc:creator>Joril</dc:creator>
		<pubDate>Mon, 09 Jul 2007 16:03:45 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-1756</guid>
		<description>That&#039;s why I&#039;m trying to migrate to Wicket :D But right now we can&#039;t afford to &quot;translate&quot; our existing JSF modules to Wicket, so I was looking for a way to mix them with the new (Wicket) ones.. I managed to do it via two servlets (one for JSF and one for Wicket) and an iframe.. It&#039;s not very pretty to see, but it&#039;s straightforward..
Thanks for your article and your attention :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s why I&#8217;m trying to migrate to Wicket :D But right now we can&#8217;t afford to &#8220;translate&#8221; our existing JSF modules to Wicket, so I was looking for a way to mix them with the new (Wicket) ones.. I managed to do it via two servlets (one for JSF and one for Wicket) and an iframe.. It&#8217;s not very pretty to see, but it&#8217;s straightforward..<br />
Thanks for your article and your attention :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alastair</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-1754</link>
		<dc:creator>Alastair</dc:creator>
		<pubDate>Mon, 09 Jul 2007 09:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-1754</guid>
		<description>Possibly. But ugh, why would you want to use JSF? :-)</description>
		<content:encoded><![CDATA[<p>Possibly. But ugh, why would you want to use JSF? :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joril</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-1753</link>
		<dc:creator>Joril</dc:creator>
		<pubDate>Mon, 09 Jul 2007 09:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-1753</guid>
		<description>What about embedding Wicket within a JSF page? Do you think this technique will work?
Many thanks :)</description>
		<content:encoded><![CDATA[<p>What about embedding Wicket within a JSF page? Do you think this technique will work?<br />
Many thanks :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joed&#8217;s Stuff &#187; Blog Archive &#187; Wickedly cool</title>
		<link>http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/comment-page-1/#comment-727</link>
		<dc:creator>Joed&#8217;s Stuff &#187; Blog Archive &#187; Wickedly cool</dc:creator>
		<pubDate>Mon, 05 Mar 2007 16:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://herebebeasties.com/2007-03-01/jsp-and-wicket-sitting-in-a-tree/#comment-727</guid>
		<description>[...] I found several nice tutorials on the net such as this one as well as the Wicket tutorials. Right now I&#8217;m looking at integrating old code (JSP), and Acegi for a possible migration path [...]</description>
		<content:encoded><![CDATA[<p>[...] I found several nice tutorials on the net such as this one as well as the Wicket tutorials. Right now I&#8217;m looking at integrating old code (JSP), and Acegi for a possible migration path [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

