<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>It's Only Software » [Tutorial] Twittering from Java with Twitter4J - It’s Only Software</title>
	
	<link>http://www.mularien.com/blog</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<pubDate>Wed, 19 Nov 2008 12:18:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ItsOnlySoftware" type="application/rss+xml" /><item>
		<title>[Tutorial] Twittering from Java with Twitter4J</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/458339796/</link>
		<comments>http://www.mularien.com/blog/2008/11/19/tutorial-twittering-from-java-with-twitter4j/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:18:09 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[java]]></category>

		<category><![CDATA[tutorial]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[twitter4j]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/?p=87</guid>
		<description>Really, this is so easy it&amp;#8217;s almost not worthy of a blog post. Twitter4J is a tiny library wrapping interaction with Twitter APIs.
Creating a new tweet is as simple as:

	    Twitter twitter = new Twitter&amp;#40;&amp;#34;username&amp;#34;,&amp;#34;password&amp;#34;&amp;#41;;
	    Status status = twitter.update&amp;#40;title&amp;#41;;

The Twitter4J page has a series of simple examples covering timelines [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/458339796" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/11/19/tutorial-twittering-from-java-with-twitter4j/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/11/19/tutorial-twittering-from-java-with-twitter4j/</feedburner:origLink></item>
		<item>
		<title>Corporate Blog Post: Building a Collaborative Enterprise: Twitter (Part 1)</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/458329022/</link>
		<comments>http://www.mularien.com/blog/2008/11/19/corporate-blog-post-building-a-collaborative-enterprise-twitter-part-1/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:16:19 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[corporate]]></category>

		<category><![CDATA[enterprise]]></category>

		<category><![CDATA[opinion]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/?p=90</guid>
		<description>Cross-posting in case readers here are interested.
Building a Collaborative Enterprise: Twitter (Part 1)

  addthis_url    = 'http%3A%2F%2Fwww.mularien.com%2Fblog%2F2008%2F11%2F19%2Fcorporate-blog-post-building-a-collaborative-enterprise-twitter-part-1%2F';
  addthis_title  = 'Corporate+Blog+Post%3A+Building+a+Collaborative+Enterprise%3A+Twitter+%28Part+1%29';
  addthis_pub    = '';&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/458329022" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/11/19/corporate-blog-post-building-a-collaborative-enterprise-twitter-part-1/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/11/19/corporate-blog-post-building-a-collaborative-enterprise-twitter-part-1/</feedburner:origLink></item>
		<item>
		<title>Rerouting Spring Security 2 Login Page Through a Spring Controller</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/449168306/</link>
		<comments>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 05:13:25 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[acegi]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[jsp]]></category>

		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/?p=77</guid>
		<description>Interestingly, a month or so after I posted my 5 Minute Guide to Spring Security 2, a commonly asked question was asked on the Spring forums. I figured I&amp;#8217;d address it here, because (once again in Spring/Acegi Security integration) the answer wasn&amp;#8217;t really obvious.
Essentially, the question goes something like this:
The examples I can find using [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/449168306" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/11/11/rerouting-spring-security-2-login-page-through-a-spring-controller/</feedburner:origLink></item>
		<item>
		<title>How Open Source is Spring?: An Analytical Investigation</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/397212056/</link>
		<comments>http://www.mularien.com/blog/2008/09/19/how-open-source-is-spring-an-analytical-investigation/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 13:29:39 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[java]]></category>

		<category><![CDATA[opensource]]></category>

		<category><![CDATA[opinion]]></category>

		<category><![CDATA[random]]></category>

		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/09/19/how-open-source-is-spring-an-analytical-investigation/</guid>
		<description>This post is to expand on some of the thoughts I posted on the SpringSource Blog in response to Rod Johnson&amp;#8217;s excellent description of the SpringSource business model and its commitment to development of open source software.
Now that SpringSource has shown an ability to crank out new product releases on a seemingly weekly basis, I [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/397212056" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/09/19/how-open-source-is-spring-an-analytical-investigation/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/09/19/how-open-source-is-spring-an-analytical-investigation/</feedburner:origLink></item>
		<item>
		<title>Corporate Blog Post: “Why and How to Bring Legacy Applications to the Web”</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/386650964/</link>
		<comments>http://www.mularien.com/blog/2008/09/08/corporate-blog-post-why-and-how-to-bring-legacy-applications-to-the-web/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 12:52:29 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[development]]></category>

		<category><![CDATA[opinion]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/09/08/corporate-blog-post-why-and-how-to-bring-legacy-applications-to-the-web/</guid>
		<description>Cross-posting here in case any of my regular readers are interested. I made my first post to the Edgewater Corporate Blog on the subject of moving legacy applications to the web. It&amp;#8217;s not really technical, but gives more of a high level view of some of the (many) considerations I (and others) have run into. [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/386650964" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/09/08/corporate-blog-post-why-and-how-to-bring-legacy-applications-to-the-web/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/09/08/corporate-blog-post-why-and-how-to-bring-legacy-applications-to-the-web/</feedburner:origLink></item>
		<item>
		<title>When will the SpringSource blog spam end?</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/377954232/</link>
		<comments>http://www.mularien.com/blog/2008/08/29/when-will-the-springsource-blog-spam-end/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 09:58:35 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[java]]></category>

		<category><![CDATA[opensource]]></category>

		<category><![CDATA[spring]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/08/29/when-will-the-springsource-blog-spam-end/</guid>
		<description>Since I spend a lot of time working with Spring, one of the many blogs in my daily read list is the SpringSource Team Blog, both articles and comments. I have gotten really tired, however, of the constant SEO spammers hitting the SpringSource blog. 
It&amp;#8217;s unfortunate that with SpringSource&amp;#8217;s multi-million dollar funding rounds ($15M raised [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/377954232" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/08/29/when-will-the-springsource-blog-spam-end/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/08/29/when-will-the-springsource-blog-spam-end/</feedburner:origLink></item>
		<item>
		<title>FYI: Eclipse 3.4 (”Ganymede”) + Hibernate IDE = NoClassDefFoundError</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/367818707/</link>
		<comments>http://www.mularien.com/blog/2008/08/18/fyi-eclipse-34-ganymede-hibernate-ide-noclassdeffounderror/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 05:36:16 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[eclipse]]></category>

		<category><![CDATA[hibernate]]></category>

		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/08/18/fyi-eclipse-34-ganymede-hibernate-ide-noclassdeffounderror/</guid>
		<description>A heads up in case anyone is thinking about using these together. Currently (Aug 18, 2008), the release version of Hibernate IDE (aka the Hibernate Eclipse plugin) does not work with Eclipse 3.4 (&amp;#8221;Ganymede&amp;#8221;) without one of 2 things:

Unjarring, copying, and rejarring a file from Eclipse 3.3
Using the Hibernate IDE Nightly Update Site

Discussion for this [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/367818707" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/08/18/fyi-eclipse-34-ganymede-hibernate-ide-noclassdeffounderror/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/08/18/fyi-eclipse-34-ganymede-hibernate-ide-noclassdeffounderror/</feedburner:origLink></item>
		<item>
		<title>Stupid IE 6 Bug #182478: Check boxes added through Javascript aren’t checked</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/357978318/</link>
		<comments>http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 02:44:05 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[dom]]></category>

		<category><![CDATA[html]]></category>

		<category><![CDATA[ie]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[prototype]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/</guid>
		<description>Straightforward explanation and solution of the IE checkbox bug here.
Just ran into this goofy issue recently. So, if you set the &amp;#8216;checked&amp;#8217; attribute on a checkbox before it&amp;#8217;s part of the DOM, in IE 6, the checkbox will not actually be checked. Brilliant!
Solution: 

Set the checked attribute after adding the node to the DOM
Set the [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/357978318" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/</feedburner:origLink></item>
		<item>
		<title>[Opinion] Every Efficient Developer Should Know…</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/337676827/</link>
		<comments>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 03:25:00 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[learning]]></category>

		<category><![CDATA[opinion]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/</guid>
		<description>&amp;#8230; unix command-line tools, specifically for text processing. One of the most important learning experiences of my career was sitting down as part of my work at the CIIR and actually reading (cover to cover!) O&amp;#8217;Reilly&amp;#8217;s seminal book, sed and awk:

I followed up with a book on Unix shell scripting, and have literally used this [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/337676827" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/07/16/opinion-every-efficient-developer-should-know/</feedburner:origLink></item>
		<item>
		<title>5 Minute Guide to Spring Security</title>
		<link>http://feeds.feedburner.com/~r/ItsOnlySoftware/~3/329393403/</link>
		<comments>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 02:02:21 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
		
		<category><![CDATA[acegi]]></category>

		<category><![CDATA[development]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[spring]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/</guid>
		<description>Although I&amp;#8217;ve used Acegi Security in the past, I hadn&amp;#8217;t tried it since it was renamed Spring Security and folded into the Spring Portfolio. I decided to approach its integration into a typical Spring web application with the eyes of a new user and write up my notes as a 5 minute guide to Spring [...]&lt;img src="http://feeds.feedburner.com/~r/ItsOnlySoftware/~4/329393403" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/feed/</wfw:commentRss>
		<feedburner:origLink>http://www.mularien.com/blog/2008/07/07/5-minute-guide-to-spring-security/</feedburner:origLink></item>
	</channel>
</rss>
