<?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: BT&#8217;s Java SDK</title>
	<atom:link href="http://www.kerrybuckley.org/2007/02/17/bts-java-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrybuckley.org/2007/02/17/bts-java-sdk/</link>
	<description>What's the simplest thing that could possibly go wrong?</description>
	<lastBuildDate>Mon, 30 Jan 2012 16:30:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zac</title>
		<link>http://www.kerrybuckley.org/2007/02/17/bts-java-sdk/comment-page-1/#comment-18789</link>
		<dc:creator>Zac</dc:creator>
		<pubDate>Mon, 08 Dec 2008 13:25:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2007/02/17/bts-java-sdk/#comment-18789</guid>
		<description>BT are always proposing excellent services, if these ever actualy get realised they usually fail to live up to their potential</description>
		<content:encoded><![CDATA[<p>BT are always proposing excellent services, if these ever actualy get realised they usually fail to live up to their potential</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stubblog</title>
		<link>http://www.kerrybuckley.org/2007/02/17/bts-java-sdk/comment-page-1/#comment-416</link>
		<dc:creator>Stubblog</dc:creator>
		<pubDate>Fri, 09 Mar 2007 00:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2007/02/17/bts-java-sdk/#comment-416</guid>
		<description>&lt;strong&gt;Holy Crap!! BT announce Web&#160;API...&lt;/strong&gt;

British Telecom have announced an API, called Web21C (catchy!) that grants you access to some of their network services, SMS, VOICE CALLS!! and, well pretty much every service BT offer. If they don&#8217;t get it all tangled in the usual BT beurocracy,...</description>
		<content:encoded><![CDATA[<p><strong>Holy Crap!! BT announce Web&nbsp;API&#8230;</strong></p>
<p>British Telecom have announced an API, called Web21C (catchy!) that grants you access to some of their network services, SMS, VOICE CALLS!! and, well pretty much every service BT offer. If they don&#8217;t get it all tangled in the usual BT beurocracy,&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry</title>
		<link>http://www.kerrybuckley.org/2007/02/17/bts-java-sdk/comment-page-1/#comment-260</link>
		<dc:creator>Kerry</dc:creator>
		<pubDate>Mon, 19 Feb 2007 12:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2007/02/17/bts-java-sdk/#comment-260</guid>
		<description>Yes, &lt;code&gt;Messaging#send()&lt;/code&gt; is overloaded.

What &lt;em&gt;DE&lt;/em&gt; is getting at is that instead of this:
&lt;pre&gt;
Messaging smsService = new Messaging();
SmsMessage message = new SmsMessage();
message.addRecipient(&quot;tel:+447700900123&quot;);
message.setSubject(&quot;Testing...&quot;);
message.setMessageText(&quot;Hello world, from the Web21C SDK&quot;);
smsService.send(message);
&lt;/pre&gt;
I could have just used a convenience method:
&lt;pre&gt;
Messaging smsService = new Messaging();
smsService.send(&quot;tel:+447700900123&quot;,
        &quot;Hello world, from the Web21C SDK&quot;,
        &quot;Testing...&quot;);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Yes, <code>Messaging#send()</code> is overloaded.</p>
<p>What <em>DE</em> is getting at is that instead of this:</p>
<pre>
Messaging smsService = new Messaging();
SmsMessage message = new SmsMessage();
message.addRecipient("tel:+447700900123");
message.setSubject("Testing...");
message.setMessageText("Hello world, from the Web21C SDK");
smsService.send(message);
</pre>
<p>I could have just used a convenience method:</p>
<pre>
Messaging smsService = new Messaging();
smsService.send("tel:+447700900123",
        "Hello world, from the Web21C SDK",
        "Testing...");
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: DE</title>
		<link>http://www.kerrybuckley.org/2007/02/17/bts-java-sdk/comment-page-1/#comment-256</link>
		<dc:creator>DE</dc:creator>
		<pubDate>Mon, 19 Feb 2007 00:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.kerrybuckley.com/2007/02/17/bts-java-sdk/#comment-256</guid>
		<description>I hope smsService.send() has overloads!</description>
		<content:encoded><![CDATA[<p>I hope smsService.send() has overloads!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.546 seconds -->

