 




<?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>SOA Talk &#187; spring framework</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/soa-talk/tag/spring-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/soa-talk</link>
	<description>A SearchSOA.com blog</description>
	<lastBuildDate>Fri, 10 May 2013 19:37:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>VMware/SpringSource buys open source cloud message broker RabbitMQ</title>
		<link>http://itknowledgeexchange.techtarget.com/soa-talk/vmwarespringsource-buys-open-source-cloud-message-broker-rabitmq/</link>
		<comments>http://itknowledgeexchange.techtarget.com/soa-talk/vmwarespringsource-buys-open-source-cloud-message-broker-rabitmq/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 20:54:49 +0000</pubDate>
		<dc:creator>RobBarry</dc:creator>
				<category><![CDATA[spring framework]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/soa-talk/vmwarespringsource-buys-open-source-cloud-message-broker-rabitmq/</guid>
		<description><![CDATA[The SpringSource division of VMware today announced the acquisition of Rabbit Technologies, an open source company in the U.K. specializing in enterprise messaging software. SpringSource says the company&#8217;s flagship RabbitMQ open messaging system will be an integral part of its future cloud offerings. SpringSource wrote in a FAQ on the acquisition that it would keep [...]]]></description>
				<content:encoded><![CDATA[<p>The SpringSource division of VMware today announced the acquisition of Rabbit Technologies, an open source company in the U.K. specializing in enterprise messaging software. SpringSource says the company&#8217;s flagship RabbitMQ open messaging system will be an integral part of its future cloud offerings.</p>
<p>SpringSource wrote in a <a href="http://www.springsource.com/rabbit-technologies-acquisition-faq">FAQ on the acquisition</a> that it would keep RabbitMQ, which is based on the open standard Advanced Message Queuing Protocol (AMQP), open source. The company also said it would continue to fully support the RabbitMQ developer community.</p>
<p>RabbitMQ has a track record of use as the backbone of messaging servers for cloud computing environments. Its integration with SpringSource will likely make it a compelling messaging option for developers building private and public cloud applications on Spring Java. As it is built on AMQP, RabbitMQ can be used for application and service messaging as well as communication with front end systems like end user applications.</p>
<p>Spring users most often use JMS for messaging, said Rod Johnson, general manager of VMware SpringSource, when we spoke earlier.<span id="more-1214"></span></p>
<p>&#8220;But we are now seeing greater interest in AMQP, specifically Rabbit, than in the past,&#8221; said Johnson. &#8220;Spring will continue to integrate with a wide variety of JMS providers and what we will be doing is trying to make sure that Rabbit is a very attractive option for the spring community.&#8221;</p>
<p>Johnson said AMQP is arguably better suited to federation than JMS. Many cloud environments are multi-language and multi-platform. Where this is the case, having something tied to Java, like JMS, can be more problematic. For instance, Johnson said if you use a product with a JMS binding, you may get stuck using its proprietary bindings on other platforms. On the other hand, AMQP, as a standard, is available in multiple languages and favors interoperability.</p>
<p>Alexis Richardson, CEO of Rabbit Technologies, gave an example of someone wanting to deploy a cloud service that would be used by all the different mobile phone platforms. How a developer push data to those mobile devices?</p>
<p>&#8220;They can either build a whole lot of different clients and somehow wire them up to JMS,&#8221; said Richardson, &#8220;Or they can use a protocol, which is supported independent of the platform by individual platform providers.&#8221;</p>
<p>When going with a protocol, AMQP joins HTTP, XMTP and HTML5 in the developer&#8217;s arsenal &#8211; with the added benefits around things like queuing, data delivery and content routing.</p>
<p>&#8220;So really its about combining the benefits of something like HTTP with something like JMS, which is specific to Java,&#8221; said Richardson, &#8220;But in an open manor suitable for cloud deployments.&#8221;</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/soa-talk/vmwarespringsource-buys-open-source-cloud-message-broker-rabitmq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware pushes Spring Java toward cloud virtualization with tc Server 2.0</title>
		<link>http://itknowledgeexchange.techtarget.com/soa-talk/vmware-pushes-spring-java-toward-cloud-virtualization-with-tc-server-20/</link>
		<comments>http://itknowledgeexchange.techtarget.com/soa-talk/vmware-pushes-spring-java-toward-cloud-virtualization-with-tc-server-20/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 17:38:15 +0000</pubDate>
		<dc:creator>RobBarry</dc:creator>
				<category><![CDATA[spring framework]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/soa-talk/?p=1205</guid>
		<description><![CDATA[It seems like you can&#8217;t throw a stone in an enterprise IT shop without hitting an Apache Tomcat server these days. Jeffrey Hammond at Forrester Research recently told me around 30% of developers use Tomcat based on findings from two surveys. In another survey from Replay Solutions, 50% of more than 1,000 Java EE users [...]]]></description>
				<content:encoded><![CDATA[<p>It seems like you can&#8217;t throw a stone in an enterprise IT shop without hitting an Apache Tomcat server these days. Jeffrey Hammond at Forrester Research recently told me around 30% of developers use Tomcat based on findings from two surveys. In another <a href="http://info.replaysolutions.com/l/1772/2010-03-22/15B6T">survey from Replay Solutions</a>, 50% of more than 1,000 Java EE users said they would deploy Tomcat app servers in 2010. In light of Tomcat&#8217;s popularity, it is interesting to look at where commercial open source implementations of the technology are headed.</p>
<p>This week, VMware made its Tomcat-based SpringSource tc Server 2.0 available for download. The release represents a continuing integration of SpringSource&#8217;s application development platform into VMware&#8217;s virtualization business, following <a href="http://searchcloudcomputing.techtarget.com/news/article/0,289142,sid201_gci1364403,00.html">its acquisition of SpringSource last year</a>. As part of the release, the company introduced the tc Server Spring Edition, which is supported on VMware&#8217;s virtualization products.</p>
<p>Ovum analyst Tony Baer told me today that SpringSource/VMware  integration is a work in progress.<span id="more-1205"></span> He pointed out VMware&#8217;s aggressive  promotion for getting tc Server into its go-to-market channel. Until May  8 2010, any customer order fulfilled with vSphere, vCenter, View or  ThinApp products will come with two free, perpetual, production-use tc  Server licenses and 60 days of evaluation support.</p>
<p>&#8220;What&#8217;s most  interesting is that VMware is ready to unleash its go-to-market channel  on SpringSource,&#8221; said Baer. &#8220;The barometer of VMware&#8217;s success with  SpringSource will be the degree to which it can ramp up the channel to  go, in essence, higher up the software stack with tc Server.&#8221;</p>
<p>It was a bold move VMware made in acquiring SpringSource and thus expanding its business from operations alone to include application development. However well the cultures of these two companies blend, they have certainly carved out a niche in enterprise Java virtualization with the light-weight Spring Framework.</p>
<p>Spring is quite a bit leaner than the standard Java EE, which many say makes it better suited to virtual environments like private and public clouds. The lighter the application server instance, the more of them you can pack into one physical server. And indeed, VMware has been pushing Spring for private clouds more and more.</p>
<p>It seems that SpringSource is working also to capture as much of the mindshare around enterprise Tomcat as possible. Last month SpringSource launched <a href="http://www.tomcatexpert.com/">TomcatExpert.com</a>, where it offers a library of Tomcat resources and hopes to build an active community. This site is less a forum and more a knowledge base where contributors can post tips, stories, presentations and questions for experts.</p>
<p>Whether or not VMware SpringSource ever becomes the go-to vendor for enterprise Tomcat app servers, the company sure is positioning itself to make an impact in the Java cloud platform space.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/soa-talk/vmware-pushes-spring-java-toward-cloud-virtualization-with-tc-server-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
