<?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 on: Know how RESTful your API is: An Overview of the Richardson Maturity Model &#8211; RHD Blog</title>
	<atom:link href="http://www.epanorama.net/blog/2018/03/27/know-how-restful-your-api-is-an-overview-of-the-richardson-maturity-model-rhd-blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.epanorama.net/blog/2018/03/27/know-how-restful-your-api-is-an-overview-of-the-richardson-maturity-model-rhd-blog/</link>
	<description>All about electronics and circuit design</description>
	<lastBuildDate>Tue, 07 Apr 2026 11:23:26 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.14</generator>
	<item>
		<title>By: 5 letter words</title>
		<link>https://www.epanorama.net/blog/2018/03/27/know-how-restful-your-api-is-an-overview-of-the-richardson-maturity-model-rhd-blog/comment-page-1/#comment-1775256</link>
		<dc:creator><![CDATA[5 letter words]]></dc:creator>
		<pubDate>Fri, 29 Jul 2022 09:07:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176851#comment-1775256</guid>
		<description><![CDATA[We are indebted to you for making these resources accessible to us. There are a number of articles that I have read that are on similar topics, but none of them go into as much detail as this one did. I have the intention of expanding both my education and my experience.]]></description>
		<content:encoded><![CDATA[<p>We are indebted to you for making these resources accessible to us. There are a number of articles that I have read that are on similar topics, but none of them go into as much detail as this one did. I have the intention of expanding both my education and my experience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/27/know-how-restful-your-api-is-an-overview-of-the-richardson-maturity-model-rhd-blog/comment-page-1/#comment-1615269</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Sat, 01 Dec 2018 10:32:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176851#comment-1615269</guid>
		<description><![CDATA[Playing with REST API

https://cloudformsblog.redhat.com/2018/07/30/playing-with-rest-api/?sc_cid=7016000000127ECAAY]]></description>
		<content:encoded><![CDATA[<p>Playing with REST API</p>
<p><a href="https://cloudformsblog.redhat.com/2018/07/30/playing-with-rest-api/?sc_cid=7016000000127ECAAY" rel="nofollow">https://cloudformsblog.redhat.com/2018/07/30/playing-with-rest-api/?sc_cid=7016000000127ECAAY</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/27/know-how-restful-your-api-is-an-overview-of-the-richardson-maturity-model-rhd-blog/comment-page-1/#comment-1604222</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 14 Sep 2018 14:22:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176851#comment-1604222</guid>
		<description><![CDATA[Securing a REST Service
https://dzone.com/articles/securing-a-rest-service

If you&#039;re building a REST service, then that REST service will expose some kind of data or will allow some kind of interactions with a server. 

How to Secure a REST Service
For Java EE Security/the Payara Platform, there are a couple of options:

REST Services can be secured by defining constraints on the URL, endpoint (resource class), or method level.
An authentication mechanism can be chosen from those defined by the Servlet API, by the Java EE Security API, or a custom (application provided) one can be used.
An identity store can be left undefined by the application and left to be configured within Payara Server (for example, using the admin console or CLI), one can be chosen from those defined by the Java EE Security API, or a custom (application provided) one can be used.]]></description>
		<content:encoded><![CDATA[<p>Securing a REST Service<br />
<a href="https://dzone.com/articles/securing-a-rest-service" rel="nofollow">https://dzone.com/articles/securing-a-rest-service</a></p>
<p>If you&#8217;re building a REST service, then that REST service will expose some kind of data or will allow some kind of interactions with a server. </p>
<p>How to Secure a REST Service<br />
For Java EE Security/the Payara Platform, there are a couple of options:</p>
<p>REST Services can be secured by defining constraints on the URL, endpoint (resource class), or method level.<br />
An authentication mechanism can be chosen from those defined by the Servlet API, by the Java EE Security API, or a custom (application provided) one can be used.<br />
An identity store can be left undefined by the application and left to be configured within Payara Server (for example, using the admin console or CLI), one can be chosen from those defined by the Java EE Security API, or a custom (application provided) one can be used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomi Engdahl</title>
		<link>https://www.epanorama.net/blog/2018/03/27/know-how-restful-your-api-is-an-overview-of-the-richardson-maturity-model-rhd-blog/comment-page-1/#comment-1604221</link>
		<dc:creator><![CDATA[Tomi Engdahl]]></dc:creator>
		<pubDate>Fri, 14 Sep 2018 14:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.epanorama.net/newepa/?p=176851#comment-1604221</guid>
		<description><![CDATA[Get started with REST services with Apache Camel
https://opensource.com/article/18/9/camel-rest-dsl?sc_cid=7016000000127ECAAY

REST services can be used for data access APIs, sending information from devices to the cloud, monitoring, and more.]]></description>
		<content:encoded><![CDATA[<p>Get started with REST services with Apache Camel<br />
<a href="https://opensource.com/article/18/9/camel-rest-dsl?sc_cid=7016000000127ECAAY" rel="nofollow">https://opensource.com/article/18/9/camel-rest-dsl?sc_cid=7016000000127ECAAY</a></p>
<p>REST services can be used for data access APIs, sending information from devices to the cloud, monitoring, and more.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
