<?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; war</title>
	<atom:link href="http://blog.sibvisions.com/tag/war/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.sibvisions.com</link>
	<description>Blog @ SIB Visions</description>
	<lastBuildDate>Mon, 22 Jun 2026 08:50:57 +0000</lastBuildDate>
		<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New war modification tool</title>
		<link>https://blog.sibvisions.com/2026/06/16/new-war-modification-tool/</link>
		<comments>https://blog.sibvisions.com/2026/06/16/new-war-modification-tool/#comments</comments>
		<pubDate>Tue, 16 Jun 2026 12:47:13 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[JVx]]></category>
		<category><![CDATA[Swing]]></category>
		<category><![CDATA[war]]></category>

		<guid isPermaLink="false">https://blog.sibvisions.com/?p=9534</guid>
		<description><![CDATA[We have a new, useful tool for you!
With it, you can change the database configuration in already created WAR files. Since the configuration is encrypted, changing the username or password usually requires you to replace the configuration or create a new WAR file altogether. While that isn't a massive effort, it is unnecessary.
That’s why we’ve [...]]]></description>
			<content:encoded><![CDATA[<p>We have a new, useful tool for you!</p>
<p>With it, you can change the database configuration in already created WAR files. Since the configuration is encrypted, changing the username or password usually requires you to replace the configuration or create a new WAR file altogether. While that isn't a massive effort, it is unnecessary.</p>
<p>That’s why we’ve created a small tool to save you a bit of time. You can use it either with a graphical user interface (GUI) or via command-line parameters without the GUI. The tool was developed as a desktop application using standard <a href="https://doc.sibvisions.com/jvx/home">JVx</a> and the Swing UI.</p>
<p>Here is what it looks like:</p>
<div id="attachment_9536" class="wp-caption aligncenter nomargin" style="width: 269px"><a href="https://blog.sibvisions.com/wp-content/uploads/2026/06/warmodify.png" rel="lightbox[9534]"><img src="https://blog.sibvisions.com/wp-content/uploads/2026/06/warmodify-259x300.png" alt="WAR modification tool" title="warmodify" width="259" height="300" class="size-medium wp-image-9536" /></a><p class="wp-caption-text">WAR modification tool</p></div>
<p>If you are interested in the tool, just let us know! <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2026/06/16/new-war-modification-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create WildFly Swarm applications from existing war files [part 2]</title>
		<link>https://blog.sibvisions.com/2015/09/01/create-wildfly-swarm-applications-from-existing-war-files-part-2/</link>
		<comments>https://blog.sibvisions.com/2015/09/01/create-wildfly-swarm-applications-from-existing-war-files-part-2/#comments</comments>
		<pubDate>Tue, 01 Sep 2015 12:18:49 +0000</pubDate>
		<dc:creator>rjahn</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[VisionX]]></category>
		<category><![CDATA[war]]></category>
		<category><![CDATA[WildFly Swarm]]></category>

		<guid isPermaLink="false">http://blog.sibvisions.com/?p=4951</guid>
		<description><![CDATA[My first steps with WildFly swarm were very successful but I didn't solve my problem completely:
I tried to create a self-contained jar (fat jar) file from an existing war file, with minimal effort. The idea was that our product VisionX could create such jar files with some mouse clicks.
This wasn't possible because the project is [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://blog.sibvisions.com/2015/08/25/create-wildfly-swarm-applications-from-existing-war-files/">first steps</a> with WildFly swarm were very successful but I didn't solve my problem completely:</p>
<p>I tried to create a self-contained jar (fat jar) file from an existing war file, with minimal effort. The idea was that our product <a href="http://visionx.sibvisions.com">VisionX</a> could create such jar files with some mouse clicks.</p>
<p>This wasn't possible because the project is in a very early phase, ANT wasn't supported and it wasn't planned.</p>
<p>I solved the problem for my use-case and published the result at <a href="https://github.com/rjahn/swarm-ant">github</a>.</p>
<p>The project contains an Eclipse project with an ant task and a fully functional ANT build. It has a dependency to ivy, because ivy was used for dependency resolution. Ivy is not needed if you want to work with a copy of all dependencies, e.g. our VisionX will do this.</p>
<p>The code isn't production ready but it works like a charm. The test war file has 56MB and the created jar is around 78MB.</p>
<p>Just play around with the code <img src='https://blog.sibvisions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>https://blog.sibvisions.com/2015/09/01/create-wildfly-swarm-applications-from-existing-war-files-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
