Spring.NET Social 1.0.0

Releases | Josh Long | January 30, 2012 | ...

Dear Spring Community,

We are pleased to announce that Spring.NET Social 1.0.0 (as well as adapters for the Dropbox API and the Twitter API) is now available (and LinkedIn API support is in progress!).

Spring Social is an extension of the Spring Framework that helps you connect your applications with Software-as-a-Service (SaaS) providers such as Twitter, Facebook, Dropbox, and more! It offers an extensible service provider framework (including support for OAuth1 and OAuth2) that greatly simplifies the process of connecting local user accounts to hosted provider accounts.

Spring.NET Social supports the following runtime environments:

  • .NET 2.0
  • .NET Client Profile 3.5 and 4.0
  • Silverlight 4.0 and 5.0
  • Windows Phone 7.0 and 7.1

Spring.NET Social Home Page
Spring.NET Social Twitter API Support Home Page
Spring.NET Social Dropbox API Support Home Page
Spring.NET Social LinkedIn API Support (pre-release) Home Page

Want to contribute? There's a rich universe of Social platforms for which Spring.NET Social support can be easily extended and we're actively looking for community contributors interested in adding projects to support Facebook, TripIt, GitHub, and many more!

These projects are hosted at GitHub:

As always, we encourage feedback from the community on this and all aspects of Spring.NET!

VIDEO: SPRINGONE 2GX - Mobile Web Development with HTML5

News | Josh Long | January 30, 2012 | ...

SpringOne 2GX Video: Mobile Web Development with HTML5

SpringOne 2GX 2011 was filled with great content on building better mobile and web applications. In this presentation, Mobile Web Development with HTML5, we get to learn about building compelling mobile applications with HTML5 and technologies like PhoneGap.

This presentation is given by Spring Android lead and mobile expert Roy Clarkson and Spring Developer Advocate Josh Long.

Roy and Josh introduce the innate capabilities of modern HTML 5 mobile browsers and introduce techniques and technologies
like PhoneGap, a shell for web applications on mobile clients, and Jo, a widget framework,

VIDEO: SPRINGONE 2GX - THE RISE OF OAUTH

News | Josh Long | January 27, 2012 | ...

SpringOne 2GX Video: The Rise of OAuth

SpringOne 2GX 2011 was filled with great content on building better web applications. In this presentation, The Rise of OAuth, we get to learn about using OAuth in our web applications. This presentation is given by Spring expert Craig Walls.

Craig talks about securing the modern web and how OAuth can help with that, showing how to secure and consume resources with OAuth.

Many thanks to InfoQ for coming to Chicago to record so many of the fantastic SpringOne 2GX presentations.

This Week in Spring, January 24th, 2012

Engineering | Josh Long | January 25, 2012 | ...

Welcome to another installment of This Week in Spring .

We are already almost done with January (which, honestly, shocks me. Where <EM>does</EM> the time go?)
</P> 
<OL> 
	<LI> Did you guys see last week's webinar introducing Spring 3.1 with Spring project lead, and VMWare/SpringSource Principal Engineer, Juergen Hoeller?  
       Last week's webinar was <EM>very</EM> well-attended, and represents the best turnout yet, by far, for all of the SpringSource webinars. So, thanks to all those who came, and, to the handful of people on earth that couldn't make it, don't worry! You can watch 

the Spring 3.1 webinar's recording on the SpringSource YouTube page

Modern Enterprise Java Architectures with Spring 3.1

News | Josh Long | January 24, 2012 | ...

In this video Juergen Hoeller, SpringSource Principal Engineer for the Spring Framework gives a guided tour of the newest features in the Spring 3.1 release. Juergen introduces Spring's new capabilities, including the environment abstraction, profiles, the updated Spring MVC framework, Hibernate 4 and Quartz 2 support, and much, much more.

Be sure to thumbs up the presentation if you find it useful and subscribe to the SpringSourceDev channel to receive updates about all the latest presentation recordings and screencasts.

SpringSource Tool Suite 2.9.0.M2 released

Releases | Martin Lippert | January 24, 2012 | ...

Dear Spring Community,

I'm pleased to announce that we just released the second milestone build for the next release of the SpringSource Tool Suite (STS).

Highlights from this milestone towards 2.9.0:

  • General - update to tc Server 2.6.3
  • Spring - update to Spring Roo 1.2.0
  • Spring - support for new Spring Roo packaging options
  • Grails - Grails 2.0.0 is now the default version installed from the extensions page
  • Groovy - Groovy 1.8 is now the default version installed from the extensions page
  • Gradle - initial Gradle editing support (more to follow)

More details can be found in the New and Noteworthy for 2.9.0.M2 document. Detailed installation instructions are also available, please look at the installation from the milestone update sites.

As always downloads are available from the STS download page, check "Other Downloads".

The release of 2.9.0 is planned for early March 2012 and will be based on Eclipse Indigo 3.7 SR2.

Video: SpringOne 2GX - Cloud Foundry with Spring: Using Services

News | Adam Fitzgerald | January 24, 2012 | ...

SpringOne 2GX Video: Cloud Foundry with Spring: Using Services

SpringOne 2GX 2011 was filled with great cloud content. In this presentation we get to learn how to use services with Spring on Cloud Foundry. This presentation is given by Spring and Cloud Foundry experts, Ramnivas Laddad, Jennifer Hickey and Scott Andrews. Together they cover all the details you need to understand about connecting your application to cloud services including auto-reconfiguration, cloud namespace, profile support, Java configuration and external service support. This is a great explanation about why Cloud Foundry is the best cloud platform for running you Spring applications…

Video: SpringOne 2GX - Spring on Google App Engine

News | Adam Fitzgerald | January 23, 2012 | ...

SpringOne 2GX Video: How to get the most out of Spring and Google App Engine

Yet another session from SpringOne 2GX 2011. This one gives instructions for how to get the most out of Spring and Google App Engine. Spring portability has given developers freedom of choice for applications servers and that now translates to a lot of freedom in choice of cloud platforms. This presentation is given by Chris Ramsdale, the Product Manager for Google App Engine and he covers a brief introduction to App Engine, how to use Spring, access to relation data in the cloud and gives tips for performance tweaks. This is a great introduction to using Spring on one of the many cloud…

Spring Social 1.0.2 Released

Releases | Craig Walls | January 23, 2012 | ...

Dear Spring Community,

We are pleased to announce the release of Spring Social 1.0.2 and Spring Social Twitter 1.0.2!

Spring Social is an extension of the Spring Framework that enables you to connect your Java applications to Software-as-a-Service (SaaS) providers such as Facebook and Twitter.

These are primarily bug fix releases, but there are also a few small enhancements. Refer to the changelogs (Core | Twitter) for more details.

We're also excited to announce that Spring Social LinkedIn 1.0.0.M5 is now available and includes a more complete API binding. We are looking forward to your feedback as we bring Spring Social LinkedIn closer to a 1.0.0 GA release. (Thanks again to Robert Drysdale for contributing the Groups API binding, completing Spring Social's LinkedIn API binding!)

To get the software, download the release distribution (Core | Twitter) or simply add the maven artifacts to your project. To see it live, try out the quickstart and fire up the samples. Supplement as you go with information from the reference manual.

Spring Social requires Spring Framework 3.0.5 or > to run. We recommend Spring 3.1 for new applications to take advantage of the latest advances in the core framework. See the reference manual for a full description of dependencies.

This Week in Spring, January 17th, 2012

Engineering | Josh Long | January 17, 2012 | ...

Welcome to another installment of This Week in Spring. We've got a lot of good content to look at this week, so let's get on with it.

  1. Pssst. What are you guys doing this Thursday, the 19th? If you haven't already, may I suggest you register for the Spring 3.1 webinar with Juergen Hoeller and Chris Beams?
    		If you're in Europe,  there's going to be a  webinar  at <a href = "https://vmwareevents.webex.com/vmwareevents/onstage/g.php?t=a&d=663415641">3PM GMT, or 4PM CEST</a>, and if you're in North America, there's going to be a webinar at <a href = "https://vmwareevents.webex.com/vmwareevents/onstage/g.php?t=a&d=668718779">1PM EST or 10AM PST</a>. 
    		 Don't be left out, this event's already seen the highest registration of any webinar thus far, so register now, and as usual, I hope to see you there. 
    		   </LI>
    
    	<LI> Another session from SpringOne2GX, on <a href = "http://www.springsource.org…

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all