<?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; headlessUI</title>
	<atom:link href="http://blog.sibvisions.com/tag/headlessui/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Mon, 13 Apr 2026 09:47:01 +0000</lastBuildDate>
		<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Release day - Merry Christmas</title>
		<link>https://blog.sibvisions.com/2015/12/24/release-day-merry-christmas/</link>
		<comments>https://blog.sibvisions.com/2015/12/24/release-day-merry-christmas/#comments</comments>
		<pubDate>Thu, 24 Dec 2015 08:40:26 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Release notes]]></category>
		<category><![CDATA[headlessUI]]></category>
		<category><![CDATA[JVx]]></category>
		<category><![CDATA[vaadinUI]]></category>
		<category><![CDATA[vert.x]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=5324</guid>
		<description><![CDATA[Yesterday, we've released JVx 2.4, VaadinUI 1.4, HeadlessUI 1.1 and JVx vert.x 3.0.
Headless UI and JVx vert.x are maintenance updates because of JVx changes. JVx 2.4 is a bugfix release with some new cool features and VaadinUI is a performance tuning and bugfix release.
JVx and VaadinUI are available on Maven central. The other releases are [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, we've released <strong>JVx 2.4</strong>, <strong>VaadinUI 1.4</strong>, <strong>HeadlessUI 1.1</strong> and <strong>JVx vert.x 3.0</strong>.</p>
<p>Headless UI and JVx vert.x are maintenance updates because of JVx changes. JVx 2.4 is a bugfix release with some new cool features and VaadinUI is a performance tuning and bugfix release.</p>
<p>JVx and VaadinUI are available on <a href="http://search.maven.org/#search%7Cga%7C1%7Csibvisions">Maven central</a>. The other releases are hosted on <a href="http://sourceforge.net/projects/jvx/files/?source=navbar">SourceForge</a>.</p>
<h4 style="padding-top: 15px;"><strong>What's new in JVx 2.4?</strong></h4>
<ul>
<li><strong>Thread safety</strong>
<p>DataBook (MemDataBook, RemoteDataBook) are now Thread safe. It wasn't guaranteed before 2.4.</li>
<li><a href="http://blog.sibvisions.com/2015/12/18/using-boolean-datatype-with-oracle-and-jdbc/">Support for Boolean</a> <strong>and Arrays (Oracle)</strong>
<p>JVx' OracleDBAccess supports Boolean DataTypes via JDBC calls and Arrays as well. We wrapped the functionality in our existing API and it makes no difference for you. Arrays are wrapped as List of IBeans.</li>
<li><strong>Parameter changed event in WorkScreen</strong>
<p>The WorkScreen class got a new event: eventParameterChanged. It enables notification about parameter changes.</li>
<li><strong>New AbstractFactory</strong>
<p>We introduced AbstractFactory and changed all factory implementations. With AbstractFactory, it's possible to set custom factory properties. We use this new feature for vaadin UI. With new Vaadin UI it's possible to use the old Table or the new Grid implementation. Simply set a property for that.</li>
<li><strong>API change: IFactory</strong>
<p>The invokeInThread method now returns the Thread instance.</li>
<li><a href="http://blog.sibvisions.com/2015/10/02/official-fontawesome-support-in-jvx/">FontAwesome support</a></li>
<li><a href="http://forum.sibvisions.com/viewtopic.php?f=11&#038;t=928">Automatic Record translation</a></li>
</ul>
<h4 style="padding-top: 15px;"><strong>What's new in Vaadin 1.4?</strong></h4>
<ul>
<li><strong>Based on vaadin 7.5.7</strong></li>
<li><a href="http://blog.sibvisions.com/2015/09/29/jvx-vaadinui-supports-fontawesome-and-vaadin/">FontIcon support</a></li>
<li><strong>Grid support (experimental)</strong>
<p>Set the factory property: <strong>vaadin.component.legacy_table</strong> to true (via web.xml as init parameter or as URL parameter).</li>
<li><strong>Lazy loading of LinkedCellEditor</strong>
<p>Before 1.4, all LinkedCellEditors were loaded immediate. This was a performance impact. With 1.4 this was changed and data will be loaded, when needed.</li>
<li><strong>Performance tuning</strong>
<p>The performance is now about 5 times faster than before. We improved the performance because we reduced our CssExtension and reduced the database calls. You can feel the new performance <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<h4 style="padding-top: 15px;"><strong>What's new in JVx vert.x 3.0?</strong></h4>
<p>It's based on <a href="http://vertx.io/">Vert.x 3</a> and works with JVx 2.4.<br />
(JVx vert.x is hosted on <a href="https://github.com/sibvisions/jvx.vert.x">GitHub</a>)</p>
<h4 style="padding-top: 15px;"></h4>
<p>You can find all changes in the project Changelogs.<br />
Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2015/12/24/release-day-merry-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Project news [2]</title>
		<link>https://blog.sibvisions.com/2013/10/01/project-news-2/</link>
		<comments>https://blog.sibvisions.com/2013/10/01/project-news-2/#comments</comments>
		<pubDate>Tue, 01 Oct 2013 10:00:20 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[headlessUI]]></category>
		<category><![CDATA[JVx]]></category>
		<category><![CDATA[vaadinUI]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=2455</guid>
		<description><![CDATA[This is an update of Project news.
We completely replaced our good old Java OnlineHelp (GXT version) with a new Vaadin implementation. It's based on Vaadin 7 and has some amazing new features, like full-text search. No worries, the new version supports the same file structure as our old version. The upgrade procedure is simple: Keep [...]]]></description>
			<content:encoded><![CDATA[<p>This is an update of <a href="http://blog.sibvisions.com/2013/07/19/project-news/">Project news</a>.</p>
<p>We completely replaced our good old Java OnlineHelp (GXT version) with a new Vaadin implementation. It's based on Vaadin 7 and has some amazing new features, like full-text search. No worries, the new version supports the same file structure as our old version. The upgrade procedure is simple: Keep your structure directory and delete all other files. The binaries will be available in the next days.</p>
<p>We also removed all other GXT based projects because we switched the web technology. We think vaadin is the better choice and replaced our previous webUI with vaadinUI. Of course, it's not a 1:1 replacement but the first release is awesome. We'll release the binaries next week.</p>
<p>Our old webUI project is still alive because it contains our headlessUI. This project is still important and the base of our project <a href="http://sourceforge.net/projects/jvxmobile/">JVx.mobile</a> and some other projects that don't need a UI. This project makes it possible to start a JVx application on server-side. If you create REST or SOAP services, our headlessUI might be the right choice?</p>
<p>Our <a href="http://sourceforge.net/p/jvx/code/HEAD/tree/trunk/java/vaadin">vaadinUI</a> and <a href="http://sourceforge.net/p/jvx/code/HEAD/tree/trunk/java/web">headlessUI</a> are sub projects of JVx!</p>
<p>That's all for today!</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2013/10/01/project-news-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
