<?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: Vaadin and generic downloads in Portlets</title>
	<atom:link href="http://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Wed, 05 Mar 2025 13:10:49 +0100</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pierce Krouse</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-458</link>
		<dc:creator>Pierce Krouse</dc:creator>
		<pubDate>Thu, 04 Dec 2014 16:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-458</guid>
		<description>Thanks rjahn, that works with all file extensions I can throw at it for now.  I really appreciate all your help on this!</description>
		<content:encoded><![CDATA[<p>Thanks rjahn, that works with all file extensions I can throw at it for now.  I really appreciate all your help on this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-457</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Thu, 04 Dec 2014 09:44:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-457</guid>
		<description>You&#039;re right! The example source was copied from JVx VaadinUI and it has an option to show or save the content. I simply forgot to copy one method :)

I&#039;ve changed the example for you - &lt;a href=&quot;http://blog.sibvisions.com/wp-content/uploads/2014/12/VaadinJVxSet_v2.zip&quot; rel=&quot;nofollow&quot;&gt;download&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>You're right! The example source was copied from JVx VaadinUI and it has an option to show or save the content. I simply forgot to copy one method <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I've changed the example for you - <a href="http://blog.sibvisions.com/wp-content/uploads/2014/12/VaadinJVxSet_v2.zip" rel="nofollow">download</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierce Krouse</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-456</link>
		<dc:creator>Pierce Krouse</dc:creator>
		<pubDate>Wed, 03 Dec 2014 23:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-456</guid>
		<description>Wonderful example rjahn, thanks for your help!  I see how the extensions and connectors work now, and your example runs perfectly in IE, ffox and chrome.

Is there some reason that this extension would be sensitive to file types or file extensions?  The ContactsForm.xls downloads properly, but when I add a PNG file in the same location (com.example.vaadinjvxset) and duplicate the ContactsForm code to another button and listener, the download doesn&#039;t work.  There are no errors on my console, just no action in the browser for the PNG file I put in there.</description>
		<content:encoded><![CDATA[<p>Wonderful example rjahn, thanks for your help!  I see how the extensions and connectors work now, and your example runs perfectly in IE, ffox and chrome.</p>
<p>Is there some reason that this extension would be sensitive to file types or file extensions?  The ContactsForm.xls downloads properly, but when I add a PNG file in the same location (com.example.vaadinjvxset) and duplicate the ContactsForm code to another button and listener, the download doesn't work.  There are no errors on my console, just no action in the browser for the PNG file I put in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-455</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Thu, 27 Nov 2014 15:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-455</guid>
		<description>A zip archive with a complete Eclipse project and demo application is available &lt;a href=&quot;http://blog.sibvisions.com/wp-content/uploads/2014/11/VaadinJVxSet_V2.zip&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. Simply import the project and deploy it.

The application is a standard Vaadin 7.3.5 application, created with Vaadin Eclipse plugin - no magic!
The DownloaderExtension was copied from JVx.vaadin and widgetset was created with Eclipse plugin - no extra ant file.

I hope it&#039;ll help :)</description>
		<content:encoded><![CDATA[<p>A zip archive with a complete Eclipse project and demo application is available <a href="http://blog.sibvisions.com/wp-content/uploads/2014/11/VaadinJVxSet_V2.zip" rel="nofollow">here</a>. Simply import the project and deploy it.</p>
<p>The application is a standard Vaadin 7.3.5 application, created with Vaadin Eclipse plugin - no magic!<br />
The DownloaderExtension was copied from JVx.vaadin and widgetset was created with Eclipse plugin - no extra ant file.</p>
<p>I hope it'll help <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-454</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Wed, 26 Nov 2014 15:21:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-454</guid>
		<description>No problem... I&#039;ll post an update asap.</description>
		<content:encoded><![CDATA[<p>No problem... I'll post an update asap.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierce Krouse</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-453</link>
		<dc:creator>Pierce Krouse</dc:creator>
		<pubDate>Wed, 26 Nov 2014 14:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-453</guid>
		<description>Thanks rjahn, that would be very helpful!</description>
		<content:encoded><![CDATA[<p>Thanks rjahn, that would be very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-452</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Tue, 25 Nov 2014 16:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-452</guid>
		<description>I see. I&#039;ll prepare a small example project for you, tomorrow.</description>
		<content:encoded><![CDATA[<p>I see. I'll prepare a small example project for you, tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pierce Krouse</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-451</link>
		<dc:creator>Pierce Krouse</dc:creator>
		<pubDate>Tue, 25 Nov 2014 16:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-451</guid>
		<description>I think he did what I did, which is just include the source in my source tree and instantiate the object in my UIs init() method.  I am a Vaadin developer, but have only used the standard server-side components until now.  There must be some other step involved in using this that first-time widget users are not aware of. 

I say that because in your reply you mention JVx.vaadin and adding source files to my widget set, and I don&#039;t understand either of those statements.  I know my project has a .gwt.xml file that defines my (empty) widgetset, and I have added jar file references to that file with  an inherits line, but my knowledge ends there.  I will try and solve my problem by the usual google searches, but the widgetset tutorials I have found go into things like connectors and so on, and I suspect that just doesn&#039;t apply here.  I need to get my feet wet a little more slowly.</description>
		<content:encoded><![CDATA[<p>I think he did what I did, which is just include the source in my source tree and instantiate the object in my UIs init() method.  I am a Vaadin developer, but have only used the standard server-side components until now.  There must be some other step involved in using this that first-time widget users are not aware of. </p>
<p>I say that because in your reply you mention JVx.vaadin and adding source files to my widget set, and I don't understand either of those statements.  I know my project has a .gwt.xml file that defines my (empty) widgetset, and I have added jar file references to that file with  an inherits line, but my knowledge ends there.  I will try and solve my problem by the usual google searches, but the widgetset tutorials I have found go into things like connectors and so on, and I suspect that just doesn't apply here.  I need to get my feet wet a little more slowly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rjahn</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-443</link>
		<dc:creator>rjahn</dc:creator>
		<pubDate>Wed, 21 May 2014 18:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-443</guid>
		<description>Not sure what you did? Did you try to compile JVx.vaadin or did you add the source files to your own widgetset?</description>
		<content:encoded><![CDATA[<p>Not sure what you did? Did you try to compile JVx.vaadin or did you add the source files to your own widgetset?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>https://blog.sibvisions.com/2014/04/15/vaadin-and-generic-downloads-in-portlets/comment-page-1/#comment-442</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Wed, 21 May 2014 09:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2867#comment-442</guid>
		<description>Looks great, but i get this Exception:

Widgetset &#039;com.vaadin.DefaultWidgetSet&#039; does not contain implementation for com.sibvisions.rad.ui.vaadin.ext.ui.extension.DownloaderExtension. Check its component connector&#039;s @Connect mapping, ...</description>
		<content:encoded><![CDATA[<p>Looks great, but i get this Exception:</p>
<p>Widgetset 'com.vaadin.DefaultWidgetSet' does not contain implementation for com.sibvisions.rad.ui.vaadin.ext.ui.extension.DownloaderExtension. Check its component connector's @Connect mapping, ...</p>
]]></content:encoded>
	</item>
</channel>
</rss>
