<?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>Great Java &#187; social-media</title>
	<atom:link href="http://greatjava.org/tag/social-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://greatjava.org</link>
	<description>Caffeinated Babblings!</description>
	<lastBuildDate>Tue, 11 May 2010 21:26:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sharepoint for Enterprise Social Media?</title>
		<link>http://greatjava.org/2009/07/sharepoint-for-enterprise-social-media/</link>
		<comments>http://greatjava.org/2009/07/sharepoint-for-enterprise-social-media/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 03:52:30 +0000</pubDate>
		<dc:creator>The Great Java</dc:creator>
				<category><![CDATA[Social Media]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[profile]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[social-media]]></category>

		<guid isPermaLink="false">http://greatjava.org/?p=179</guid>
		<description><![CDATA[The answer is no.
A friend of mine says software selection is only 10% of what makes a successful solution. I&#8217;ll agree if the software options all have a set of base features you need! I think the point is there is a lot more to a successful implementation than the underlying software platform (and I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>The answer is no.</p>
<p>A friend of mine says software selection is only 10% of what makes a successful solution. I&#8217;ll agree if the software options all have a set of base features you need! I think the point is there is a lot more to a successful implementation than the underlying software platform (and I&#8217;m learning more every day).</p>
<p>Having a few years experience trying to implement Social Media tools in a big company I have a few thoughts on what those base features are.  This week I&#8217;ve been asked three times about Sharepoint, so I decided to blog my opinion.  I&#8217;m not trying to bash Sharepoint, it does Microsoft Office team collaboration quite well. The lists feature is very powerful and underused. You can build simple Intranet sites with it quickly. So, I&#8217;ll explore what I think a social platform should be, and note why I think Sharepoint doesn&#8217;t have the core features you&#8217;ll need.</p>
<p>Social software starts with the individual.  Your sales division isn&#8217;t a social entity, but the people in it are.  While an enterprise social software solution should recognize the reality of the organization (but maybe not focused on the corporate hierarchy) its focus must be the individual contributor. The data you capture should use tags, search, and personal networks to bring it all together.  One easy example is bookmarks.  Individuals add bookmarks to the system with a URL, description, and a set of tags.  Ideally, a user should be able to target that bookmark to an interest group, blog, etc.  People in that individual&#8217;s network should see the fact the bookmark was added.  Anyone can search by tag or description and find other relevant or recommended bookmarks. <strong>It&#8217;s more than adding a link to a site.</strong> Sharepoint allows you to add a URL to a site, that&#8217;s where it ends. Sharepoint doesn&#8217;t support tags without an add-on, and then the tags are only applied to certain parts of the site &#8211; not to bookmarks.  In Sharepoint the bookmark belongs to a site, and you can&#8217;t search all bookmarks, check for commonly used tags, or find trends.  It&#8217;s just a link on a page. So can you store bookmarks on Sharepoint? Sure. Is Sharepoint a suitable platform for social bookmarking? Not even close. There are some free add-on tools to let you build in some lists and web parts but is that what you want for an enterprise platform? The core features should be in the product, not a set of after thoughts.</p>
<p>How about Communities or Groups?  This is one place Sharepoint has some rich features.  Unfortunately it fails to weave the content together within a community, or provide a way to surface up content to a global level.  Content in a group should come in the form of blogs, bookmarks, forums, and more. When those things are all tagged you can navigate through the group easily.  Sharepoint doesn&#8217;t provide tags, or any easy way to search across many sites (I do hear some people have success with global search of textual content in 3.0).  How about show me all forum entries and bookmarks tagged with &#8220;coffee&#8221;? Sharepoint doesn&#8217;t support tagging or the navigation and search mechanisms for it. Social software systems for the enterprise must feature a great meta-data driven search or they won&#8217;t be useful. Features like blogs should be allow authorship from both groups and individuals.</p>
<p>Another core feature is system news or activity where you can see a log of what&#8217;s happening in the entire company or your personal network. Just having a colleague or friend list is very useful if you can&#8217;t use it to navigate relevant content in the system. In Sharepoint assumes what is relevant is what&#8217;s in the site you are viewing. It doesn&#8217;t allow you can&#8217;t get feeds of what&#8217;s new by artifact type, or by your &#8220;friend list&#8221;. While all system components should feed the activity stream, a user should be able to insert something into the stream with a status update.  This can contain a note or link to offsite material, etc.  Sharepoint has no notion of status updates or an architecture to support features feeding into a single repository the user can view.  if you use FaceBook this is the Home/Newsfeed.</p>
<p><span style="display: inline;">A great platform needs to be accessible.  In the 90&#8217;s that meant some type of COM or CORBA interface. Later, middleware interfaces morphed into web services.  Today RESTful interfaces that only require simple HTTP interactions (like Atom/Atompub) allow for mashups and are what people expect.  While Sharepoint does expose a lot of the underlying data via a web services model (I&#8217;ve been told it&#8217;s extensive) you&#8217;ll have to write a lot of REST based wrappers to enable easy interaction.  Using feeds to get data is tough with Sharepoint.  I&#8217;ve found you get a basic feed, but the options to get content by age, ranking, etc is non-existent. Even a list&#8217;s feed may be useful (could be somewhat static) but Sharepoint seems to treat most feeds like &#8220;news&#8221; and only give you recent content. Don&#8217;t skimp on the API. </span></p>
<p>I could go on and talk about using crowd sourcing for idea and news and other features.  I&#8217;m sure there is an add-on for this or that, and Microsoft has some new tidbit in the latest release.  Do you want to build a social software system on top of a groupware solution? Why? Find a social sofware solution that is evolving with each release, don&#8217;t build something on a platform with none of the infrastructure or mentality you need.</p>
<p>Summary &amp; Other features I&#8217;d look for:</p>
<ul>
<li>Groups of people can do the same things individuals can.  If a person can store bookmarks, or have a blog a group of people should have those features.</li>
<li>Profiles must be extendible, tag centric, and support personal networks.</li>
<li>Blogs should allow multiple authors.</li>
<li>Everything should feed an activity log the user can filter by their network, tags, etc.</li>
<li>Ratings &amp; commenting should be pervasive features of any artifact.</li>
<li>Rich notifications scheme that uses feeds and email.</li>
<li>Don&#8217;t overlook crowd sourcing features.</li>
<li>Pre-Built widgets that can be leveraged with simple JavaScript.</li>
</ul>
<p>If you are looking for a platform check out Sparta Networks, IBM Lotus Connections, and Jive Software.  I use Lotus Connections and think the 2.5 version fits much of what I want in a platform. Don&#8217;t bother flaming me, it&#8217;s simply my experience and opinion.  If you don&#8217;t like it go find a blog that agrees with your thinking and enjoy it (and have a cup of coffee too).</p>
]]></content:encoded>
			<wfw:commentRss>http://greatjava.org/2009/07/sharepoint-for-enterprise-social-media/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Does your Corporate Culture Clash with your Social Side?</title>
		<link>http://greatjava.org/2009/05/does-your-corporate-culture-clash-with-your-social-side/</link>
		<comments>http://greatjava.org/2009/05/does-your-corporate-culture-clash-with-your-social-side/#comments</comments>
		<pubDate>Thu, 28 May 2009 03:09:55 +0000</pubDate>
		<dc:creator>The Great Java</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[culture]]></category>
		<category><![CDATA[social-media]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://greatjava.org/2009/05/does-your-corporate-culture-clash-with-your-social-side/</guid>
		<description><![CDATA[You&#8217;ve seen the Mac and PC commercials right? Apple products are hip, fun, and counter-cultural. iPods, iMacs, and iPhones generally exude a fun, simple, elegant design. Working at Apple must be a really progressive place just like the commercials right? Everybody blogs, lots of wikis and ad-hoc collaboration? Nope. Apple employees aren&#8217;t supposed to have [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="apple logo" src="http://upload.wikimedia.org/wikipedia/en/a/ab/Apple-logo.png" alt="" width="95" height="104" />You&#8217;ve seen the <a href="http://www.youtube.com/watch?v=Q2bByYgk4dk">Mac and PC commercials</a> right? Apple products are hip, fun, and counter-cultural. iPods, iMacs, and iPhones generally exude a fun, simple, elegant design. Working at Apple must be a really progressive place just like the commercials right? Everybody blogs, lots of wikis and ad-hoc collaboration? Nope. Apple employees aren&#8217;t supposed to have personal blogs (something about speaking with &#8220;one voice&#8221;).</p>
<p>The United States Government typically brings to mind thoughts of red tape and process for anything and everything. Think up-tight, uniforms, and nobody shares information. Wikis and blogs would be squashed by regulators or the CIA Right? Nope. The government, particularly the Intelligence and Military, is all over social media tools and is a role model in many respects (<a href="http://en.wikipedia.org/wiki/Intellipedia">one example</a>).</p>
<p>We&#8217;ve come a long way. Wikis and other trendy collaboration tools popped up many years ago under the desks of IT folks who got tired of boring document management systems and static Intranet portals. Today every corporate leader is being yelled at, &#8220;Get a 2.0 Collaboration Strategy!&#8221;</p>
<p>Most companies go through an evolution of tools and platforms to get to a consolidated, supported, &#8220;everywhere&#8221; platform. As the tools evolve so do new policies to deal with this new media. Often younger segments of the workforce expect these tools, more seasoned employees question them.</p>
<p>How about your workplace? Do you have tools to find other employees based on their user profile? Is there a corporate &#8220;Encyclopedia&#8221; anyone can contribute to? Can you quickly create ad-hoc communities to share information without email lists? Do you have these tools but your corporate culture is holding back their adoption?</p>
]]></content:encoded>
			<wfw:commentRss>http://greatjava.org/2009/05/does-your-corporate-culture-clash-with-your-social-side/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lotus Connections 2.5</title>
		<link>http://greatjava.org/2009/01/lotus-connections-25/</link>
		<comments>http://greatjava.org/2009/01/lotus-connections-25/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 12:52:27 +0000</pubDate>
		<dc:creator>The Great Java</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[connections]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[social-media]]></category>

		<guid isPermaLink="false">http://www.greatjava.org/2009/01/19/lotus-connections-25/</guid>
		<description><![CDATA[LotusSphere 2009 is going on this week in Orlando. I was unable to attend, but I am very excited to see some sneak-peek announcements this morning about the only Lotus product I care about, Lotus Connections.
Picking a base product for any service offering is a lot like jumping on a train.  At the end [...]]]></description>
			<content:encoded><![CDATA[<p>LotusSphere 2009 is going on this week in Orlando. I was unable to attend, but I am very excited to <a href="http://www.lbenitez.com/2009/01/what-new-in-lotus-connections-v25.html">see some sneak-peek announcements this morning</a> about the only Lotus product I care about, Lotus Connections.</p>
<p>Picking a base product for any service offering is a lot like jumping on a train.  At the end of the day it&#8217;s a leap and if you make it, well, you probably got lucky.  I&#8217;ve been busy working with the 2.0 version of this product and it seems at every turn I&#8217;m having &#8220;close but no cigar&#8221; moments.  I&#8217;ve found myself adding patchwork to get some of the capabilities and look I want, often saying, &#8220;darn it&#8217;s so close!&#8221;.  From what I&#8217;ve seen on this blog, the 2.5 version will add many of the things I&#8217;ve been hoping for.</p>
<p>It drives me crazy when systems organize information on a web site by functional views rather than usage scenarios.  Can you imagine when you went to Facebook if you had to see &#8220;Picture updates&#8221; then go to another location for &#8220;Status Updates&#8221;, and then another for &#8220;Profile Updates&#8221;?  You want to see everything happening, and in Facebook that&#8217;s called the &#8220;News Feed&#8221;.  Looks like LC 2.5 will be adding that and we can leave behind the individual widgets on Homepage.  Unfortunately it looks like the Community pages are still grouped by system, but we can easily write a widget to work off of a custom aggregate feed.</p>
<p>Communities is picking up a lot of much needed functionality from the screenshots.  File sharing, Wiki, smells like Quickr.  I&#8217;m not sure why the two products haven&#8217;t merged yet because they are so complimentary.  If the Wiki is the Quickr wiki I really hope there will still be an integration plan for Confluence.  Confluence is the leader in this space and many people have huge installations they won&#8217;t migrate.  A simple way to map a community to a Confluence space + some member management would neatly fit the bill. Now that there is widget support I could create a widget for displaying Confluence content (oh, I have one&#8230;)</p>
<p>Not much information on the new forum support in Communities.  The current forum isn&#8217;t really much better than FB and is too light for serious use.  It needs to be top-notch.  It needs to have Feed support by community, not topic centric.</p>
<p>Profiles is getting a &#8220;wall&#8221; which I guess in the corporate world will be called &#8220;Buzz&#8221;.  There is a &#8220;status&#8221; but I wonder how Twitter-like it will be.  Seems more like facebook status than twitter.  I feed Twitter into FB and use it to update FB but also use it for conversations in twitterland.</p>
<p>Thanks Luis for the <a href="http://www.lbenitez.com/2009/01/what-new-in-lotus-connections-v25.html">sneak peek</a>, we&#8217;ll be waiting for a beta version <img src='http://greatjava.org/greatjava/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://greatjava.org/2009/01/lotus-connections-25/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Buzzwords Can Hurt</title>
		<link>http://greatjava.org/2008/10/buzzwords-can-hurt/</link>
		<comments>http://greatjava.org/2008/10/buzzwords-can-hurt/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 03:15:28 +0000</pubDate>
		<dc:creator>The Great Java</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[buzzwords]]></category>
		<category><![CDATA[send help]]></category>
		<category><![CDATA[social-media]]></category>

		<guid isPermaLink="false">http://www.greatjava.org/2008/10/06/buzzwords-can-hurt/</guid>
		<description><![CDATA[You&#8217;ve heard the old saying about &#8220;Sticks and Stones may break my bones, but words will never hurt me&#8221; right?  I think we know that&#8217;s not true, but it&#8217;s also wrong when it comes to buzzwords in the Enterprise.  Want to see your corporate leadership and legal department run to the hills and [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve heard the old saying about &#8220;Sticks and Stones may break my bones, but words will never hurt me&#8221; right?  I think we know that&#8217;s not true, but it&#8217;s also wrong when it comes to buzzwords in the Enterprise.  Want to see your corporate leadership and legal department run to the hills and prepare for war?  Say these words together, &#8220;social, media, intranet&#8221;.</p>
<p>“Social Media” is a buzzword.  Essentially social media sites are just web applications that allow people to interact by sharing.  The sharing may be in many forms (just a few for example):</p>
<p>•	Conversations – Forums, Blogs, Twitter<br />
•	Web Site Links  – Bookmark sites (delicous), News sites (digg, reddit)<br />
•	Documents – Wikipedia, WetPaint, Google Docs<br />
•	Personal Information – Linked in, Facebook, MySpace<br />
•	Pictures &#8211; Flickr, Picassa</p>
<p>So choose your words wisely, especially the buzzwords!  Another term your leadership and lawyers might find far more palatable is &#8220;employee contributed content&#8221;.  Enterprise Social Media could be called &#8220;Collaboration 2.0 &#8211; Employee contributed content that drives knowledge management.  Just makes you want to puke and go work for a start-up?  Dittos. <img src='http://greatjava.org/greatjava/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://greatjava.org/2008/10/buzzwords-can-hurt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time for a Flogging</title>
		<link>http://greatjava.org/2008/04/time-for-a-flogging/</link>
		<comments>http://greatjava.org/2008/04/time-for-a-flogging/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 01:59:50 +0000</pubDate>
		<dc:creator>The Great Java</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[flogging]]></category>
		<category><![CDATA[reality-4-me]]></category>
		<category><![CDATA[social-media]]></category>
		<category><![CDATA[stupid]]></category>

		<guid isPermaLink="false">http://www.greatjava.org/2008/04/22/time-for-a-flogging/</guid>
		<description><![CDATA[Ever feel like you are wearing the corporate version of a &#8220;kick-me&#8221; sign?  I&#8217;ve found it very interesting dealing with the legal/management concerns some companies have about concepts like blogging.  Most companies have knowledge management tools that allow for searching, searchable repositories (often web accessible), and gads of Intranet pages created by goodness-knows-what [...]]]></description>
			<content:encoded><![CDATA[<p>Ever feel like you are wearing the corporate version of a &#8220;kick-me&#8221; sign?  I&#8217;ve found it very interesting dealing with the legal/management concerns some companies have about concepts like blogging.  Most companies have knowledge management tools that allow for searching, searchable repositories (often web accessible), and gads of Intranet pages created by goodness-knows-what (you&#8217;ve heard of Sharepoint right?).</p>
<p>It&#8217;s all okay, just don&#8217;t use the &#8220;b word&#8221;. Don&#8217;t understand?  Watch the video.</p>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/4N8bCFXrSpM&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/4N8bCFXrSpM&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
<p>I love the last idea &#8211; let&#8217;s implement that in every corporate blog across the country!</p>
<p>I can see the pointy-haired boss inviting Dilbert to his office.  He asks him to implement &#8220;flogging&#8221;.  Dilbert smiles wondering if it could be true.</p>
]]></content:encoded>
			<wfw:commentRss>http://greatjava.org/2008/04/time-for-a-flogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to be Social?</title>
		<link>http://greatjava.org/2008/02/where-to-be-social/</link>
		<comments>http://greatjava.org/2008/02/where-to-be-social/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 21:31:06 +0000</pubDate>
		<dc:creator>The Great Java</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social-media]]></category>

		<guid isPermaLink="false">http://www.greatjava.org/2008/02/27/where-to-be-social/</guid>
		<description><![CDATA[Social networking tools are becoming a commodity.  Look at the script panel of any Internet hosting company and you&#8217;ll see blogging tools, interactive content management systems, wikis, and more.  There are also a host of free software service sites.  Blogger.com and wordpress.com are just a couple examples in the blog space.  [...]]]></description>
			<content:encoded><![CDATA[<p>Social networking tools are becoming a commodity.  Look at the script panel of any Internet hosting company and you&#8217;ll see blogging tools, interactive content management systems, wikis, and more.  There are also a host of free software service sites.  Blogger.com and wordpress.com are just a couple examples in the blog space.  These online services offer something more than software &#8211; they provide an audience!</p>
<p>
Through the front page of these sites, taxonomy, and search people can find your content.  These sites also are starting to provide integration with other social media through open APIs like <a href="http://code.google.com/apis/opensocial/">OpenSocial</a>.
</p>
<p>
So given the option of self-hosting a site or using online services what should a person or organization choose?  While there are a lot of variables to consider, I think integrating online services into a hosted community is a great option.  Maybe your thought leaders should have a blog on blogger.com and incorporate that into your website with RSS/Atom.  That gets your organization a place on the larger internet but still allows the content to be part of your custom website.
</p>
<p>
I think smaller organizations and communities can greatly benefit from hosting a package that best fits their needs.  That might be a wiki, SN Site (PHPzabi, Dolphin, etc) or CMS (like Drupal or Joomla). Using blog feeds, IM presence indicators, and flexible profile options allow for the greatest community customizations while embracing what is already available as a service on the web.
</p>
<p>
This opinion is subject to change next week <img src='http://greatjava.org/greatjava/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://greatjava.org/2008/02/where-to-be-social/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
