<?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</title>
	<atom:link href="http://blog.sibvisions.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sibvisions.com</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Tue, 15 May 2012 16:15:22 +0000</lastBuildDate>
		<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>JVx EE Source Code is available</title>
		<link>http://blog.sibvisions.com/2012/05/15/jvx-ee-source-code-is-available/</link>
		<comments>http://blog.sibvisions.com/2012/05/15/jvx-ee-source-code-is-available/#comments</comments>
		<pubDate>Tue, 15 May 2012 16:15:22 +0000</pubDate>
		<dc:creator>mhandsteiner</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[JVx EE]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1468</guid>
		<description><![CDATA[ The scource code is online. Thanks to Stefan for his great work!
Check out the project page.
In the coming weeks we will finalize the documentation and build the binaries.
You find the JPA integration and a complete example application in the repository.
Have fun.
]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=JVx+EE+Source+Code+is+available+http%3A%2F%2Fbit.ly%2FKL1OFq" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/05/15/jvx-ee-source-code-is-available/"></g:plusone></div><p>The scource code is online. Thanks to Stefan for his great work!</p>
<p>Check out the <a href="https://sourceforge.net/projects/jvxee/">project page</a>.</p>
<p>In the coming weeks we will finalize the documentation and build the binaries.</p>
<p>You find the JPA integration and a complete example application in the repository.<br />
Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/05/15/jvx-ee-source-code-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JVx EE</title>
		<link>http://blog.sibvisions.com/2012/05/09/jvx-ee/</link>
		<comments>http://blog.sibvisions.com/2012/05/09/jvx-ee/#comments</comments>
		<pubDate>Wed, 09 May 2012 14:54:16 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[JVx]]></category>
		<category><![CDATA[JVx EE]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1457</guid>
		<description><![CDATA[ Our new project is created and we are preparing the source upload.







What is JVx EE?
It&#8217;s the integration of JPA 2.0 in JVx. Create professional backend software with JVx and use your domain model which is already available in your Java EE based web application. With JVx EE you can use the configured EntityManager and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=JVx+EE+http%3A%2F%2Fbit.ly%2FLcDVWG" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/05/09/jvx-ee/"></g:plusone></div><p>Our new <a href="https://sourceforge.net/projects/jvxee/">project</a> is created and we are preparing the source upload.</p>
<table border="0">
<tr>
<td>
<a href="http://blog.sibvisions.com/wp-content/uploads/2012/05/jvx_ee.png" rel="lightbox[1457]"><img src="http://blog.sibvisions.com/wp-content/uploads/2012/05/jvx_ee.png" alt="JVx EE" title="JVx EE" width="60" height="48" class="alignleft size-full wp-image-1465" /></a>
</td>
</tr>
</table>
<p><strong>What is JVx EE?</strong></p>
<p>It&#8217;s the integration of JPA 2.0 in JVx. Create professional backend software with JVx and use your domain model which is already available in your Java EE based web application. With JVx EE you can use the configured EntityManager and JPA implementation of your web application. Reuse your existing DAOs or EAOs without changes in your application.</p>
<p>With JVx EE it is possible to create a standard JVx application that is connected to your domain model, e.g.:</p>
<div class="codesnip-container" >
<div class="java codesnip" style="font-family:monospace;">JPAStorage jpaAddress <span class="sy0">=</span> <span class="kw1">new</span> JPAStorage<span class="br0">&#40;</span>Address.<span class="kw1">class</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
jpaAddress.<span class="me1">setEntityManager</span><span class="br0">&#40;</span>getEntityManager<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
jpaAddress.<span class="me1">open</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</div>
<p>or with a custom EAO</p>
<div class="codesnip-container" >
<div class="java codesnip" style="font-family:monospace;">CustomerEAO eaoCustomer <span class="sy0">=</span> <span class="kw1">new</span> CustomerEAO<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
eaoCustomer.<span class="me1">setEntityManager</span><span class="br0">&#40;</span>getEntityManager<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span></p>
<p>JPAStorage jpaCustomer <span class="sy0">=</span> <span class="kw1">new</span> JPAStorage<span class="br0">&#40;</span>Customer.<span class="kw1">class</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
jpaCustomer.<span class="me1">setEntityManager</span><span class="br0">&#40;</span>getEntityManager<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
jpaCustomer.<span class="me1">getJPAAccess</span><span class="br0">&#40;</span><span class="br0">&#41;</span>.<span class="me1">setExternalEAO</span><span class="br0">&#40;</span>eaoCustomer<span class="br0">&#41;</span><span class="sy0">;</span><br />
jpaCustomer.<span class="me1">open</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</div>
<p>Do you need a professional backend application for your existing web frontend? Use JVx and your problems are solved. You get all advantages of JavaEE in your JVx application.</p>
<p>JVx EE is licensed under Apache License 2.0.</p>
<p>Do you have any questions? Let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/05/09/jvx-ee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What does JVx stand for?</title>
		<link>http://blog.sibvisions.com/2012/05/09/what-does-jvx-stand-for/</link>
		<comments>http://blog.sibvisions.com/2012/05/09/what-does-jvx-stand-for/#comments</comments>
		<pubDate>Wed, 09 May 2012 14:01:53 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1448</guid>
		<description><![CDATA[ We were never asked what JVx means, neither on conferences nor via social media &#8211; until yesterday!
So we simply reveal the secret.
JVx stands for: Java Application extension
Why not JAx?
JAX is a well-known conference about Java, so we were a little creative and turned the A to a V.
]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=What+does+JVx+stand+for%3F+http%3A%2F%2Fbit.ly%2FICACGF" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/05/09/what-does-jvx-stand-for/"></g:plusone></div><p>We were never asked what JVx means, neither on conferences nor via social media &#8211; until yesterday!<br />
So we simply reveal the secret.</p>
<p>JVx stands for: <strong>Java Application extension</strong></p>
<p>Why not JAx?<br />
JAX is a well-known conference about Java, so we were a little creative and turned the A to a V.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/05/09/what-does-jvx-stand-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JVx nightly build reports</title>
		<link>http://blog.sibvisions.com/2012/05/06/jvx-nightly-build-reports/</link>
		<comments>http://blog.sibvisions.com/2012/05/06/jvx-nightly-build-reports/#comments</comments>
		<pubDate>Sun, 06 May 2012 21:05:13 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[CI]]></category>
		<category><![CDATA[JVx]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1443</guid>
		<description><![CDATA[ We used Hudson for nightly builds since the first day of JVx. The hudson server was an internal server, so the reports were &#8220;private&#8221;. We have never liked it!
Since 1 May are the reports now publicly available. Check it out:
https://dev.sibvisions.com/jvx.nightly/
You see the JUnit test reports, Checkstyle reports, Code Coverage reports and FindBugs reports.
And we [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=JVx+nightly+build+reports+http%3A%2F%2Fbit.ly%2FKw8OsA" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/05/06/jvx-nightly-build-reports/"></g:plusone></div><p>We used Hudson for nightly builds since the first day of JVx. The hudson server was an internal server, so the reports were &#8220;private&#8221;. We have never liked it!</p>
<p>Since 1 May are the reports now publicly available. Check it out:</p>
<p><a href="https://dev.sibvisions.com/jvx.nightly/">https://dev.sibvisions.com/jvx.nightly/</a></p>
<p>You see the JUnit test reports, Checkstyle reports, Code Coverage reports and FindBugs reports.<br />
And we now use <a href="http://jenkins-ci.org">Jenkins</a> instead of Hudson <img src='http://blog.sibvisions.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/05/06/jvx-nightly-build-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javilion plug-in 1.2.0</title>
		<link>http://blog.sibvisions.com/2012/04/28/javilion-1-2-0/</link>
		<comments>http://blog.sibvisions.com/2012/04/28/javilion-1-2-0/#comments</comments>
		<pubDate>Sat, 28 Apr 2012 20:17:07 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Javilion]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1420</guid>
		<description><![CDATA[ The current Javilion release 1.2.0 allows configuration via Preferences or Project properties. Now it is very easy to change the http port or to configure automatic reloads by file extension. With the old version, you had to change the .project file manually.
If you use the port parameter with Javeleon, no automatic reload is executed. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Javilion+plug-in+1.2.0+http%3A%2F%2Fbit.ly%2FJQzIIs" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/04/28/javilion-1-2-0/"></g:plusone></div><p>The current Javilion release 1.2.0 allows configuration via Preferences or Project properties. Now it is very easy to change the http port or to configure automatic reloads by file extension. With the old version, you had to change the .project file manually.</p>
<p>If you use the port parameter with Javeleon, no automatic reload is executed. The old Javilion plug-in sent a reload event after a java file was changed, but that was a bug. With the current version, you can configure, for which file extension you want to send a reload event.</p>
<p>The configuration is saved per project.</p>
<table>
<tr>
<td>
<div id="attachment_1421" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.sibvisions.com/wp-content/uploads/2012/04/project_properties.png" rel="lightbox[1420]"><img src="http://blog.sibvisions.com/wp-content/uploads/2012/04/project_properties-150x150.png" alt="Project properties" title="Project properties" width="150" height="150" class="size-thumbnail wp-image-1421" /></a><p class="wp-caption-text">Project properties</p></div>
</td>
<td>&nbsp;</td>
<td><br/>Open the project properties (right click on the project / Properties) and be sure that Javilion nature has been added to your project!</p>
<p>Otherwise it is not possible to change the configuration.</td>
<tr>
<td>
<div id="attachment_1423" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.sibvisions.com/wp-content/uploads/2012/04/preferences.png" rel="lightbox[1420]"><img src="http://blog.sibvisions.com/wp-content/uploads/2012/04/preferences-150x150.png" alt="Preferences" title="Preferences" width="150" height="150" class="size-thumbnail wp-image-1423" /></a><p class="wp-caption-text">Preferences</p></div></td>
<td>&nbsp;</td>
<td><br/>Open the preferences (Window / Preferences) and set the default values!</p>
<p>The default values are used when you Reset the settings in your project setup.
</td>
</tr>
</table>
<p>Have fun <img src='http://blog.sibvisions.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/04/28/javilion-1-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SIB Visions Eclipse Update Site</title>
		<link>http://blog.sibvisions.com/2012/04/18/sib-visions-eclipse-update-site/</link>
		<comments>http://blog.sibvisions.com/2012/04/18/sib-visions-eclipse-update-site/#comments</comments>
		<pubDate>Wed, 18 Apr 2012 18:31:51 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1417</guid>
		<description><![CDATA[ Use the following URL to install SIB Visions Eclipse Plug-ins:
http://eclipse.sibvisions.com/update
The above URL is the official SIB Visions Eclipse Updatesite.
]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=SIB+Visions+Eclipse+Update+Site+http%3A%2F%2Fbit.ly%2FJ4D8VM" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/04/18/sib-visions-eclipse-update-site/"></g:plusone></div><p>Use the following URL to install SIB Visions Eclipse Plug-ins:</p>
<p><a href="http://eclipse.sibvisions.com/update">http://eclipse.sibvisions.com/update</a></p>
<p>The above URL is the official SIB Visions Eclipse Updatesite.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/04/18/sib-visions-eclipse-update-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javeleon Eclipse Plugin</title>
		<link>http://blog.sibvisions.com/2012/04/15/javeleon-eclipse-plugin/</link>
		<comments>http://blog.sibvisions.com/2012/04/15/javeleon-eclipse-plugin/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 19:12:04 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Javeleon]]></category>
		<category><![CDATA[JVx]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1399</guid>
		<description><![CDATA[ If you use Javeleon for JVx applications and your preferred IDE is Eclipse, check out our new Eclipse plugin. It is the inofficial Javeleon plugin for Eclipse. The name of the plugin is Javilion Plugin. It is available on SourceForge and it is released under Apache License 2.0.
The plugin has two helpful features:

Reload Javeleon [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Javeleon+Eclipse+Plugin+http%3A%2F%2Fbit.ly%2FIDaP3U" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/04/15/javeleon-eclipse-plugin/"></g:plusone></div><p>If you use <a href="http://blog.sibvisions.com/2012/01/15/application-development-without-restarts/">Javeleon</a> for JVx applications and your preferred IDE is Eclipse, check out our new Eclipse plugin. It is the inofficial Javeleon plugin for Eclipse. The name of the plugin is <strong>Javilion Plugin</strong>. It is available on <a href="https://sourceforge.net/projects/javilionplugin/">SourceForge</a> and it is released under Apache License 2.0.</p>
<p>The plugin has two helpful features:</p>
<ul>
<li><strong>Reload Javeleon manually</strong>
<p>Simply reload Javeleon whenever you want.
</li>
<li><strong>Automatic Reload after resource file update</strong>
<p>The current Javeleon version(s) does not reload when you change a resource file like .properties, .xml, &#8230; If you enable the Javilion plugin in your Eclipse project, reload happens automatically.
</li>
</ul>
<p>If you want to use the plugin, use the following instructions, because we have not setup an updatesite right now!</p>
<ul>
<li><a href="https://sourceforge.net/projects/javilionplugin/files/latest/download">Download</a> the plugin</li>
<li>Copy the jar to the dropins or plugins directory of your Eclipse installation</li>
<li>Restart Eclipse</li>
<li>Add Javilion nature to your project: right mouse click on your project, Javilion/Add nature</li>
<li>Right click on your project to verify that Javilion is added:
<p><div id="attachment_1415" class="wp-caption alignnone" style="width: 356px"><a href="http://blog.sibvisions.com/wp-content/uploads/2012/04/javilionplugin.png" rel="lightbox[1399]"><img src="http://blog.sibvisions.com/wp-content/uploads/2012/04/javilionplugin.png" alt="Javilion Plugin" title="Javilion Plugin" width="346" height="57" class="size-full wp-image-1415" /></a><p class="wp-caption-text">Popup menu</p></div></li>
<li>Configure your application run configuration and add the port property to your javaagent, e.g.:
<p>-javaagent:D:\javeleon.jar=nbjdk=default;profile=java;port=9999</p>
<p>The port 9999 is the default setting. If you need another port, configure it in your .project file:</p>
<div class="codesnip-container" >
<div class="xml codesnip" style="font-family:monospace;"><span class="sc3"><span class="re1">&lt;buildCommand<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;name<span class="re2">&gt;</span></span></span>com.sibvisions.eclipse.javilion.JavilionBuilder<span class="sc3"><span class="re1">&lt;/name<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;arguments<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;dictionary<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;key<span class="re2">&gt;</span></span></span>port<span class="sc3"><span class="re1">&lt;/key<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;value<span class="re2">&gt;</span></span></span>1234<span class="sc3"><span class="re1">&lt;/value<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;/dictionary<span class="re2">&gt;</span></span></span><br />
&nbsp; &nbsp; <span class="sc3"><span class="re1">&lt;/arguments<span class="re2">&gt;</span></span></span><br />
<span class="sc3"><span class="re1">&lt;/buildCommand<span class="re2">&gt;</span></span></span></div>
</div>
<p>It is a little bit tricky, because we don&#8217;t have a configuration UI for the plugin right now.
</li>
</ul>
<p>If you use the plugin together with a Javeleon ReloadListener (-Djaveleon.reload.listener=app.MyListener), you feel the full power of Javeleon.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/04/15/javeleon-eclipse-plugin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Alternatives to Oracle Forms</title>
		<link>http://blog.sibvisions.com/2012/04/04/alternatives-to-oracle-forms/</link>
		<comments>http://blog.sibvisions.com/2012/04/04/alternatives-to-oracle-forms/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 09:54:17 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Media]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1395</guid>
		<description><![CDATA[ If you are interested in alternatives to Oracle Forms, come and talk with us. We speak about &#8220;Advantages of Forms and Java combined&#8221; at the AOUG Expert meeting on 25th Mai.
We show you step by step how you can create Java solutions as easy as with Oracle Forms. Or better, faster as with Oracle [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=Alternatives+to+Oracle+Forms+http%3A%2F%2Fbit.ly%2FHgwegD" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/04/04/alternatives-to-oracle-forms/"></g:plusone></div><p>If you are interested in alternatives to Oracle Forms, come and talk with us. We speak about &#8220;<strong>Advantages of Forms and Java combined</strong>&#8221; at the AOUG Expert meeting on 25th Mai.</p>
<p>We show you <strong>step by step</strong> how you can <strong>create Java solutions</strong> as easy as with Oracle Forms. Or better, <strong>faster as with Oracle Forms</strong>.</p>
<p>It is an event, organized from the <a href="http://www.aoug.at">Austrian Oracle User Group</a>. There are several talks about the main topic. <em>The talks are in German</em>.</p>
<p><a href="http://www.aoug.at/Event/220">Read more</a> about the event.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/04/04/alternatives-to-oracle-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX 1.1.1 is released</title>
		<link>http://blog.sibvisions.com/2012/04/03/visionx-1-1-1-is-released/</link>
		<comments>http://blog.sibvisions.com/2012/04/03/visionx-1-1-1-is-released/#comments</comments>
		<pubDate>Tue, 03 Apr 2012 06:46:10 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1386</guid>
		<description><![CDATA[ We released VisionX 1.1.1 as little Thank you to our customers. Thanks for the great Feedback and for all the compliments!
The new release contains many improvements and solves some ugly problems.
The details

Application reload in Browsers
It is not necessary to clear the Java or Browser cache. The application now reloads automatically.
Data export
The simple export of [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=VisionX+1.1.1+is+released+http%3A%2F%2Fbit.ly%2FHFct4y" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/04/03/visionx-1-1-1-is-released/"></g:plusone></div><p>We released VisionX 1.1.1 as little Thank you to our customers. Thanks for the great Feedback and for all the compliments!</p>
<p>The new release contains many improvements and solves some ugly problems.</p>
<p><strong>The details</strong></p>
<ul>
<li><strong>Application reload in Browsers</strong>
<p>It is not necessary to clear the Java or Browser cache. The application now reloads automatically.</li>
<li><strong>Data export</strong>
<p>The simple export of records now creates valid CSV files. Simply open it with Excel or other Office suites.</li>
<li><strong>Install the database without freeze</strong>
<p>VisionX had a problem with opened database connections, because the installation waits until all resources are freed. In the current release, VisionX closes all opened connections during installation. The database installation now runs smoothly.</li>
<li><strong>Translation update</strong>
<p>We updated the English translation.</li>
<li><strong>Tomcat Settings</strong>
<p>If you reused a Tomcat setting, the port is set to 80. Now the stored port is used.</li>
<li><strong>User Management</strong>
<p>Now it is possible to customize the User Management screen.</li>
<li><strong>Form screen validation</strong>
<p>If you close a form screen but not all required fields are filled, you get only one information dialog.</li>
<li><strong>Default table sort</strong>
<p>If you sort a table with different columns and different sort orders, it is saved now.</li>
<li><strong>Edit data table</strong>
<p>We found a potential freeze during screen update and changed the display of the data type.</li>
<li><strong>Action editor</strong>
<p>A value change command does not create a new insert command anymore.</li>
</ul>
<p>Have fun with this fantastic release.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/04/03/visionx-1-1-1-is-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JVx 1.1 beta1 is available</title>
		<link>http://blog.sibvisions.com/2012/04/02/jvx-1-1-beta1-is-available/</link>
		<comments>http://blog.sibvisions.com/2012/04/02/jvx-1-1-beta1-is-available/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 15:18:16 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JVx]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=1378</guid>
		<description><![CDATA[ It is available from the project page.





What&#8217;s different?
This beta release is an update release and contains not a lot of new features.

CSV Export uses client locale
Before 1.1, we used a semicolon &#8220;;&#8221; as separator. Now we use a locale specific separator. This solves country specific data export problems.
Modal Internal Frames on MacOSX
We solved the [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetthis" style="text-align:left;"><p> <a target="_blank" rel="nofollow" class="tt" href="http://twitter.com/home/?status=JVx+1.1+beta1+is+available+http%3A%2F%2Fbit.ly%2FHaKGGy" title="Post to Twitter"><img class="nothumb" src="http://blog.sibvisions.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter5.png" alt="Post to Twitter" /></a></p></div><div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px; margin-top: 4px;"><g:plusone size="medium" count="1" href="http://blog.sibvisions.com/2012/04/02/jvx-1-1-beta1-is-available/"></g:plusone></div><p>It is available from the <a href="http://sourceforge.net/projects/jvx/">project page</a>.</p>
<table>
<tr>
<td style="height: 5px;"></td>
</tr>
</table>
<p><strong>What&#8217;s different?</strong></p>
<p>This beta release is an update release and contains not a lot of new features.</p>
<ul>
<li><strong>CSV Export uses client locale</strong>
<p>Before 1.1, we used a semicolon &#8220;;&#8221; as separator. Now we use a locale specific separator. This solves country specific data export problems.</li>
<li><strong>Modal Internal Frames on MacOSX</strong>
<p>We solved the problem with resizable modal internal frames on MacOSX. Now the resizebox is always visible.</li>
<li><strong>UITable readonly</strong>
<p>Now it is possible to set an UITable readonly independent of the IDataBook.</li>
<li><strong>API changes</strong>
<p>We reverted the <a href="http://blog.sibvisions.com/2011/12/17/mysql-and-postgresql-enumset-support/">API change</a>, made in JVx 1.0, because the implementation was not very clever. Now it is possible to extend the DBStorage and have full database independent support. In JVx 1.0 you had to extend the default DBStorage and the specific MySqlDBStorage and the specific PostgreSqlDBStorage&#8230;. was not very developer friendly. With JVx 1.1 you have the same features but without development overhead.</p>
<p>Old:</p>
<div class="codesnip-container" >
<div class="java codesnip" style="font-family:monospace;">DBStorage dbs <span class="sy0">=</span> getDBAccess<span class="br0">&#40;</span><span class="br0">&#41;</span>.<span class="me1">createStorage</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
dbs.<span class="me1">open</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</div>
<p>New:</p>
<div class="codesnip-container" >
<div class="java codesnip" style="font-family:monospace;">DBStorage dbs <span class="sy0">=</span> <span class="kw1">new</span> DBStorage<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
dbs.<span class="me1">setDBAccess</span><span class="br0">&#40;</span>getDBAccess<span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span><span class="sy0">;</span><br />
dbs.<span class="me1">open</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="sy0">;</span></div>
</div>
</li>
</ul>
<table>
<tr>
<td style="height: 5px;"></td>
</tr>
</table>
<p>Check the <a href="http://sourceforge.net/projects/jvx/files/JVx%20%2B%20SwingUI/1.1%20beta1/README_changes_v1_0_to_v1_1(beta1).txt/view">Changelog</a> for a complete list, and use our <a href="http://forum.sibvisions.com">Forum</a> to talk with us <img src='http://blog.sibvisions.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sibvisions.com/2012/04/02/jvx-1-1-beta1-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

