<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Java Application Deployment Automation with Deployit | XebiaLabs</title>
	<atom:link href="http://blog.xebialabs.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebialabs.com</link>
	<description>ava Application Deployment Automation with Deployit</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:40:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>Comment on Ergonomics and Deployment Frameworks by Bhorsoft</title>
		<link>http://blog.xebialabs.com/2012/02/07/ergonomics-and-deployment-frameworks/#comment-721</link>
		<dc:creator>Bhorsoft</dc:creator>
		<pubDate>Thu, 09 Feb 2012 16:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=6100#comment-721</guid>
		<description>When I first started my current position I had 8 apps to deploy on deployment night (that started at 12:00 AM).  Deployment instructs for the apps had between 8 and 26 steps.  Easy to make a mistake at 2:00 AM after putting in a full 10 hour day. Over time I scripted deployment for each application so now all I have to do is run the command.  The command is identical for each application.  We&#039;ve now grown to 20 apps to deploy and I use the same interface for each.  Because of this work, we&#039;ve had perfect deployments for the past 4 years.  So yes, deployment ergonomics are very important.  Because my deployments are so easy now, I can hand some of the work off to others and get some occasional sleep.</description>
		<content:encoded><![CDATA[<p>When I first started my current position I had 8 apps to deploy on deployment night (that started at 12:00 AM).  Deployment instructs for the apps had between 8 and 26 steps.  Easy to make a mistake at 2:00 AM after putting in a full 10 hour day. Over time I scripted deployment for each application so now all I have to do is run the command.  The command is identical for each application.  We&#8217;ve now grown to 20 apps to deploy and I use the same interface for each.  Because of this work, we&#8217;ve had perfect deployments for the past 4 years.  So yes, deployment ergonomics are very important.  Because my deployments are so easy now, I can hand some of the work off to others and get some occasional sleep.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Continuous Delivery with Deployit, Puppet, JBoss and VMware by Coert</title>
		<link>http://blog.xebialabs.com/2012/01/20/continuous-delivery-with-deployit-puppet-jboss-and-vmware/#comment-720</link>
		<dc:creator>Coert</dc:creator>
		<pubDate>Thu, 09 Feb 2012 08:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=6029#comment-720</guid>
		<description>Hi Chris, this is Marks reply on the Xebia website.

Mark van Holsteijn Says:
Posted at: February 6, 2012 at 10:53 pm

Chris,

We are using Puppet for automated provisioning of the operating system and all the middleware system software. We use Deployit so that we can provide self-service deployments to the software development teams: This means that we provide the infrastructure for the different environments (development, test, acceptance, production), while giving the development teams the freedom to deploy their system(s) any time they want as often as they want. The integration with hudson and maven also allows them to deploy to create fully automated build and deployment processes (continuous integration/delivery).

So why not everything with Puppet? Our applications can be deployed across multiple layers and machines, so we needed to order the actions for the deployment. Puppet plans have a declarative nature, that does not work well with the order we need in a deployment process. Furthermore, the deployment processes of applications have more diversity and change more often than the provision of the operating system and systems software. Giving access to the puppet plans to the development teams meant that they would have full control over the operating system aswell as Puppet always run as root. Deployit’s security subsystem we still retain control over the configuration of the operation system.

If you have any other questions, please do not hesitate the contact me.

Cheers,

Mark</description>
		<content:encoded><![CDATA[<p>Hi Chris, this is Marks reply on the Xebia website.</p>
<p>Mark van Holsteijn Says:<br />
Posted at: February 6, 2012 at 10:53 pm</p>
<p>Chris,</p>
<p>We are using Puppet for automated provisioning of the operating system and all the middleware system software. We use Deployit so that we can provide self-service deployments to the software development teams: This means that we provide the infrastructure for the different environments (development, test, acceptance, production), while giving the development teams the freedom to deploy their system(s) any time they want as often as they want. The integration with hudson and maven also allows them to deploy to create fully automated build and deployment processes (continuous integration/delivery).</p>
<p>So why not everything with Puppet? Our applications can be deployed across multiple layers and machines, so we needed to order the actions for the deployment. Puppet plans have a declarative nature, that does not work well with the order we need in a deployment process. Furthermore, the deployment processes of applications have more diversity and change more often than the provision of the operating system and systems software. Giving access to the puppet plans to the development teams meant that they would have full control over the operating system aswell as Puppet always run as root. Deployit’s security subsystem we still retain control over the configuration of the operation system.</p>
<p>If you have any other questions, please do not hesitate the contact me.</p>
<p>Cheers,</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Continuous Delivery with Deployit, Puppet, JBoss and VMware by Andrew Phillips</title>
		<link>http://blog.xebialabs.com/2012/01/20/continuous-delivery-with-deployit-puppet-jboss-and-vmware/#comment-714</link>
		<dc:creator>Andrew Phillips</dc:creator>
		<pubDate>Wed, 01 Feb 2012 00:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=6029#comment-714</guid>
		<description>&lt;em&gt;@Chris:&lt;/em&gt; Thanks for the comment, which I&#039;ve copied to Mark&#039;s original post &lt;a href=&quot;http://blog.xebia.com/2011/12/14/continuous-delivery-for-enterprise-java-applications/#comment-117381&quot; target=&quot;_new&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. Looking forward to his response!</description>
		<content:encoded><![CDATA[<p><em>@Chris:</em> Thanks for the comment, which I&#8217;ve copied to Mark&#8217;s original post <a href="http://blog.xebia.com/2011/12/14/continuous-delivery-for-enterprise-java-applications/#comment-117381" target="_new" rel="nofollow">here</a>. Looking forward to his response!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Continuous Delivery with Deployit, Puppet, JBoss and VMware by My Latest Shared Bookmarksfboiton&#039;s blog &#124; fboiton&#039;s blog</title>
		<link>http://blog.xebialabs.com/2012/01/20/continuous-delivery-with-deployit-puppet-jboss-and-vmware/#comment-711</link>
		<dc:creator>My Latest Shared Bookmarksfboiton&#039;s blog &#124; fboiton&#039;s blog</dc:creator>
		<pubDate>Tue, 24 Jan 2012 03:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=6029#comment-711</guid>
		<description>[...] Continuous Delivery with Deployit, Puppet, JBoss and VMware http://t.co/XsdBYmvK &#8211; [...]</description>
		<content:encoded><![CDATA[<p>[...] Continuous Delivery with Deployit, Puppet, JBoss and VMware <a href="http://t.co/XsdBYmvK" rel="nofollow">http://t.co/XsdBYmvK</a> &#8211; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Continuous Delivery with Deployit, Puppet, JBoss and VMware by Chris</title>
		<link>http://blog.xebialabs.com/2012/01/20/continuous-delivery-with-deployit-puppet-jboss-and-vmware/#comment-708</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 22 Jan 2012 11:39:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=6029#comment-708</guid>
		<description>Mark - great post. Can you elaborate on why you&#039;re not deploying your apps using Puppet? Why use another product? We&#039;re currently looking at app deployment tools from XebiaLabs, Nolio and UC4, but using Puppet for the app layer seems to be a viable alternative.

- Chris.</description>
		<content:encoded><![CDATA[<p>Mark &#8211; great post. Can you elaborate on why you&#8217;re not deploying your apps using Puppet? Why use another product? We&#8217;re currently looking at app deployment tools from XebiaLabs, Nolio and UC4, but using Puppet for the app layer seems to be a viable alternative.</p>
<p>- Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deployment is the new build (part 1) by Taking Application Release Automation to the Next Level &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</title>
		<link>http://blog.xebialabs.com/2011/05/03/deployment-is-the-new-build-part-1/#comment-685</link>
		<dc:creator>Taking Application Release Automation to the Next Level &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</dc:creator>
		<pubDate>Tue, 29 Nov 2011 18:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=5693#comment-685</guid>
		<description>[...] This advance closely mirrors the development of build frameworks from tools like Ant to today&#039;s industry standards like Maven and on to the next generation of Gradle, SBT and others.     //  Tags: Application Release Automation, continuous value, deployment automation  Filed under: XebiaLabs. Bookmark the permalink.     &#160;   &#8592; Leading Real Estate and Financial Services Entity chooses Deployit [...]</description>
		<content:encoded><![CDATA[<p>[...] This advance closely mirrors the development of build frameworks from tools like Ant to today&#039;s industry standards like Maven and on to the next generation of Gradle, SBT and others.     //  Tags: Application Release Automation, continuous value, deployment automation  Filed under: XebiaLabs. Bookmark the permalink.     &nbsp;   &larr; Leading Real Estate and Financial Services Entity chooses Deployit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deployment automation vs. server provisioning by Taking Application Release Automation to the Next Level &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</title>
		<link>http://blog.xebialabs.com/2010/12/20/deployment-automation-vs-server-provisioning/#comment-684</link>
		<dc:creator>Taking Application Release Automation to the Next Level &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</dc:creator>
		<pubDate>Tue, 29 Nov 2011 18:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=5593#comment-684</guid>
		<description>[...] processes, it is also hardly surprising that the initial drive has been to automate the actual rollout of the application itself: copying the files to the target machines, restarting the servers, running the SQL against [...]</description>
		<content:encoded><![CDATA[<p>[...] processes, it is also hardly surprising that the initial drive has been to automate the actual rollout of the application itself: copying the files to the target machines, restarting the servers, running the SQL against [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deployit integrated with WebSphere CloudBurst Appliance for applications on demand by Deployit integrated with DPAdmin for heterogeneous deployments to IBM DataPower appliances &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</title>
		<link>http://blog.xebialabs.com/2011/05/08/deployit-integrated-with-websphere-cloudburst-appliance-for-applications-on-demand/#comment-594</link>
		<dc:creator>Deployit integrated with DPAdmin for heterogeneous deployments to IBM DataPower appliances &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</dc:creator>
		<pubDate>Wed, 06 Jul 2011 16:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=5718#comment-594</guid>
		<description>[...] a previous blog I talked about the integration we&#039;ve achieved between XebiaLabs&#039; Deployit and IBM&#039;s Workload [...]</description>
		<content:encoded><![CDATA[<p>[...] a previous blog I talked about the integration we&#039;ve achieved between XebiaLabs&#039; Deployit and IBM&#039;s Workload [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deployment is the new build (part 3) by Deployment is the new build (part 2) &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</title>
		<link>http://blog.xebialabs.com/2011/06/16/deployment-is-the-new-build-part-3/#comment-592</link>
		<dc:creator>Deployment is the new build (part 2) &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</dc:creator>
		<pubDate>Thu, 16 Jun 2011 21:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=5768#comment-592</guid>
		<description>[...] cover the details of these three concepts in the next blog…   //  Tags: cloud, Deployment, devops  Filed under: Uncategorized. Bookmark the permalink.     [...]</description>
		<content:encoded><![CDATA[<p>[...] cover the details of these three concepts in the next blog…   //  Tags: cloud, Deployment, devops  Filed under: Uncategorized. Bookmark the permalink.     [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deployment is the new build (part 2) by Deployment is the new build (part 3) &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</title>
		<link>http://blog.xebialabs.com/2011/05/21/deployment-is-the-new-build-part-2/#comment-591</link>
		<dc:creator>Deployment is the new build (part 3) &#124; Java Application Deployment Automation with Deployit &#124; XebiaLabs</dc:creator>
		<pubDate>Thu, 16 Jun 2011 21:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebialabs.com/?p=5750#comment-591</guid>
		<description>[...] the previous post, we looked at how Reusable commands, Models and Conventions++ helped turn build from a “black [...]</description>
		<content:encoded><![CDATA[<p>[...] the previous post, we looked at how Reusable commands, Models and Conventions++ helped turn build from a “black [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

