<?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>Java configuration management tutorials and videos</title>
	<atom:link href="https://www.java-tv.com/tag/configuration-management/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.java-tv.com</link>
	<description>Java, Groovy, Spring, Eclipse, Hibernate Tutorials and Videos</description>
	<lastBuildDate>Tue, 18 Jan 2022 17:50:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Building Modular Java Applications with JPMS and Layrry</title>
		<link>https://www.java-tv.com/2022/01/18/building-modular-java-applications-with-jpms-and-layrry/</link>
					<comments>https://www.java-tv.com/2022/01/18/building-modular-java-applications-with-jpms-and-layrry/#comments</comments>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 18 Jan 2022 17:50:38 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[configuration management]]></category>
		<guid isPermaLink="false">https://www.java-tv.com/?p=4892</guid>

					<description><![CDATA[<p>The Java Module System lays the foundation for building modularized applications on the JVM. It doesn&#8217;t concern itself though with resolving module versions and obtaining modules from repositories. This is where Layrry comes in: an open source API and launcher for modularized Java applications which takes a descriptor of the &#8230;</p>
The post <a href="https://www.java-tv.com/2022/01/18/building-modular-java-applications-with-jpms-and-layrry/">Building Modular Java Applications with JPMS and Layrry</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
					<wfw:commentRss>https://www.java-tv.com/2022/01/18/building-modular-java-applications-with-jpms-and-layrry/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Deploy And Test Microservices</title>
		<link>https://www.java-tv.com/2014/10/16/deploy-and-test-microservices/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 16 Oct 2014 15:29:35 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[services]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=3344</guid>

					<description><![CDATA[<p>What do deployment pipelines look like when your system consists of 10s of different types of services? How do you know what to test before deployment? Should you release a service at a time, or bunch them up? This talk goes into the nitty gritty of managing build,test and release &#8230;</p>
The post <a href="https://www.java-tv.com/2014/10/16/deploy-and-test-microservices/">Deploy And Test Microservices</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Mastering Java Deployment Skills</title>
		<link>https://www.java-tv.com/2013/05/15/mastering-java-deployment-skills/</link>
					<comments>https://www.java-tv.com/2013/05/15/mastering-java-deployment-skills/#comments</comments>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Wed, 15 May 2013 07:34:08 +0000</pubDate>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[JVM]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2816</guid>

					<description><![CDATA[<p>Learn several advanced deployment concepts and techniques on how to deploy your Java applications. Some of them were introduced recently, and others have been available for some time but are underutilized because they are perceived as hard to master. In particular, the session shows how to deploy Java applications with &#8230;</p>
The post <a href="https://www.java-tv.com/2013/05/15/mastering-java-deployment-skills/">Mastering Java Deployment Skills</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
					<wfw:commentRss>https://www.java-tv.com/2013/05/15/mastering-java-deployment-skills/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Puppet for Java Developers</title>
		<link>https://www.java-tv.com/2012/09/27/puppet-for-java-developers/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 27 Sep 2012 20:50:31 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[configuration management]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2537</guid>

					<description><![CDATA[<p>Puppet is an infrastructure-as-code tool that allows easy and automated provisioning of servers, defining the packages, configuration, services,&#8230; in code. Enabling DevOps culture, tools like Puppet help drive Agile development all the way to operations and systems administration, and along with continuous integration tools like Jenkins, it is a key &#8230;</p>
The post <a href="https://www.java-tv.com/2012/09/27/puppet-for-java-developers/">Puppet for Java Developers</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Windows Azure with Java on a Virtual Machine</title>
		<link>https://www.java-tv.com/2012/06/18/windows-azure-with-java-on-a-virtual-machine/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Mon, 18 Jun 2012 12:54:20 +0000</pubDate>
				<category><![CDATA[Software Architecture]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[configuration management]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=2387</guid>

					<description><![CDATA[<p>This video shows you how to deploy a Java application to the Windows Azure cloud infrastructure using virtual machines.</p>
The post <a href="https://www.java-tv.com/2012/06/18/windows-azure-with-java-on-a-virtual-machine/">Windows Azure with Java on a Virtual Machine</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Gradle Introduction</title>
		<link>https://www.java-tv.com/2011/08/25/gradle-introduction/</link>
					<comments>https://www.java-tv.com/2011/08/25/gradle-introduction/#comments</comments>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 25 Aug 2011 18:14:04 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[gradle]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1949</guid>

					<description><![CDATA[<p>Gradle is a build system for Java that you can use to create declarative, maintainable, concise and high-performance builds. You can choose the balance for yourself. It has powerful multi-project build support. It has a layer on top of Ivy that provides a build-by-convention integration for Ivy.</p>
The post <a href="https://www.java-tv.com/2011/08/25/gradle-introduction/">Gradle Introduction</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
					<wfw:commentRss>https://www.java-tv.com/2011/08/25/gradle-introduction/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Better Builds with Maven 3.0</title>
		<link>https://www.java-tv.com/2011/01/11/better-builds-with-maven-3-0/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 11 Jan 2011 11:16:22 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[maven]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1740</guid>

					<description><![CDATA[<p>Maven 3.0 has undergone major refactorings, and correspondingly, a battery of backwards compatibility tests to ensure a smooth transition from Maven 2.0. These refactorings prepare Maven for the next several years of development, including the separation of the POM file language from from the POM in-memory processor, which is already &#8230;</p>
The post <a href="https://www.java-tv.com/2011/01/11/better-builds-with-maven-3-0/">Better Builds with Maven 3.0</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Application Versioning in GlassFish 3.1</title>
		<link>https://www.java-tv.com/2010/07/15/application-versioning-in-glassfish-3-1/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 15 Jul 2010 13:23:06 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[glassfish]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1561</guid>

					<description><![CDATA[<p>This video demonstrates the deployment of multiple version of the same application in GlassFish 3.1 Milestone 1.</p>
The post <a href="https://www.java-tv.com/2010/07/15/application-versioning-in-glassfish-3-1/">Application Versioning in GlassFish 3.1</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Digg Technical Talks &#8211; Kohsuke Kawaguchi</title>
		<link>https://www.java-tv.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 15:53:51 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[functional testing]]></category>
		<category><![CDATA[hudson]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1547</guid>

					<description><![CDATA[<p>The creator of Hudson, Kohsuke Kawaguchi, speaks to Digg engineering team about the current state of Hudson and what we can look forward to down the road. His comments about Selenium and Hudson are of particular interest to the QA team. There are all kinds of integration possibilities &#8211; from &#8230;</p>
The post <a href="https://www.java-tv.com/2010/06/29/digg-technical-talks-kohsuke-kawaguchi/">Digg Technical Talks – Kohsuke Kawaguchi</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
		<item>
		<title>Talk Release Management With Artifactory</title>
		<link>https://www.java-tv.com/2010/06/10/talk-release-management-with-artifactory/</link>
		
		<dc:creator><![CDATA[java-tv.com]]></dc:creator>
		<pubDate>Thu, 10 Jun 2010 11:59:25 +0000</pubDate>
				<category><![CDATA[Open Source Tools]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[configuration management]]></category>
		<category><![CDATA[continuous integration]]></category>
		<category><![CDATA[hudson]]></category>
		<guid isPermaLink="false">http://www.java-tv.com/?p=1533</guid>

					<description><![CDATA[<p>In this presentation the Artifactory team demonstrates the benefits of managing your software development life-cycle through continuous integration. Frederic Simon and Yoav Landman show how to automate large-scale multi-module projects using a fully-integrated platform with Artifactory and Hudson. Using Maven, Gradle, or Ivy builds, it is now possible to dynamically &#8230;</p>
The post <a href="https://www.java-tv.com/2010/06/10/talk-release-management-with-artifactory/">Talk Release Management With Artifactory</a> first appeared on <a href="https://www.java-tv.com">Java Software Development Tutorials and Videos</a>.]]></description>
		
		
		
			</item>
	</channel>
</rss>
