<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog @ SIB Visions &#187; Twitter</title>
	<atom:link href="http://blog.sibvisions.com/tag/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Mon, 30 Mar 2026 11:14:36 +0000</lastBuildDate>
		<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter Storage in action</title>
		<link>https://blog.sibvisions.com/2014/06/10/twitter-storage-in-action/</link>
		<comments>https://blog.sibvisions.com/2014/06/10/twitter-storage-in-action/#comments</comments>
		<pubDate>Tue, 10 Jun 2014 10:14:21 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JVx]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2981</guid>
		<description><![CDATA[We re-activated our Twitter storage for Packung! 2014. The old implementation was based on twitter4j 2.1.7 and since Twitter API changes, our implementation stopped to work. After a library update to twitter4j 4.0.1 and some smaller changes, everything is fine again.
The storage in action:
The storage extends the standard AbstractMemStorage of JVx.
]]></description>
			<content:encoded><![CDATA[<p>We re-activated our Twitter storage for <a href="http://blog.sibvisions.com/2014/06/10/tippspiel-fur-wm2014-los-gehts/">Packung! 2014</a>. The old implementation was based on twitter4j 2.1.7 and since Twitter API changes, our implementation stopped to work. After a library update to twitter4j 4.0.1 and some smaller changes, everything is fine again.</p>
<p>The storage in action:</p>
<div id="attachment_2982" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.sibvisions.com/wp-content/uploads/2014/06/twitter_storage.png" rel="lightbox[2981]"><img src="http://blog.sibvisions.com/wp-content/uploads/2014/06/twitter_storage-300x282.png" alt="Twitter Storage implementation" title="twitter_storage" width="300" height="282" class="size-medium wp-image-2982" /></a><p class="wp-caption-text">Twitter Storage implementation</p></div>
<p>The storage extends the standard AbstractMemStorage of JVx.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2014/06/10/twitter-storage-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JVx reads Twitter</title>
		<link>https://blog.sibvisions.com/2010/11/27/jvx-reads-twitter/</link>
		<comments>https://blog.sibvisions.com/2010/11/27/jvx-reads-twitter/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 17:38:56 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[JVx]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=610</guid>
		<description><![CDATA[We have a lot of useful features in JVx. It is very easy to develop multi tier applications, two tier applications or simple desktop applications - started as RIA, Web or Standalone application.
Every tier is technology independent and does not require third party frameworks. We can use every useful framework to create business logic. 
But [...]]]></description>
			<content:encoded><![CDATA[<p>We have a lot of <strong>useful features in JVx</strong>. It is very easy to develop multi tier applications, two tier applications or simple desktop applications - started as <strong>RIA</strong>, <strong>Web or Standalone application</strong>.<br />
Every tier is <strong>technology independent</strong> and does not require third party frameworks. We can use every useful framework to create business logic. </p>
<p>But we don't have a lot of connectors out-of-the box (at the moment). There are a lot of technologies out there, e.g. NOSQL, Cloud services, Facebook, Twitter, YouTube, REST, ...</p>
<p>Not all technologies are useful for business apllications, but it is a lot of fun to work with new technologies <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>We spent some hours to develop a simple Twitter client (rather a connector) to read/delete/insert Tweets. The result can be seen here:</p>
<div id="attachment_624" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.sibvisions.com/wp-content/uploads/2010/11/jvx_twitter1.png" rel="lightbox[610]"><img src="http://blog.sibvisions.com/wp-content/uploads/2010/11/jvx_twitter1-300x205.png" alt="Twitter client with JVx" width="300" height="205" class="size-medium wp-image-624" /></a><p class="wp-caption-text">Twitter client with JVx</p></div>
<p><strong>What we did?</strong></p>
<ul>
<li>Created a <strong>new Storage</strong>, called TwitterStorage</li>
<li><strong>extended AbstractMemStorage</strong></li>
<li>Implemented loadData, insert, delete and getRowDefinition</li>
<li>used <a href="http://twitter4j.org">twitter4j</a></li>
</ul>
<p>After 290 lines of code we were finished. The <strong>standard RemoteDataBook works perfect</strong> with the new Storage (full support for filtering, sorting, master-detail relations).</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2010/11/27/jvx-reads-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
