<?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; VisionX</title>
	<atom:link href="http://blog.sibvisions.com/tag/visionx/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Tue, 15 Sep 2026 12:28:18 +0000</lastBuildDate>
		<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Low-Code for Java Pros</title>
		<link>https://blog.sibvisions.com/2026/09/15/low-code-for-java-pros/</link>
		<comments>https://blog.sibvisions.com/2026/09/15/low-code-for-java-pros/#comments</comments>
		<pubDate>Tue, 15 Sep 2026 12:28:18 +0000</pubDate>
		<dc:creator>rhoermann</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[Low-Code]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9696</guid>
		<description><![CDATA[
Why the Combination of Desktop Tools and Flexible Deployments Works
in the Enterprise Space

In software development, two different worlds often clash: On one side are slow, complicated enterprise processes; on the other, modern cloud tools promise fast results, but quickly fail when facing complex business needs.
Particularly for Java developers and IT teams in the mid-market, the [...]]]></description>
			<content:encoded><![CDATA[<p><center>
<div style="padding-top: 15px; padding-bottom: 25px;"><strong style="font-size: 16px;">Why the Combination of Desktop Tools and Flexible Deployments Works<br />
in the Enterprise Space</strong></div>
<p></center></p>
<p>In software development, two different worlds often clash: On one side are slow, complicated enterprise processes; on the other, modern cloud tools promise fast results, but quickly fail when facing complex business needs.</p>
<p>Particularly for Java developers and IT teams in the mid-market, the question arises: How can development time be drastically shortened without losing control over architecture, security, and the actual Java code?</p>
<p>A look at an alternative approach shows what a bridge between visual development, a robust Java basis, and flexible infrastructure can look like.</p>
<hr style="margin: 0; border: 0;">
<h3>1. Why a Desktop GUI Designer Makes Sense in Professional Environments</h3>
<p>While the trend in the no-code sector points almost exclusively to purely browser-based interfaces, professional software development offers weighty reasons for a different approach. A local, native desktop designer brings specific characteristics:</p>
<ul>
<li><strong>High Performance Without Browser Limits:</strong> Complex, data-intensive enterprise masks can be edited fluidly in a desktop application without performance drops caused by latencies or browser RAM limits.</li>
<li><strong>Full Offline Capability:</strong> Developers can work undisturbed regardless of a stable internet connection - whether on a train or in secure environments.</li>
<li><strong>Full Control:</strong> The code remains locally accessible and can be seamlessly linked with familiar IDEs like IntelliJ or Eclipse, rather than gathering dust in a pure cloud sandbox.</li>
</ul>
<h3>2. The Java Basis: Full Control and Direct Code Access</h3>
<p>Classic low-code platforms often work with rigid generators or hidden black boxes where code must be laboriously exported to make adjustments. Here, it works differently:</p>
<ul>
<li><strong>Real Code as a Living Basis:</strong> There is no separate export step. The platform works directly on the actual Java code, which is changed and adapted live.</li>
<li><strong>The Strength of the Java World:</strong> Instead of proprietary scripting languages, mature Java technologies are used. Existing libraries, frameworks, and internal corporate Java components can be easily integrated and controlled directly within the code workflow.</li>
</ul>
<h3>3. One Backend, Three Frontends: React, Flutter, and Vaadin</h3>
<p>Projects today demand flexibility: Sometimes a modern web application is needed, other times a native mobile app for field staff, or a classic enterprise mask.</p>
<ul>
<li><strong>Centralized Logic:</strong> Business logic and data structures are defined once in Java.</li>
<li><strong>Multichannel Output:</strong> From this, the system seamlessly serves modern <strong>React</strong> web interfaces, native <strong>Flutter</strong> apps, or proven <strong>Vaadin</strong> views.</li>
</ul>
<p>This eliminates the need to build a completely separate development team for every single device type.</p>
<h3>4. Flexible Deployments: From Docker to Classical Application Servers</h3>
<p>Corporate landscapes are heterogeneous. While some companies consistently rely on containers, many established institutions have successfully worked with proven infrastructures for years.</p>
<ul>
<li><strong>Freedom of Choice in Hosting:</strong> The platform is not tied to a mandatory Docker environment. It can be operated either via modern Docker containers (cloud or private cloud) <strong>or</strong> deployed seamlessly on classical enterprise application servers within existing data center architectures.</li>
<li><strong>Maximum Compatibility:</strong> This allows the software to fit smoothly into the already existing system landscape without requiring existing operating concepts to be overhauled.</li>
</ul>
<hr style="margin: 0; border: 0;">
<h3>Conclusion</h3>
<p>There is no single way to build software. Whether browser or desktop, low-code or hard-code, Docker or application server - what matters is that the architecture fits the use case. Combining the robustness and openness of directly modifiable Java code with the speed of visual design tools and flexible deployment options creates a pragmatic alternative for demanding enterprise software.</p>
<hr style="margin: 0; border: 0;">
<p>We make all of this possible with <a href="https://visionx.sibvisions.com">VisionX</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/09/15/low-code-for-java-pros/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX with Neon</title>
		<link>https://blog.sibvisions.com/2026/09/14/visionx-with-neon/</link>
		<comments>https://blog.sibvisions.com/2026/09/14/visionx-with-neon/#comments</comments>
		<pubDate>Mon, 14 Sep 2026 09:46:33 +0000</pubDate>
		<dc:creator>rhoermann</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Neon]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9656</guid>
		<description><![CDATA[In modern software development, low-code and rapid-application-development platforms often face a critical architectural choice: how to maintain exceptional speed in creating user interfaces and business workflows without encountering severe bottlenecks in database infrastructure and scalability.
This exact intersection is where VisionX excels. As a platform that combines rapid visual development with full Java compatibility and open [...]]]></description>
			<content:encoded><![CDATA[<p>In modern software development, low-code and rapid-application-development platforms often face a critical architectural choice: how to maintain exceptional speed in creating user interfaces and business workflows without encountering severe bottlenecks in database infrastructure and scalability.</p>
<p>This exact intersection is where <strong><a href="https://visionx.sibvisions.com">VisionX</a></strong> excels. As a platform that combines rapid visual development with full Java compatibility and open standards, VisionX benefits immensely from modern, cloud-native database architectures like <strong><a href="https://www.neon.com">Neon</a></strong>.</p>
<hr style="margin: 0; border: 0;">
<h3>Why Database Infrastructure Matters for VisionX</h3>
<p>VisionX empowers development teams and enterprise architects to design business applications, data models, and complex integrations visually while seamlessly generating clean, maintainable code underneath. By default, VisionX relies on proven relational database systems, with PostgreSQL serving as one of its primary production standards.</p>
<p>However, to fully capitalize on the agility that VisionX delivers, the underlying database environment must keep pace. Integrating Neon as the PostgreSQL database layer resolves traditional administrative hurdles and provides concrete operational advantages directly within the VisionX development lifecycle.</p>
<h4 style="margin-top: 25px">1. Seamless Prototyping &#038; Instant Environment Branching</h4>
<p>In VisionX, data models, business logic (Actions), and visual UI components are developed hand in hand. When features are updated or relational structures are refactored, testing requires reliable, isolated data environments.</p>
<ul>
<li><strong>The VisionX Advantage:</strong> Neon's Copy-on-Write <em>Database Branching</em> allows instant cloning of PostgreSQL databases via API within milliseconds. Prior to deploying schema changes or testing new VisionX workflows, developers can branch the production database state. Teams test new VisionX applications against realistic data structures without risk to production or time-consuming manual database dump/restore cycles.</li>
</ul>
<h4 style="margin-top: 25px">2. Resource Efficiency Across Multi-App Portfolios</h4>
<p>Enterprises frequently use VisionX to build vast portfolios of specialized internal tools, operational dashboards, and micro-applications. Operating dedicated, always-on database instances for every minor utility quickly drives up operational costs.</p>
<ul>
<li><strong>The VisionX Advantage:</strong> Thanks to Neon's <em>Scale-to-Zero</em> compute capability, databases for rarely accessed or off-hours VisionX applications automatically suspend when inactive. The moment a user accesses the VisionX frontend, the database compute instance resumes within milliseconds. This enables organizations to host dozens of specialized VisionX utilities at minimal infrastructure cost.</li>
</ul>
<h4 style="margin-top: 25px">3. Resilience Under Peak Load &#038; Serverless Patterns</h4>
<p>VisionX applications process high-throughput data operations and expose automated REST interfaces. During heavy concurrent user access or automated batch processing, legacy PostgreSQL configurations often face connection exhaustion.</p>
<ul>
<li><strong>The VisionX Advantage:</strong> Neon's built-in connection pooling handles spikey, concurrent query flows from VisionX smoothly. The application maintains predictable performance and connection stability without requiring complex external proxy management.</li>
</ul>
<hr style="margin: 0; border: 0;">
<h3 style="margin-bottom: 20px;">Architecture Overview: VisionX + Neon</h3>
<p><center></p>
<pre>
<div class="codesnip-container" >+-------------------------------------------------------+
|                   VisionX Platform                    |
|  (Visual Designer, UI Components, Actions, REST API)  |
+-------------------------------------------------------+
|
(Standard JDBC / PostgreSQL)
|
+-------------------------------------------------------+
|                         Neon                          |
|  * Copy-on-Write Branching (Instant Test Databases)   |
|  * Auto-Scaling &#038; Scale-to-Zero (Cost Optimization)   |
|  * Built-in Connection Pooling (PgBouncer-level)      |
+-------------------------------------------------------+</div>
</pre>
<p></center></p>
<hr style="margin: 0; border: 0;">
<h3>Key Benefits for Engineering Teams</h3>
<p>Integrating Neon reinforces core VisionX principles: <strong>uncompromised speed, enterprise stability, and zero vendor lock-in</strong>.</p>
<ul>
<li><strong>Zero Infrastructure Overhead:</strong> Engineers stay focused on modeling business logic and UI layouts in VisionX rather than provisioning and managing physical database instances.</li>
<li><strong>Accelerated CI/CD Pipelines:</strong> Automated deployment pipelines for version-controlled VisionX projects pair naturally with instant database branching.</li>
<li><strong>Full Native Standard Compatibility:</strong> Because Neon delivers 100% PostgreSQL compatibility, VisionX connects using standard JDBC drivers and standard SQL queries without requiring custom drivers or proprietary connectors.</li>
</ul>
<hr style="margin: 0; border: 0;">
<h3>Conclusion</h3>
<p>For organizations engineering enterprise solutions with VisionX, Neon offers an ideal PostgreSQL foundation. By eliminating operational friction around provisioning, branching, and scaling relational databases, the combination ensures that database management remains as agile, flexible, and efficient as VisionX itself.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/09/14/visionx-with-neon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX with Supabase</title>
		<link>https://blog.sibvisions.com/2026/09/10/visionx-with-supabase/</link>
		<comments>https://blog.sibvisions.com/2026/09/10/visionx-with-supabase/#comments</comments>
		<pubDate>Thu, 10 Sep 2026 14:50:18 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Supabase]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9644</guid>
		<description><![CDATA[We are always looking for good solutions that can be used together with VisionX. A product like Supabase is definitely one of them.
Supabase is an open-source alternative to Firebase. It is a Backend-as-a-Service (BaaS) that provides developers with all the necessary backend functionalities to quickly build modern web and mobile applications without having to manually [...]]]></description>
			<content:encoded><![CDATA[<p>We are always looking for good solutions that can be used together with <a href="http://visionx.sibvisions.com">VisionX</a>. A product like <a href="https://www.supabase.com">Supabase</a> is definitely one of them.</p>
<p>Supabase is an open-source alternative to Firebase. It is a <strong>Backend-as-a-Service (BaaS)</strong> that provides developers with all the necessary backend functionalities to quickly build modern web and mobile applications without having to manually manage servers.</p>
<p><strong>Key Features</strong></p>
<ul>
<li>PostgreSQL Database</li>
<li>Authentication</li>
<li>Real-time Updates</li>
<li>Auto-generated APIs</li>
<li>Storage</li>
<li>Edge Functions</li>
</ul>
<p>You can find the <a href="https://github.com/supabase/supabase">source code on GitHub</a>, and the Docker-Compose files are also ready to go.</p>
<p>However, we tried the online version and simply registered for the Free Plan. The registration is very easy, and you are ready to go in 2 minutes. After registration, you simply create a new application with VisionX and connect it to the database using a custom data source.</p>
<p>The most complicated part was finding the URL. In our case:</p>
<div id="attachment_9645" class="wp-caption aligncenter nomargin" style="width: 310px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/09/supabase_connect.png" rel="lightbox[9644]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/09/supabase_connect-300x203.png" alt="Supabase connection" title="Supabase connection" width="300" height="203" class="size-medium wp-image-9645" /></a><p class="wp-caption-text">Supabase connection</p></div>
<p>After the Supabase connection was configured, VisionX could be used as usual. We created a person mask for entering first name, last name, date of birth, and description. This was a simple test mask without any complex logic.</p>
<p>We then tested the features of the Supabase interface (creating new columns, modifying data, creating data models, REST API) and found no problems. Supabase is a practical solution, especially for VisionX applications.</p>
<p>The only thing that could be improved is the table editor, because when editing a column, you have to keep the focus on the editor before pressing ENTER to save; otherwise, the original value is saved. However, this might actually be intended <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course, we could also install it as a web application as usual:</p>
<div id="attachment_9646" class="wp-caption aligncenter nomargin" style="width: 310px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/09/visionx_screen.png" rel="lightbox[9644]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/09/visionx_screen-300x216.png" alt="VisionX screen" title="visionx_screen" width="300" height="216" class="size-medium wp-image-9646" /></a><p class="wp-caption-text">VisionX application</p></div>
<p>We spent about 60 minutes with Supabase and were able to utilize all features of VisionX fully. The logging features and statistics provided by Supabase are particularly handy.</p>
<p>Our conclusion: <strong>VisionX and Supabase are a match!</strong></p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/09/10/visionx-with-supabase/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX 6.6 has landed!</title>
		<link>https://blog.sibvisions.com/2026/07/22/visionx-6-6-has-landed/</link>
		<comments>https://blog.sibvisions.com/2026/07/22/visionx-6-6-has-landed/#comments</comments>
		<pubDate>Tue, 21 Jul 2026 22:06:15 +0000</pubDate>
		<dc:creator>rhoermann</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Release notes]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9551</guid>
		<description><![CDATA[We are excited to roll out VisionX 6.6.601.
This update packs a punch, bringing significant upgrades to our Mobile App and Next-Generation Web experience, alongside essential platform refinements, cloud efficiency gains, and key developer fixes.
Whether you are building cross-platform enterprise apps or fine-tuning existing layouts, version 6.6.601 delivers a smoother, faster, and more customizable developer journey.
&#160;
Here [...]]]></description>
			<content:encoded><![CDATA[<p>We are excited to roll out <strong>VisionX 6.6.601</strong>.</p>
<p>This update packs a punch, bringing significant upgrades to our Mobile App and Next-Generation Web experience, alongside essential platform refinements, cloud efficiency gains, and key developer fixes.</p>
<p>Whether you are building cross-platform enterprise apps or fine-tuning existing layouts, version 6.6.601 delivers a smoother, faster, and more customizable developer journey.</p>
<p style="height: 15px; margin:0; padding: 0">&nbsp;</p>
<h3>Here is a breakdown of everything new in VisionX 6.6.601</h3>
<p style="height: 5px; margin:0; padding: 0">&nbsp;</p>
<h4>Mobile App: Advanced Security, Richer UI &#038; Better Customization</h4>
<p>The VisionX Mobile experience gets a huge leap forward with security features, expanded UI components, and flexible styling tools.</p>
<ul>
<li><strong>On-Device Data Encryption</strong>
<p>Local data is now automatically encrypted prior to storage on the device.</li>
<li><strong>Biometric &#038; PIN Security (Optional)</strong>
<p>Enable Face ID, Fingerprint, or PIN protection for secure app access.</li>
<li><strong>Multi-Factor Authentication (MFA)</strong>
<p>Native support for MFA workflows straight out of the box.</li>
<li><strong>Encrypted Data Export (HTML Safe)</strong>
<p> Export encrypted device data directly on the device in a secure format.</li>
<li><strong>UI Styling</strong>
<p>Extended styling customization across menus, buttons, tables, and form components.</li>
<li>Brand-new Button Group control</li>
<li>Brand-new Password strength control</li>
<li>Foldable group panels</li>
<li>Modern Tabset component</li>
<li>Direct access to all FontAwesome and Material Design Icons</li>
<li>Optional Copy-to-Clipboard button inside text editors</li>
<li>Optional Show-password button inside password editors</li>
<li>Image manipulation for image editors</li>
<li>Contextual visual indicators/markings for empty menus and empty tables</li>
<li>Display small arrows if more records are available within table views</li>
<li>Configure image quality and size in settings</li>
</ul>
<p style="height: 5px; margin:0; padding: 0">&nbsp;</p>
<h4>Web (Next Generation): Speed, Precision &#038; Smooth Workflows</h4>
<p>Our Next-Gen Web platform gets performance enhancements and UI improvements designed for high-data volume applications.</p>
<ul>
<li><strong>Sticky Table Headers</strong>
<p>Table headers now stay fixed at the top while scrolling through long rows of data.</li>
<li><strong>Redesigned Signature Pad</strong>
<p>Rebuilt from the ground up for reliable, smooth digital signature capture across devices.</li>
<li><strong>Improved Lazy Loading</strong></li>
<li><strong>Image Choice Editor Fixes</strong>
<p>Resolved display and rendering glitches for images inside image choice editor.</li>
</ul>
<p style="height: 5px; margin:0; padding: 0">&nbsp;</p>
<h4>Core Platform &#038; Developer Experience</h4>
<p>We have introduced handy quality-of-life enhancements and platform optimizations to speed up daily design workflows.</p>
<ul>
<li><strong>Finer Spacing Controls</strong>
<p>Granular horizontal and vertical layout control between labels, editors, and panels.</li>
<li><strong>Security Protocol (AddOn)</strong>
<p>A dedicated Security protocol is now available as an AddOn for audit-heavy environments.</li>
<li><strong>Directory Switching</strong>
<p>Switch application directories directly within VisionX without leaving the tool.</li>
<li><strong>Cloud Footprint Reduction</strong>
<p>Memory optimization reducing RAM consumption for cloud-hosted deployments.</li>
<li><strong>Localized Module Setup</strong>
<p>Module installations now seamlessly respect system translation tables.</li>
<li><strong>Streamlined Documentation</strong>
<p>Module documentation is automatically provided directly in the /doc directory.</li>
<li><strong>External File Change Alerts</strong>
<p>The Action Editor now alerts you immediately if files have been modified externally.</li>
<li><strong>Mobile Engine Support</strong>
<p>Native support aligned with the latest mobile app builds.</li>
</ul>
<p style="height: 5px; margin:0; padding: 0">&nbsp;</p>
<h4>Key Bug Fixes &#038; Stability Improvements</h4>
<p>This update addresses critical feedback from our developer community!</p>
<ul>
<li><strong>Anchor Positions</strong>
<p>Fixed input issues with anchor positions in the Designer.</li>
<li><strong>Multi-Module Integration</strong>
<p>Resolved a bug where only one module was integrated in the Designer instead of all selected modules.</li>
<li><strong>Application Import</strong>
<p>application.xml settings are now properly preserved when importing applications.</li>
<li><strong>Combobox Column Renaming</strong>
<p>Resolved an issue where Combobox table columns could not be renamed.</li>
<li><strong>Live Preview Accuracy</strong>
<p>Live Preview now instantly reflects newly created reports and newly added tables in existing screens.</li>
</ul>
<p style="height: 10px; margin:0; padding: 0">&nbsp;</p>
<h4>Ready to Upgrade?</h4>
<p><strong>VisionX 6.6.601 is available in the download area!</strong> </p>
<p>Download the update to take advantage of the new web &#038; mobile components and performance enhancements.</p>
<p>Our mobile app will be available in the stores within the next few weeks!</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/07/22/visionx-6-6-has-landed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX EA 6.6.521 is available</title>
		<link>https://blog.sibvisions.com/2026/06/19/visionx-ea-6-6-521-is-available/</link>
		<comments>https://blog.sibvisions.com/2026/06/19/visionx-ea-6-6-521-is-available/#comments</comments>
		<pubDate>Fri, 19 Jun 2026 06:01:35 +0000</pubDate>
		<dc:creator>mhandsteiner</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9539</guid>
		<description><![CDATA[VisionX 6.6.521 EarlyAccess version is available for all our customers.
The version contains our latest libraries and bugfixes, especially react UI and flutter UI features. Both UIs are included in VisionX 6.6.521.
Our (native) app has many new customization features for your individual app experience.
! It's now built with Flutter 3.44.2 !
UI Customizing
No records available
General styling
Style the [...]]]></description>
			<content:encoded><![CDATA[<p>VisionX 6.6.521 EarlyAccess version is available for all our customers.</p>
<p>The version contains our latest libraries and bugfixes, especially react UI and flutter UI features. Both UIs are included in VisionX 6.6.521.</p>
<p><strong>Our (native) app has many new customization features</strong> for your individual app experience.</p>
<p>! It's now built with Flutter 3.44.2 !</p>
<p><a href="https://blog.sibvisions.com/2026/03/23/flutter-ui-customizing/">UI Customizing</a><br />
<a href="https://blog.sibvisions.com/2026/03/30/visionx-previewer-no-records-in-table/">No records available</a><br />
<a href="https://blog.sibvisions.com/2026/04/09/visionx-previewer-styling/">General styling</a><br />
<a href="https://blog.sibvisions.com/2026/04/10/visionx-previewer-style-the-menu/">Style the menu</a><br />
<a href="https://blog.sibvisions.com/2026/04/13/visionx-previewer-tabset-update/">Tabset</a><br />
<a href="https://blog.sibvisions.com/2026/04/24/visionx-previewer-menu-options/">Menu options</a><br />
<a href="https://blog.sibvisions.com/2026/06/11/flutter-3-44-supported/">Flutter 3.44 support</a></p>
<p><strong>Our reactUI is based on latest standards and security fixes</strong>. </p>
<p>We don't have any known vulnerabilities. Especially the signature pad is important because we rewrote it from scratch.<br />
The table got a small but nice update: The header is now sticky and doesn't scroll with records.</p>
<p><strong>We offer a new WAR modification tool</strong> </p>
<p><a href="https://blog.sibvisions.com/2026/06/16/new-war-modification-tool/">WAR modification</a></p>
<p><strong>We have new AddOns</strong></p>
<p><a href="https://blog.sibvisions.com/2026/06/08/new-addons-for-visionx/">Authentication AddOns</a><br />
<a href="https://blog.sibvisions.com/2026/06/08/security-protocol-addon-for-visionx/">Security Protocol AddOn</a><br />
<a href="https://blog.sibvisions.com/2026/05/06/entra-id-azure-ad-integration-for-visionx/">Entra ID Integration for VisionX</a></p>
<p>An EA version is not intended for production use, but is great for development.</p>
<p>The release of VisionX 6.6 is planned for July <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/06/19/visionx-ea-6-6-521-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security protocol AddOn for VisionX</title>
		<link>https://blog.sibvisions.com/2026/06/08/security-protocol-addon-for-visionx/</link>
		<comments>https://blog.sibvisions.com/2026/06/08/security-protocol-addon-for-visionx/#comments</comments>
		<pubDate>Mon, 08 Jun 2026 12:44:02 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AddOn]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9499</guid>
		<description><![CDATA[We proudly announce our brand new Add-On for upcoming VisionX 6.6: Security protocol
This AddOn adds an additional layer to your application and makes it possible to see login failures, successful logins and logouts, with additional information:
It's a must-have  
Simply get in contact with us!
]]></description>
			<content:encoded><![CDATA[<p>We proudly announce our brand new Add-On for upcoming VisionX 6.6: <strong>Security protocol</strong></p>
<div id="attachment_9502" class="wp-caption aligncenter nomargin" style="width: 310px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/06/securityprotocol_addon.png" rel="lightbox[9499]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/06/securityprotocol_addon-300x159.png" alt="Security protocol Add-On" title="securityprotocol_addon" width="300" height="159" class="size-medium wp-image-9502" /></a><p class="wp-caption-text">Security protocol Add-On</p></div>
<p>This AddOn adds an additional layer to your application and makes it possible to see login failures, successful logins and logouts, with additional information:</p>
<div id="attachment_9504" class="wp-caption aligncenter nomargin" style="width: 310px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/06/securityprotocol_screen.png" rel="lightbox[9499]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/06/securityprotocol_screen-300x191.png" alt="Protocol screen" title="securityprotocol_screen" width="300" height="191" class="size-medium wp-image-9504" /></a><p class="wp-caption-text">Protocol screen</p></div>
<p>It's a must-have <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Simply get in <a href="mailto:office@sibvisions.com?subject?Security%20Protocol%20AddOn">contact</a> with us!</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/06/08/security-protocol-addon-for-visionx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New AddOns for VisionX</title>
		<link>https://blog.sibvisions.com/2026/06/08/new-addons-for-visionx/</link>
		<comments>https://blog.sibvisions.com/2026/06/08/new-addons-for-visionx/#comments</comments>
		<pubDate>Mon, 08 Jun 2026 12:33:13 +0000</pubDate>
		<dc:creator>rhoermann</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[AddOn]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9491</guid>
		<description><![CDATA[We are happy to announce some new Add-Ons for VisionX!

Entra ID authentication (with user and group sync)
The Entra ID authentication uses Azure AD/Entra ID for authentication and synchronizes user and group information from Azure to your application.
This AddOn supports SLO with your browser.
AD authentication (with user and group sync)
The AD authentication uses Kerberos to authenticate [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce some <strong>new Add-Ons</strong> for VisionX!</p>
<ul>
<li><b>Entra ID authentication (with user and group sync)</b>
<p>The Entra ID authentication uses Azure AD/Entra ID for authentication and synchronizes user and group information from Azure to your application.</p>
<p>This AddOn supports SLO with your browser.</li>
<li><b>AD authentication (with user and group sync)</b>
<p>The AD authentication uses Kerberos to authenticate against your active directory like Samba or Microsoft AD (Windows Server) and synchronizes user and group information to your application. </p>
<p>This AddOn supports SSO with your browser.</p>
<p>This AddOn is a more powerful version of our current AD authentication AddOn which doesn't synchronize user and group information.</li>
<li><b>LDAP authentication (with user and group sync)</b>
<p>This AddOn simply allows manual authentication against your LDAP server. It synchronizes user and group information from LDAP to your application.</li>
</ul>
<p>All Add-Ons are available separately and can be purchased.<br />
These are not free add-ons.</p>
<p>Simply get in <a href="mailto:office@sibvisions.com?subject=Security%20AddOns">contact</a> with us.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/06/08/new-addons-for-visionx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entra ID (Azure AD) integration for VisionX</title>
		<link>https://blog.sibvisions.com/2026/05/06/entra-id-azure-ad-integration-for-visionx/</link>
		<comments>https://blog.sibvisions.com/2026/05/06/entra-id-azure-ad-integration-for-visionx/#comments</comments>
		<pubDate>Wed, 06 May 2026 12:04:51 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9478</guid>
		<description><![CDATA[We are currently developing a new AddOn for VisionX that allows you to log in to your application using Entra ID (Azure AD).
The AddOn integrates seamlessly into your application, giving you the flexibility to choose your preferred login method. The authentication type is determined by the URL you access, for example:

http://myapp.visionx.cloud/AzureADAuth/ (without Entra ID login)
http://myapp.visionx.cloud/AzureADAuth/azauth [...]]]></description>
			<content:encoded><![CDATA[<p>We are currently developing a new AddOn for <a href="https://visionx.sibvisions.com">VisionX</a> that allows you to log in to your application using <a href="https://www.microsoft.com/security/business/identity-access/microsoft-entra-id">Entra ID (Azure AD)</a>.</p>
<p>The AddOn integrates seamlessly into your application, giving you the flexibility to choose your preferred login method. The authentication type is determined by the URL you access, for example:</p>
<ul>
<li><strong>http://myapp.visionx.cloud/AzureADAuth/</strong> (without Entra ID login)</li>
<li><strong>http://myapp.visionx.cloud/AzureADAuth/azauth</strong> (with Entra ID login)</li>
</ul>
<p>If Entra ID login is selected, the Entra ID login mask will appear before the application loads:</p>
<div id="attachment_9482" class="wp-caption aligncenter nomargin" style="width: 310px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/05/entraid_login.png" rel="lightbox[9478]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/05/entraid_login-300x276.png" alt="EntraID login" title="entraid_login" width="300" height="276" class="size-medium wp-image-9482" /></a><p class="wp-caption-text">EntraID login</p></div>
<p>After a successful login, you will be redirected straight to the application and signed in automatically. All available screens will be visible immediately, based on your specific permissions. During the login process, we automatically sync app roles and user groups from Entra ID to your application.</p>
<p>We support the following web technologies:</p>
<ul>
<li><strong><a href="https://doc.sibvisions.com/vaadin/">vaadin UI</a></strong></li>
<li><a href="https://doc.sibvisions.com/reactui/">react UI</a></li>
<li><a href="https://doc.sibvisions.com/flutterui/">flutter UI</a> (mobile mode)</li>
</ul>
<p>On mobile devices, the login process works similarly to the browser, but the login mask is displayed directly within the app:</p>
<div id="attachment_9484" class="wp-caption aligncenter nomargin" style="width: 330px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/05/entraid_mobile.gif" rel="lightbox[9478]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/05/entraid_mobile.gif" alt="Entra ID (mobile)" title="entraid_mobile" width="320" height="624" class="size-full wp-image-9484" /></a><p class="wp-caption-text">Entra ID (mobile)</p></div>
<p>In addition to signing in, you can also <strong>change your password</strong> or perform a secure <strong>logout from Entra ID</strong>.</p>
<p>All you need to get started is our <strong>Entra ID AddOn</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/05/06/entra-id-azure-ad-integration-for-visionx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VisionX 6.5 has landed</title>
		<link>https://blog.sibvisions.com/2025/12/01/visionx-6-5-has-landed/</link>
		<comments>https://blog.sibvisions.com/2025/12/01/visionx-6-5-has-landed/#comments</comments>
		<pubDate>Mon, 01 Dec 2025 16:06:35 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Release notes]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9269</guid>
		<description><![CDATA[We've been waiting for this moment, and now it's here: VisionX 6.5.157 is officially out!. It's been a while since 6.0, but the wait was worth it.
This release isn't just an update. It's a massive refresh: nearly every library has been upgraded (some because of patched vulnerabilities), and new features unlocked. Even though VisionX apps [...]]]></description>
			<content:encoded><![CDATA[<p>We've been waiting for this moment, and now it's here: <strong>VisionX 6.5.157 is officially out!</strong>. It's been a while since 6.0, but the wait was worth it.</p>
<p>This release isn't just an update. It's a massive refresh: nearly every library has been upgraded (some because of patched vulnerabilities), and new features unlocked. Even though VisionX apps weren't at risk, we wanted you to have the latest, safest, and most feature-packed version possible.</p>
<p>Bottom line: <strong>VisionX 6.5</strong> is stronger, faster, and fresher than ever.<br />
<br/></p>
<h3><strong>Highlights you will love</strong></h3>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="height: 2px;"></td>
</tr>
</table>
<h4>Mobile App (VisionX Previewer)</h4>
<ul>
<li>Speed boost: faster than ever</li>
<li>Customizable comboboxes: style them your way (see <a href="https://blog.sibvisions.com/2025/11/11/jvx-flutter-feature-preview/">article</a>)</li>
<li>Deep link and push notifications: build modern apps without worrying about the tech details (<a href="https://blog.sibvisions.com/2025/11/04/jvx-native-flutter-client-3-3-0-is-available/">read more...</a>)</li>
<li>Badges for elements and menu: because every great app deserves flair (read <a href="https://blog.sibvisions.com/2025/09/10/visionx-previewer-new-features/">here</a> and <a href="https://blog.sibvisions.com/2025/09/17/visionx-previewer-menu-badges/">here</a>)</li>
</ul>
<h4>Next-Gen Web App (React UI)</h4>
<ul>
<li>Upgraded: React 19 and PrimeReact 10.9	</li>
<li>Compatibility: full dependency refresh</li>
<li>Keyboard navigation: Tab and Enter work seamlessly in tables, date pickers, and comboboxes</li>
<li>Performance: tables handle thousands of rows reliably</li>
<li>Style Designer: revamped to make custom theming effortless</li>
</ul>
<h4>Classic Web App (Vaadin UI)</h4>
<ul>
<li>Future-proof: compatible with upcoming browser changes (Chrome and beyond)</li>
<li>Stability: behind-the-scenes work to keep VisionX rock-solid</li>
</ul>
<h4>VisionX Features</h4>
<ul>
<li>Live preview: VisionX now supports direct preview for the classic and next-gen web app, and remembers your last choice</li>
<li>Connection pooling: designed for high-traffic apps to reduce database load and boost performance, simple enough for citizen developers</li>
<li>Morph between 1-tab tabsheet and Group panel seamless</li>
</ul>
<p>Also available: <a href="https://doc.sibvisions.com/visionxpreviewer">VisionX Previewer App 3.3.2</a> in the app stores.</p>
<p>Next stop: <strong>VisionX 6.6</strong>. </p>
<p>Until then, enjoy the muscle and polish of VisionX 6.5.157<br />
<em>Available now in the customer download area</em>.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2025/12/01/visionx-6-5-has-landed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preliminary information for the upcoming VisionX release</title>
		<link>https://blog.sibvisions.com/2025/10/31/preliminary-information-for-the-upcoming-visionx-release/</link>
		<comments>https://blog.sibvisions.com/2025/10/31/preliminary-information-for-the-upcoming-visionx-release/#comments</comments>
		<pubDate>Fri, 31 Oct 2025 16:18:36 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[VisionX]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9164</guid>
		<description><![CDATA[Short Status Update for the Upcoming VisionX Release
We’re currently in the final stages of testing. All our libraries are up to date and free of security issues. We've made extensive updates to our React UI, and our native mobile client has received numerous refinements, including full support for push notifications and deep linking. Background APIs [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Short Status Update for the Upcoming VisionX Release</strong></p>
<p>We’re currently in the final stages of testing. All our libraries are up to date and free of security issues. We've made extensive updates to our React UI, and our native mobile client has received numerous refinements, including full support for push notifications and deep linking. Background APIs have also been successfully tested with both Apple and Android devices. The native mobile client has been upgraded to the latest versions as well.</p>
<p>At the moment, we're addressing a few visual issues that surfaced during our pre-release testing. These are purely cosmetic and do not affect functionality.</p>
<p>The new VisionX version will include an updated React UI, an enhanced React UI Designer, and the latest native mobile client.</p>
<p>Although the release took longer than expected, it was well worth the effort!</p>
<p>We’ll notify you here once the release is officially available. Thanks for your patience!</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2025/10/31/preliminary-information-for-the-upcoming-visionx-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
