<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.transcends.co/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.transcends.co/index.php?action=history&amp;feed=atom&amp;title=How_to_add_a_new_Rifidi_Service</id>
		<title>How to add a new Rifidi Service - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.transcends.co/index.php?action=history&amp;feed=atom&amp;title=How_to_add_a_new_Rifidi_Service"/>
		<link rel="alternate" type="text/html" href="https://wiki.transcends.co/index.php?title=How_to_add_a_new_Rifidi_Service&amp;action=history"/>
		<updated>2026-04-19T12:09:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.1</generator>

	<entry>
		<id>https://wiki.transcends.co/index.php?title=How_to_add_a_new_Rifidi_Service&amp;diff=19839&amp;oldid=prev</id>
		<title>Bppause: New page: To add a service to core:  * 1)Add your classes to the package  &quot;org.rifidi.edge.api.service.tagmonitor&quot; * 2) Add an entry like this to app-api.xml (a spring XML):  &lt;bean id=&quot;RSSIMonitorin...</title>
		<link rel="alternate" type="text/html" href="https://wiki.transcends.co/index.php?title=How_to_add_a_new_Rifidi_Service&amp;diff=19839&amp;oldid=prev"/>
				<updated>2014-05-30T15:10:14Z</updated>
		
		<summary type="html">&lt;p&gt;New page: To add a service to core:  * 1)Add your classes to the package  &amp;quot;org.rifidi.edge.api.service.tagmonitor&amp;quot; * 2) Add an entry like this to app-api.xml (a spring XML):  &amp;lt;bean id=&amp;quot;RSSIMonitorin...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;To add a service to core:&lt;br /&gt;
&lt;br /&gt;
* 1)Add your classes to the package &lt;br /&gt;
&amp;quot;org.rifidi.edge.api.service.tagmonitor&amp;quot;&lt;br /&gt;
* 2) Add an entry like this to app-api.xml (a spring XML):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bean id=&amp;quot;RSSIMonitoringService&amp;quot; &lt;br /&gt;
class=&amp;quot;org.rifidi.edge.api.service.tagmonitor.RSSIMonitoringServiceImpl&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;constructor-arg index=&amp;quot;0&amp;quot; value=&amp;quot;AppService&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;constructor-arg index=&amp;quot;1&amp;quot; value=&amp;quot;RSSI&amp;quot; /&amp;gt;&lt;br /&gt;
&amp;lt;/bean&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Give the name you want to the bean ID, and give your implementation &lt;br /&gt;
class as the class. Constructor arg 0 must be &amp;quot;AppService&amp;quot;. Constructor &lt;br /&gt;
arg 1 can be anything that doesn't already exist.&lt;br /&gt;
&lt;br /&gt;
* 3)Add an entry like this to app-api.xml:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;osgi:service ref=&amp;quot;RSSIMonitoringService&amp;quot; auto-export=&amp;quot;interfaces&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The ref should be your bean ID.&lt;br /&gt;
&lt;br /&gt;
After that, your service should be available.&lt;/div&gt;</summary>
		<author><name>Bppause</name></author>	</entry>

	</feed>