<?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>Christoph Burmeister</title>
	<atom:link href="http://christoph-burmeister.eu/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://christoph-burmeister.eu</link>
	<description></description>
	<lastBuildDate>Sat, 21 Oct 2017 14:23:36 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.8.2</generator>
	<item>
		<title>Simple java-plugin-mechanism with SPI</title>
		<link>http://christoph-burmeister.eu/?p=3195</link>
		<pubDate>Sat, 21 Oct 2017 14:23:36 +0000</pubDate>
		<dc:creator><![CDATA[Christoph Burmeister]]></dc:creator>
				<category><![CDATA[Programmierung]]></category>

		<guid isPermaLink="false">http://christoph-burmeister.eu/?p=3195</guid>
		<description><![CDATA[This post is about &#8222;How to build your own pluginnable application&#8220;. As a playground example I want to create a core application that is easily extendable by just putting a plugin-jar into a plugins folder. So first the base application (&#8222;animal-core&#8220;): This application contains an Interface IAnimal that implements all the methods that our plugin-classes [&#8230;]]]></description>
		</item>
		<item>
		<title>Building Java sources with SBT and Nexus-deployment</title>
		<link>http://christoph-burmeister.eu/?p=3184</link>
		<pubDate>Sun, 25 Jun 2017 13:37:46 +0000</pubDate>
		<dc:creator><![CDATA[Christoph Burmeister]]></dc:creator>
				<category><![CDATA[Programmierung]]></category>

		<guid isPermaLink="false">http://christoph-burmeister.eu/?p=3184</guid>
		<description><![CDATA[Just a small example to show how to use sbt instead of classical maven to build a java program and deploy it to Nexus repo manager. Software and versions: SBT 0.13.15 http://www.scala-sbt.org/download.html Nexus OSS 3.3.2-02 https://www.sonatype.com/download-oss-sonatype The project: The only interesting part is build.sbt (the &#8222;sbt pom&#8220;). Where maven uses xml, sbt uses scala for [&#8230;]]]></description>
		</item>
		<item>
		<title>Groovy cli app with specifyable log4j target logfile</title>
		<link>http://christoph-burmeister.eu/?p=3179</link>
		<pubDate>Mon, 17 Apr 2017 09:44:42 +0000</pubDate>
		<dc:creator><![CDATA[Christoph Burmeister]]></dc:creator>
				<category><![CDATA[Programmierung]]></category>

		<guid isPermaLink="false">http://christoph-burmeister.eu/?p=3179</guid>
		<description><![CDATA[It may happen, that you wish to specify a custom location of your logfile when running your Java app. Within this post I use an example cli application that is written in Groovy and build with Gradle. By passing &#8222;&#8211;logfile=mylogfile.log&#8220; it will write all logs to the specified location, while it is using the Slf4j-annotation [&#8230;]]]></description>
		</item>
		<item>
		<title>Continuous Delivery-ready Gradle project with Artifactory and Sonarqube integration</title>
		<link>http://christoph-burmeister.eu/?p=3137</link>
		<pubDate>Fri, 14 Apr 2017 13:06:44 +0000</pubDate>
		<dc:creator><![CDATA[Christoph Burmeister]]></dc:creator>
				<category><![CDATA[Programmierung]]></category>

		<guid isPermaLink="false">http://christoph-burmeister.eu/?p=3137</guid>
		<description><![CDATA[When playing around with the concepts of Continuous Integration/Delivery/Deployment I struggled over Gradle builds and how to integrate them in these concepts. Gradle is getting more and more important in build tool landscape and so I created a template or archetype about how to use it. I choose a scenario that I saw already implemented [&#8230;]]]></description>
		</item>
		<item>
		<title>Deploy specific versions of Jenkins-plugins via Artifactory-caching</title>
		<link>http://christoph-burmeister.eu/?p=3127</link>
		<pubDate>Sat, 08 Apr 2017 16:45:24 +0000</pubDate>
		<dc:creator><![CDATA[Christoph Burmeister]]></dc:creator>
				<category><![CDATA[Programmierung]]></category>

		<guid isPermaLink="false">http://christoph-burmeister.eu/?p=3127</guid>
		<description><![CDATA[Jenkins can be configured in many ways. When trying to find a suitable solution for deployment of plugins, we&#8217;ve been facing to the problem of using not (!) the latest and greatest plugin versions. This can be necessary when using the jobdsl plugin without having the resources to update our own dsl library when there [&#8230;]]]></description>
		</item>
	</channel>
</rss>
