<?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>Internet Archives - Jonas Hellmann Blog</title>
	<atom:link href="https://blog.jonas-hellmann.de/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.jonas-hellmann.de/category/internet/</link>
	<description>Softwareentwickler / Software Developer</description>
	<lastBuildDate>Tue, 10 Aug 2021 15:48:15 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://blog.jonas-hellmann.de/wp-content/uploads/2017/10/cropped-Jonas-Hellmann-1-32x32.jpg</url>
	<title>Internet Archives - Jonas Hellmann Blog</title>
	<link>https://blog.jonas-hellmann.de/category/internet/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Java EE &#038; Keycloak &#124; Secure your application with Keycloak</title>
		<link>https://blog.jonas-hellmann.de/java-ee-keycloak-secure-your-application/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/java-ee-keycloak-secure-your-application/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Tue, 10 Aug 2021 15:48:14 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[keycloak]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=1123</guid>

					<description><![CDATA[<p>When developing a new application, user management is usually required as well. To relieve the developers of this task in Java EE application, Keycloak is offered as an identity and access management solution. Assuming that the Keycloak server is already prepared accordingly, I will show below how the interaction with an application server can succeed. [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/java-ee-keycloak-secure-your-application/">Java EE &#038; Keycloak | Secure your application with Keycloak</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/java-ee-keycloak-secure-your-application/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>APEX &#124; Our Oracle APEX workflow with Git integration</title>
		<link>https://blog.jonas-hellmann.de/oracle-apex-our-workflow-with-git-integration/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/oracle-apex-our-workflow-with-git-integration/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Mon, 14 Oct 2019 07:00:04 +0000</pubDate>
				<category><![CDATA[Datenbank]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Internet]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=971</guid>

					<description><![CDATA[<p>Oracle APEX is an powerful tool for creating reports based on SQL queries. However, some functionalities that are very important in the development process are missing, for example the possibility to connect to a Git repository. In this post I want to present how our team handles this problems. In April 2018, almost exactly one [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/oracle-apex-our-workflow-with-git-integration/">APEX | Our Oracle APEX workflow with Git integration</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/oracle-apex-our-workflow-with-git-integration/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SSO &#124; Single Sign-On using Apache, Kerberos and Jakarta EE</title>
		<link>https://blog.jonas-hellmann.de/sso-single-sign-on-using-apache-kerberos-and-java-ee/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/sso-single-sign-on-using-apache-kerberos-and-java-ee/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 13:00:52 +0000</pubDate>
				<category><![CDATA[Eine Anwendung mit...]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<category><![CDATA[Unkategorisiert]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=833</guid>

					<description><![CDATA[<p>At my working place I had the task to develop an Jakarta EE web application where LDAP users from the company can log in and do some stuff. This article is not about what the app was capable of but about the SSO authentication part. One requirement was that the users do not have to [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/sso-single-sign-on-using-apache-kerberos-and-java-ee/">SSO | Single Sign-On using Apache, Kerberos and Jakarta EE</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/sso-single-sign-on-using-apache-kerberos-and-java-ee/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>EveryDocs &#8211; Entwicklung einer Ruby on Rails Anwendung</title>
		<link>https://blog.jonas-hellmann.de/everydocs-ruby-on-rails-anwendung/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/everydocs-ruby-on-rails-anwendung/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Sun, 26 May 2019 16:00:58 +0000</pubDate>
				<category><![CDATA[Eine Anwendung mit...]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programmierung]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=845</guid>

					<description><![CDATA[<p>Die nächste Technologie auf meiner Liste stand Ruby on Rails. Ich habe mir die Entwicklung eines DMS überlegt und möchte meinen Einstieg schildern.</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/everydocs-ruby-on-rails-anwendung/">EveryDocs &#8211; Entwicklung einer Ruby on Rails Anwendung</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/everydocs-ruby-on-rails-anwendung/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Raspotify &#124; Use a Raspberry as a Spotify Connect Client</title>
		<link>https://blog.jonas-hellmann.de/raspotify-raspberry-spotify-connect-en/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/raspotify-raspberry-spotify-connect-en/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Sun, 05 May 2019 10:00:07 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<category><![CDATA[Tipp]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=840</guid>

					<description><![CDATA[<p>Since my Raspberry is standing around relatively unused at home, I am constantly looking for ideas to use it sensibly. Then I had the idea to connect the Raspberry to my boxes in my room and use it as a Spotify Connect Client. This allows me to listen to music via the system without having [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/raspotify-raspberry-spotify-connect-en/">Raspotify | Use a Raspberry as a Spotify Connect Client</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/raspotify-raspberry-spotify-connect-en/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java EE 7 &#8211; How to speed up your application</title>
		<link>https://blog.jonas-hellmann.de/java-ee-how-to-boost-your-jsf-application/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/java-ee-how-to-boost-your-jsf-application/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Mon, 04 Mar 2019 17:00:16 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programmierung]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=826</guid>

					<description><![CDATA[<p>I am currently developing an Java EE application with an JSF frontend and struggled with some major page speed problems. In this article I want to give you some ideas that may improve your application in matter of the loading time. Architecture of the application First of all I want to give a short overview [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/java-ee-how-to-boost-your-jsf-application/">Java EE 7 &#8211; How to speed up your application</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/java-ee-how-to-boost-your-jsf-application/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Let&#8217;s Encrypt &#124; (Wildcard-) Certificates with Certbot</title>
		<link>https://blog.jonas-hellmann.de/lets-encrypt-wildcard-certificates-certbot/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/lets-encrypt-wildcard-certificates-certbot/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Tue, 07 Aug 2018 07:00:43 +0000</pubDate>
				<category><![CDATA[Automatisierung]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Sicherheit]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=758</guid>

					<description><![CDATA[<p>Let&#8217;s Encrypt is a widely known service to provide SSL certificates. For some time now it has also been possible to obtain wildcard certificates. In this article I would like to show how to automate the creation of this type of certificate. I use Certbot as the client to generate the certificates. For this purpose, [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/lets-encrypt-wildcard-certificates-certbot/">Let&#8217;s Encrypt | (Wildcard-) Certificates with Certbot</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/lets-encrypt-wildcard-certificates-certbot/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Verwalten von Aufgaben</title>
		<link>https://blog.jonas-hellmann.de/verwalten-von-aufgaben/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/verwalten-von-aufgaben/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Fri, 04 May 2018 07:00:16 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tipp]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=684</guid>

					<description><![CDATA[<p>Bei mir war es immer so eine nicht ganz ausgereifte Sache, wie ich meine offenen Aufgaben geregelt habe. Seit einiger Zeit habe ich aber eine zumindest für mich zufriedenstellende Lösung gefunden. Tipp 1: Alles an einer zentralen Stelle sammeln Ein Fehler, der mir aufgefallen ist, waren die vielen unterschiedlichen Eingangskanäle für meine ToDos. Einige Dinge [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/verwalten-von-aufgaben/">Verwalten von Aufgaben</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/verwalten-von-aufgaben/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WordPress-Plugins &#124; Welche nutze ich?</title>
		<link>https://blog.jonas-hellmann.de/wordpress-plugins-welche-nutze-ich/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/wordpress-plugins-welche-nutze-ich/#comments</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Fri, 20 Apr 2018 07:00:45 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Tipp]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=636</guid>

					<description><![CDATA[<p>Ein Vorteil von WordPress gegenüber anderen Content Management Systemen sind die vielen, oft auch kostenfreien Plugins. Für meine Installation habe ich aktuell keine kostenpflichtigen Plugins heruntergeladen. Um welche es sich dabei handelt, stelle ich in diesem Artikel vor. Antispam Bee Link: Antispam Bee Auch wenn mein Blog noch nicht der großen Masse bekannt ist, die [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/wordpress-plugins-welche-nutze-ich/">WordPress-Plugins | Welche nutze ich?</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/wordpress-plugins-welche-nutze-ich/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>Mobile Gestures &#124; Entwicklung eines Firefox Add-ons</title>
		<link>https://blog.jonas-hellmann.de/mobile-gestures-firefox-addon/?pk_campaign=rss&#038;pk_source=rss</link>
					<comments>https://blog.jonas-hellmann.de/mobile-gestures-firefox-addon/#respond</comments>
		
		<dc:creator><![CDATA[Jonas Hellmann]]></dc:creator>
		<pubDate>Mon, 26 Feb 2018 08:00:36 +0000</pubDate>
				<category><![CDATA[Eine Anwendung mit...]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Programmierung]]></category>
		<category><![CDATA[Tipp]]></category>
		<guid isPermaLink="false">https://blog.jonas-hellmann.de/?p=529</guid>

					<description><![CDATA[<p>Einen kleinen Einblick in die Progammierung von Apps mit Android habe ich bereits gegeben. Ein weiteres Thema, was mich interessiert hat, war das Entwicklen von Browser-Plugins, in meinem Fall speziell ein Firefox Add-on. Und wie das geht, möchte ich in diesem Artikel einmal erklären. Mobile Gestures Zuerst einmal eine Werbung in eigener Sache. Als Beispiel [&#8230;]</p>
<p>Der Beitrag <a href="https://blog.jonas-hellmann.de/mobile-gestures-firefox-addon/">Mobile Gestures | Entwicklung eines Firefox Add-ons</a> erschien zuerst auf <a href="https://blog.jonas-hellmann.de">Jonas Hellmann Blog</a>.</p>
]]></description>
		
					<wfw:commentRss>https://blog.jonas-hellmann.de/mobile-gestures-firefox-addon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
