<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: About this blog</title>
	<atom:link href="http://springinpractice.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://springinpractice.com</link>
	<description>Willie Wheeler&#039;s Spring blog</description>
	<lastBuildDate>Tue, 17 Jan 2012 06:48:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Gator</title>
		<link>http://springinpractice.com/about/#comment-66</link>
		<dc:creator><![CDATA[Gator]]></dc:creator>
		<pubDate>Mon, 07 Dec 2009 05:34:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-66</guid>
		<description><![CDATA[Well I think I figured it out. I don&#039;t think its needed to actually embed the pdf, instead I&#039;m just embeding an html page, and then if the user decides to open as a pdf then they can do so. Embedding the html looks much cleaner anyways.

Thanks anyways.]]></description>
		<content:encoded><![CDATA[<p>Well I think I figured it out. I don&#8217;t think its needed to actually embed the pdf, instead I&#8217;m just embeding an html page, and then if the user decides to open as a pdf then they can do so. Embedding the html looks much cleaner anyways.</p>
<p>Thanks anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gator</title>
		<link>http://springinpractice.com/about/#comment-65</link>
		<dc:creator><![CDATA[Gator]]></dc:creator>
		<pubDate>Fri, 04 Dec 2009 19:25:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-65</guid>
		<description><![CDATA[Hi, 

I&#039;m tracking with MVC, and now I&#039;m trying add an embeded pdf report into the jsp after the user has pressed the submit button. 

I understand that I can&#039;t use simply because I need to open a stream:
[code]
&lt;embed width=&quot;50%&quot; height=&quot;50%&quot; src=&quot;WEB-INF/jsp/DB_template.pdf&quot; type=application/pdf /&gt;
[/code]

Do you have any experience with this. I just don&#039;t like it when I return a pdf and it opens in the entire window. I&#039;m following the book, and I&#039;m trying to do this using tiles.

Thank you very much. 

John]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;m tracking with MVC, and now I&#8217;m trying add an embeded pdf report into the jsp after the user has pressed the submit button. </p>
<p>I understand that I can&#8217;t use simply because I need to open a stream:</p>
<pre class="brush: plain;">
&lt;embed width=&quot;50%&quot; height=&quot;50%&quot; src=&quot;WEB-INF/jsp/DB_template.pdf&quot; type=application/pdf /&gt;
</pre>
<p>Do you have any experience with this. I just don&#8217;t like it when I return a pdf and it opens in the entire window. I&#8217;m following the book, and I&#8217;m trying to do this using tiles.</p>
<p>Thank you very much. </p>
<p>John</p>
]]></content:encoded>
	</item>
</channel>
</rss>

