<?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>Remedies for Remedy &#187; java API</title>
	<atom:link href="http://remediesforremedy.com/tag/java-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://remediesforremedy.com</link>
	<description>Its all about Remedy</description>
	<lastBuildDate>Sun, 25 Jul 2010 18:12:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ARSocial, a Java Plugin for Twitter – BMC Remedy AR System integration</title>
		<link>http://remediesforremedy.com/2010/03/arsocial-a-java-plugin-for-twitter-%e2%80%93-bmc-remedy-ar-system-integration/</link>
		<comments>http://remediesforremedy.com/2010/03/arsocial-a-java-plugin-for-twitter-%e2%80%93-bmc-remedy-ar-system-integration/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 20:18:17 +0000</pubDate>
		<dc:creator>RfR</dc:creator>
				<category><![CDATA[AR System]]></category>
		<category><![CDATA[Tools and Integration]]></category>
		<category><![CDATA[ARSocial]]></category>
		<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[ITIL]]></category>
		<category><![CDATA[ITSM]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[java API]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[remedy]]></category>
		<category><![CDATA[sebas]]></category>
		<category><![CDATA[tweets]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://remediesforremedy.com/?p=1530</guid>
		<description><![CDATA[Credits &#8211; Sebastiaan de Mann
Twitter &#8211; @sebas
&#8220;ARSocial is a Twitter – BMC Remedy AR System integration that allows you to publish tweets, replies, direct messages as well as have an overview of your friends timeline, a search option and mentions. Because it is based on the AR System it can be fully integrated into the [...]]]></description>
		<wfw:commentRss>http://remediesforremedy.com/2010/03/arsocial-a-java-plugin-for-twitter-%e2%80%93-bmc-remedy-ar-system-integration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create, Modify and Query Records in Remedy using Remedy Java API</title>
		<link>http://remediesforremedy.com/2009/12/create-modify-and-query-records-in-remedy-using-remedy-java-api/</link>
		<comments>http://remediesforremedy.com/2009/12/create-modify-and-query-records-in-remedy-using-remedy-java-api/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 12:53:46 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[AR System]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[bmc]]></category>
		<category><![CDATA[BMC Certifications]]></category>
		<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[java API]]></category>
		<category><![CDATA[remedy]]></category>
		<category><![CDATA[Service Desk]]></category>

		<guid isPermaLink="false">http://remediesforremedy.com/?p=1208</guid>
		<description><![CDATA[Use of Remedy Java API to Create, Modify and Query Records (Amar Dadhi)
Remedy Java API is most tight synchronous way of integrating AR System with legacy applications. It is most sophisticated way of integrating remedy applications. The sample source code given below will describe how to use java api. Refer AR System integration document for [...]]]></description>
		<wfw:commentRss>http://remediesforremedy.com/2009/12/create-modify-and-query-records-in-remedy-using-remedy-java-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Incident ticket in BMC Remedy via Java API</title>
		<link>http://remediesforremedy.com/2009/12/create-ticket-in-bmc-remedy-via-java-api/</link>
		<comments>http://remediesforremedy.com/2009/12/create-ticket-in-bmc-remedy-via-java-api/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:52:36 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[AR System]]></category>
		<category><![CDATA[Integrations]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[bmc remedy 7.5]]></category>
		<category><![CDATA[incident management 7.5]]></category>
		<category><![CDATA[ITSM]]></category>
		<category><![CDATA[JAVA]]></category>
		<category><![CDATA[java API]]></category>
		<category><![CDATA[Service Desk]]></category>

		<guid isPermaLink="false">http://remediesforremedy.com/?p=1337</guid>
		<description><![CDATA[/* This creates an entry in the form HPD:Help Desk, returns the Entry ID (not Incident Number) to the command line */

import com.bmc.arsys.api.*;
public class CreateEntry {
public static void main(String[] args) {
//Initialize a new ARServerUser object, this is the main object we are using for all actions
// for e.g. user=Demo, password=pwd, server=remedy, port=7100
ARServerUser context = new [...]]]></description>
		<wfw:commentRss>http://remediesforremedy.com/2009/12/create-ticket-in-bmc-remedy-via-java-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s new in AR System Remedy 7.5 version</title>
		<link>http://remediesforremedy.com/2009/04/whats-new-in-ar-system-remedy-7-5-version/</link>
		<comments>http://remediesforremedy.com/2009/04/whats-new-in-ar-system-remedy-7-5-version/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 18:49:11 +0000</pubDate>
		<dc:creator>Venkat</dc:creator>
				<category><![CDATA[AR System]]></category>
		<category><![CDATA[Remedy 7.5]]></category>
		<category><![CDATA[AR server]]></category>
		<category><![CDATA[arsystem 7.5]]></category>
		<category><![CDATA[bmc]]></category>
		<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[BSM]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[ITSM]]></category>
		<category><![CDATA[itsm 7.5]]></category>
		<category><![CDATA[java API]]></category>
		<category><![CDATA[New Features]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[remedy]]></category>
		<category><![CDATA[remedy 75]]></category>

		<guid isPermaLink="false">http://remedy75.wordpress.com/?p=52</guid>
		<description><![CDATA[A week with AR System Remedy 7.5.00
There are many changes in the new version, and most noticable and heavily impacted change that all the developers feel is the new Developer Studio (a.k.a. Admin Tool). The new IDE has replaced the old Admin tool which has new and improved look. The way we develop applications over [...]]]></description>
		<wfw:commentRss>http://remediesforremedy.com/2009/04/whats-new-in-ar-system-remedy-7-5-version/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
