Posted
over 12 years
ago
by
Costin Leau
Dear Spring Community,
I am pleased to announce the second, and last planned, release candidate, 1.0 RC2 for Spring for Apache Hadoop:
Downloads | JavaDocs | Reference Documentation | Changelog
RC2 provides bug fixes and improvements and enhances the overall usability:
read more
|
Posted
over 12 years
ago
by
Roy Clarkson
Dear Spring Community,
We are happy to announce the release of Spring Mobile 1.1.0.M2!
Spring Mobile provides extensions to Spring MVC that aid in the development of cross-platform mobile web applications.
This release adds
... [More]
LiteDeviceDelegatingViewResolver, a ViewResolver implementation that adjusts the view name based on Device and SitePreference. It then delegates to another ViewResolver to complete the process of resolving the view. This release is built and tested against Spring Framework 3.2. See the changelog and reference manual for more information. Many thanks to the community for their support with regard to this new feature, including Scott Rossillo for his initial pull request and Neale Upstone for his input and feedback.
To retrieve the software,
download the release distribution, or add the maven artifacts to your project. Sample apps are available at github.com/SpringSource/spring-mobile-samples
If you are building a mobile web app, we encourage you try out Spring Mobile 1.1.0.M2 and collaborate with us on the next iteration of the project. [Less]
|
Posted
over 12 years
ago
by
Josh Long
Welcome to another installment of This Week in Spring! Can you believe we're already halfway through January? We've got a lot to cover, so let's press on! In particular, there's a lot of great video content to keep you occupied for hours this week.
... [More]
Enjoy!
Join Scott Andrews as he discusses the role of Javascript in an exciting webinar on January 24, 2013: Architecture of a Modern Web App.
Join Brian Cavalier and John Hann as they discuss Inversion of Control (IoC) and Javascript in a Webinar on January 24, 2013: IOC + Javascript.
The A thought with a cup of coffee!!! blog has an introductory post comparing
Spring's ApplicationContext to the more general class, the BeanFactory.
Last year in April, I spoke at the Great Indian Developer Summit in
Bangalore, India. The show was amazing and - I've just been made aware - some of the videos
are starting to trickle online. One talk I gave was Spring and Cloud Foundry: a Marriage Made in Heaven, which you can watch online. Unfortunately, they don't seem to also have the slides!
You can get the slides from my SlideShare.net profile page. There are multiple permutations of this deck. Enjoy!
We released two new SpringOne2GX session replays, Automated Provisioning of Spring Apps to EC2 & VMware vCloud, and Addressing the Big Data Challenge with a Graph: Spring Data Neo4j.
Did you miss Jan Machacek's fantastic talk, Akka Eye for the Spring Guy or Gal, from SpringOne2GX 2012? This video is also available on InfoQ!
The Java Code Geeks blog has a nice dissection of the way Spring MVC's RequestMappingHandlerMapping class works.
Roy Clarkson and Craig Walls' talk, Extending Spring MVC with Spring Mobile and JavaScript, is also now available on InfoQ!
Want to take baby steps in learning core Spring 3.0? This blog's for you!
Brian's Java blog has a fairly exhaustive introduction to building a
SOAP-based web service using Spring Web Services. Definitely worth a read if you need to build
contract-first, document-literal SOAP webservices!
Mark Reddy's written a nice blog on how to
use Spring's autowiring capability in conjunction with
the @Qualifier annotation.
The Kruders blog has an (I confess)
very introductory look
at how to setup a Spring MVC project with Log4j, but, sometimes, this is exactly what you need!
The Java Creed blog has a nice introduction to Spring's caching support as of 3.1.
Christos Matskas has put together a nice post on how to
handle multiple object definition files
with Spring.NET
The HMKCode blog also has a
nice introductory look at core Spring.
The Kani Notes blog has a nice introduction to data-access logic with Spring and JDBC. Old school but still cool!
Xavier Padro's written a nice post on how to test WebFlow 2 flows with inheritance.
The fpqqchao blog has a nice post on using Spring's RoutingDataSource. The post is in Chinese, however, so have your Google Translate (or equivalent) plugin's handy!
Mashooq Badar has put together a nice post on building a master/worker architecture with Spring Integration.
Also, due to some issues with audio/video rendering, we've released a remastered recording of a November webinar: Data Access with Spring -- Getting the most out of JPA, JDBC and REST
Scott Andrews' epic talk from SpringOne2GX 2012 - Architecture of a Modern Web App - is now available online on InfoQ. Don't miss this month webinar (above) for an updated talk.
Ben Hale gave a very well received talk on RESTful API design with Spring MVC at SpringOne2GX, which you can also find online at InfoQ.
[Less]
|
Posted
over 12 years
ago
by
Pieter Humphrey
Automated Provisioning of Spring Apps to EC2 & VMware vCloud
This session will focus on deploying and managing your Spring Application in the cloud using VMware vFabric Application Director. A series of Spring applications, increasing in
... [More]
complexity, will be deployed. The deployments will cover generating property files and activating Spring profiles. Some other highlights of the presentation will be deploying to VMWare vCloud & EC2, updating an existing deployment, and some general tips & tricks.
The session will begin by using a simple contact application to be deployed as a standalone webapp with an in memory DB on single node, then it will continue with a more advanced example using PostgreSQL DB on a separate node, and finally demonstrate the use and configuration of an external DB & an Apache proxy. The session will conclude with the deployment and discussion of Nanotrader, a sample trading application, with complex requirements.
About Brian Dussault
Brian Dussault is a Staff Engineer with the vFabric division of VMware and has 14+ years of experience in software engineering. Throughout his tenure, he has worked in both IT (High Tech Manufacturing, Financial Industries) and R&D positions. His experience spans multiple disciplines including web applications, integration, SOA, open source, and system design.
More About Brian »
About David Winterfeldt
David Winterfeldt works at VMware on the VMware vFabric Application Director project. It enables developers and organizations to deploy applications to the cloud by having a logical abstraction for software services and application topologies. This allows an application to be easily deployed multiple times to different environments.
David has been doing software development for over 20 years. He's been using Java since 1998 and involved in using Open Source almost as long. David has focused on Web and Enterprise development for most of his career, and started working with the Spring Framework in 2006.
David runs the website Spring by Example, which is a site for sharing Spring examples. The site is a general resource for Spring and should ultimately save developers time. He's is also an Apache committer on Struts and Commons Validator, as well as the creator of Commons Validator (although currently no longer active on either).
More About David »
Addressing the Big Data Challenge with a Graph
Graphs are everywhere. From websites adding social capabilities to Telcos providing personalized customer services, to innovative bioinformatics research, organizations are adopting graph databases as the best way to model and query connected data. If you can whiteboard, you can model your domain in a graph database.
In this session Emil Eifrem provides a close look at the graph model and offers best use cases for effective, cost-efficient data storage and accessibility.
Take Aways: Understand the model of a graph database and how it compares to document and relational databases Understand why graph databases are best suited for the storage, mapping and querying of connected data
Emil's presentation will be followed by a Hands-on Guide to Spring Data Neo4j. Spring Data Neo4j provides straightforward object persistence into the Neo4j graph database. Conceived by Rod Johnson and Neo Technology CEO Emil Eifrem, it is the founding project of the Spring Data effort. The library leverages a tight integration with the Spring Framework and the Spring Data infrastructure. Besides the easy to use object graph mapping it offers the powerful graph manipulation and query capabilities of Neo4j with a convenient API.
The talk introduces the different aspects of Spring Data Neo4j and shows applications in several example domains.
During the session we walk through the creation of a engaging sample application that starts with the setup and annotating the domain objects. We see the usage of Neo4jTemplate and the powerful repository abstraction. After deploying the application to a cloud PaaS we execute some interesting query use-cases on the collected data.
About Emil Eifrem
Emil Eifrem is CEO of Neo Technology and co-founder of the Neo4j project. Before founding Neo, he was the CTO of Windh AB, where he headed the development of highly complex information architectures for Enterprise Content Management Systems. Committed to sustainable open source, he guides Neo along a balanced path between free availability and commercial reliability. Emil is a frequent conference speaker and author on NOSQL databases.
More About Emil »
About Michael Hunger
More
[Less]
|
Posted
over 12 years
ago
by
Josh Long
Welcome back to another installment of This Week in Spring. As usual, we've got a lot to look at, so, without further ado...
GigaOM has a nice roundup of some of the exciting and important tools in the big-data ecosystem right now.
... [More]
There are many different tools serving different segments of the use cases,
and of course Spring Data is mentioned in there, too!
The ODBMS Industry Watch blog
and professor Roberto V. Zicari
has a nice interview
with Spring ninja David Turanski on Spring Data. Definitely a good read!
Robin Varghese has put together a straight-forward blog on sending email with
dynamic
templates driven by Velocity. This seems to be a common use case, and it's always good to find
more up-to-date resources. Many people will no doubt have found Matt Raible's
post from 9 years ago on the same subject,
which is also very illustrative but, alas, a little outdated. Nice to see this more updated approach to an old classic!
Hey, this is interesting! Did you guys know there was a Spring for Delphi (also, I guess, referred to as Spring4D)?
Me either... @_@ With that in mind, I found this post
introducing some of the collection libraries that seem both very friendly and powerful in Spring for Delphi.
Cool!
Eren Avşaroğulları has a nice post showing how to use dynamic languages (in particular, Groovy) with Spring.
Dinesh Rajput has put together a blog introducing some of the features unique to the Spring Batch 2.x generation, which - while Spring Batch 2.x has been out for years - is always worth a look!
The Java all and Sundry blog has a nice writeup on a piece of Spring MVC's machinery, the RequestMappingHandlerAdapter.
Alex Soto's back, this time with a
post on unit testing Spring Data MongoDB with NoSQL Unit! Cool.
The Java Success blog has a post introducing some of the landscape for enterprise integration
solutions in the JVM community, and demonstrating some of the concepts of enterprise integration, specifically, with Spring Integration.
The Develop and Conquer blog has a nice example with some trickery to inject a java.util.Date
value using the Spring Expression language and the @Value annotation. Very cool!
Abhijit Ghosh put together a decent SpringMVC-based HelloWorld application using Tomcat, Maven, Eclipse (m2e).
[Less]
|
Posted
over 12 years
ago
by
Mark Baars
If you are a Java developer looking to increase your Spring knowledge, vFabric Education by SpringSource is the place to start. We are providing several Spring trainings across the globe closely connected to your needs as a professional developer.
... [More]
This month you can also win another free SpringSource training seat. For more information about the Spring Prize Contest click here. The complete Spring training schedule for February, 2013 can be found below:
Step 1: Core Spring
Americas
February 05 - 08: Core Spring in Washington, DC
February 05 - 08: Core Spring in Denver, CO
February 12 - 15: Core Spring in San Diego, CA
February 12 - 15: Core Spring in Pittsburgh, PA
February 19 - 22: Core Spring in Austin, TX
February 19 - 22: Core Spring in Los Angeles, CA
February 26 - March 01: Core Spring in Minneapolis, MN
February 26 - March 01: Core Spring in Portland, OR
Asia Pacific
February 04 - 07: Core Spring in Melbourne, Australia
February 04 - 07: Core Spring in Bangalore, India
February 05 - 08: Core Spring in Singapore, Singapore
February 11 - 14: Core Spring in Canberra, Australia
February 11 - 14: Core Spring in New Delhi, India
February 18 - 21: Core Spring in Brisbane, Australia
February 25 - 28: Core Spring in Sydney, Australia
Europe, Middle East & Africa
February 05 - 08: Core Spring in Brussels, Belgium
February 05 - 08: Core Spring in Munich, Germany
February 05 - 08: Core Spring in Lisbon, Portugal
February 05 - 08: Core Spring in Madrid, Spain
February 12 - 15: Core Spring in Hamburg, Germany
February 12 - 15: Core Spring in Oslo, Norway
February 12 - 15: Core Spring in Moscow, Russia
February 12 - 15: Core Spring in Cape Town, South Africa
February 19 - 22: Core Spring in Lyon, France
February 25 - 28: Core Spring in London, United Kingdom
Live Online
February 12 - 15: Core Spring Online in Asia Pacific
February 19 - 22: Core Spring Online in Americas
Step 1: Spring Web / Enterprise Integration with Spring / Hibernate with Spring
Americas
February 05 - 08: Spring Web in Chicago, IL
Europe, Middle East & Africa
February 05 - 08: Enterprise Integration with Spring in Stuttgart, Germany
February 05 - 08: Spring Web in Paris, France
February 05 - 08: Spring Web in Dublin, Ireland
February 12 - 15: Enterprise Integration with Spring in Brussels, Belgium
February 13 - 15: Hibernate with Spring in Stuttgart, Germany
February 18 - 21: Enterprise Integration with Spring in London, United Kingdom
February 19 - 22: Enterprise Integration with Spring in Prague, Czech Republic
February 19 - 22: Spring Web in Hamburg, Germany
Live Online
February 05 - 07: Hibernate with Spring Online in Americas
If you cannot find a professional training near you, you can always request an onsite SpringSource training [Less]
|
Posted
over 12 years
ago
by
Adam Fitzgerald
Join Juergen Hoeller, Chris Beams and Rossen Stoyanchev to learn about the 3.2 generation of the Spring Framework. They will discuss the fine-tuned Java 7 support, container optimizations, and first-class support for asynchronous web request
... [More]
processing.
The team will also discuss some refinements in the core container as well as key updates in Spring MVC: asynchronous MVC processing on Servlet 3.0, REST support improvements, and the inclusion of the formerly-standalone Spring MVC Test project. Spring Framework 3.2 also comes with a new Gradle-based build and a GitHub-based contribution model, making it even easier for community members to contribute to the Spring Framework project.
Sign up for the webinar in your region now!
North America: Thursday, January 17, 10:00 Pacific Standard (San Francisco, GMT-8:00)
Europe: Thursday, January 17, 3:00pm Western Europe (London, GMT)
[Less]
|
Posted
over 12 years
ago
by
Josh Long
I almost typed 2012 when I composed this post! It's already 2013!
I hope your holidays were wonderful.
Welcome back to another installment of This Week in Spring!
It's time to begin another exciting new year (and to remember to use the
... [More]
correct new year in text!). With that, let's have a look at
the new and exciting content from all around the community.
The epic book by Spring Security lead Rob Winch and Peter Mularien on Spring Security 3.1 by Packt publishing is now out!
The book is a great resource for people who are looking at Spring Security and want
the scoop from the source.
Are you using Spring Security to handle login and logout in your application? Sometimes it's necessary to tailor the behavior of how login and logout are accomplished. Perhaps you need to tear down some state or do logging. In any event, this post demonstrates the configuration and base contract of a logout handler.
Chris Shayan has a nice post that illustrates how Spring Batch can help make short work of complex enterprise-y batch processing, complete with code and examples! Nice job!
Spring Data Redis example The Java Kart blog has a nice post that introduces Spring Data Redis with the JRedis client library
Desam Venu Madhava Reddy has a very simple post identifying some of the main reasons why people use Spring.
There are many reasons people come to Spring, and these are some of the very high level ones.
The Cafe Techno has a nice post on the complete setup of a SimpleFormController in Spring MVC. The example uses Spring MVC and explicitly wires up the machinery for working with Spring MVC. You don't need to do much of this in Spring 2.5 (introduced in 2007) and later, instead relying on the defaults and conventions. That said, if you want to override the framework, then understanding some of these things are wired together can be very helpful. /
The Developer's Diary blog has a nice post on autowiring a map, list, or array using Spring annotations
This blog is in Chinese, and has a simple example of how to setup a Spring MVC 3.2 example. NB: I'd recommend using the Java-centric configuration for this, as this is needlessly XML-centric. In a Spring 3.1+ and Servlet 3 environment, there's no need for XML (for Spring MVC or web.xml).
The all and sundry blog has a nice post on Spring Data JPA and pagination
This post is in Japanese, and from what I can gather it's aimed at showing how to build a lean Spring application using MyBatis, Freemarker, etc.
This post is also in Chinese, and shows the various kinds of dependency checking in Spring.
http://manikmagar.wordpress.com/2013/01/01/spring-mybatis-integration-and-junit-testing-using-springs-embedded-database/
I had some time over the holiday and decided to quickly scratch one item off of my 2012 new years resolutions (I got it done before new years, and besides, better late than never!): I migrated my photos away from my Flickr account to another service which was cheaper and more invested in. To do this, I used the community-supported Spring Social Flickr project. The project is, decidedly, not yet finished, but works well enough. I forked it and added a Spring Batch downloader which reliably downloads all the photos into albums named for the ID of the https://github.com/joshlong/spring-social-flickr
The Fish blog (also in Chinese) has a nice post on using
the Danga memcached client from Spring.
Simon Massey has a nice post on server-side pagination with ZK (a widget-centric web framework), Spring Data MongoDB and Google Maps. Do I need to say anymore? Check it out!
The Dinesh on Java blog has a nice, introductory post on using Spring MVC interceptors. Good stuff!
[Less]
|
Posted
over 12 years
ago
by
Josh Long
Welcome back to another, very special holiday, and end-of-year installment of This Week in Spring!
If you've been a follower of this roundup, then you know that 2012's been a very exciting year for Spring!
Let's look at some of the highlights
... [More]
, first, before we get to our weekly roundup:
Springing Forward Of course, this year saw the release of Spring 3.2, released a year exactly from the release of Spring 3.1, packed with new features and helping Spring retain its position as the premiere platform for building web applications. This year also saw many major improvements
and iterations in the other Spring projects like Spring Integration 2.2.0 GA, Spring Data
The Cloud
Spring works very well on all cloud platforms, owing to the natural decoupling from the underlying platform that
dependency injection provides, but it has always - and continues - to enjoy a special place in the sun on Cloud Foundry, the open source PaaS. And, what a year it's been for Cloud Foundry! We've seen ecosystem partners like App Fog take the Cloud Foundry bits and run with them. We've seen the support for Spring applications on Cloud Foundry improve considerably with new features like standalone processes, and much more.
The RESTful Web If you ask me, the most exciting part of this year was watching Spring's web support improve. If you're looking to build a web application (including in a Servlet 3 environment) or expose RESTful API endpoints, Spring MVC is the natural choice. If you want secure those RESTful endpoints,
Spring Security OAuth is an easy to use binding that supports OAuth on top of REST. Need to connect to social service providers like Twitter, Facebook, LinkedIn and GitHub via OAuth? Use Spring Social. Want to support the principles of HATEOAS in your RESTful endpoints? Check out Spring HATEOAS. Do you want to transparently and easily expose Spring Data repositories for use as RESTful endpoints? You need look no further than Spring Data REST.
There are no richer, more comprehensive or more integrated set of solutions for building rich, RESTful web applications than those that Spring provides today.
Git'ing Involved This year, in particular, saw community interaction
in the Spring open source projects skyrocket, now that all of the projects are all fully on GitHub.com/SpringSource. Spring and the other projects have always been open source, but the collaboration model that Git enables has made it very easy for projects like
Spring Social, Spring Integration, and Spring Data to thrive on community input and contributions.
Extending the reach of SpringSource's content We've been working hard to bring great content on all things SpringSource to all the developers, and have expanded
a lot this year. For instance, besides publishing content here on SpringSource.org, did you know
that you can find SpringSource on @SpringSource on Twitter,
+SpringFramework on Google+,
on the YouTube SpringSourceDev channel and (this is particularly useful for the many fans in China) on SpringFramework on SINA Weibo? Additionally, if you like this roundup, be sure to bookmark the This Week in Spring aggregate page.
Now then, on to this week's roundup! There's a lot to cover, and hopefully you wont want for things to read
this week if you're taking time off for the holidays and have some spare time on your hands!
If you've been following this roundup, then you know that we wrapped up our SpringOnes India and China events. For more details, checkout our wrapup post!
The baeldung blog has another great post up on using Spring MVC and Spring Security to secure a RESTful web service. There are many ways to secure an HTTP REST web service, including HTTP Basic and the bespoke solution presented in this article. Many people are also using Spring Security OAuth, which lets you expose your RESTful web services through OAuth.
Blogger Shaun Abram's put together a very nice post on how to stream data using Spring MVC back to the client
Krishna Prasad's put together a nice post on using the claim check pattern with Spring Integration and GemFire
Krishna's also put together a nice post on publish/subscribe with vFabric RabbitMQ and Spring Integration using Spring AMQP.
Did you guys miss the webinar, The Data Renaissance: Going In-Memory with VMWare vFabric GemFire? Have no fear,
it's available - along with a lot of other great content, on the SpringSource Dev Channel
The quick guide to Java blog has a nice post on setting up a simple Spring Data MongoDB example.
Corey Reil's put together
a really nice post on building a Spring Batch Tasklet
that reads data from an FTP endpoint.
The solution, he rightly points out, was already possible with the Spring Integration FTP adapter,
but he wanted to keep things as simple as possible, so he simply reused some of the Spring Integration adapters in writing his Tasklet. Nice job!
The A Developer's Diary blog has a post with code on
how to configure a java.util.Map<K,V> in XML
The Learning via Code blog has a nice couple of posts on using Spring Web Services to expose a .xsd and .wsdl.
Well, that sure flew by!
As next Tuesday is January 1st, this will be the last installment of This Week in Spring for 2012!
As always, it has been an absolute pleasure putting together this roundup for you.
Speaking, I'm sure, for all of SpringSource, let me wish you the warmest of holidays and a very, very happy new year!
[Less]
|
Posted
over 12 years
ago
by
Pieter Humphrey
Overwhelming response to SpringOne China and India
We conducted SpringOne in China and India for the first time this December. The response to both the events was overwhelming with over 2800 developers attending the conference in both the
... [More]
countries. The event was held in City of Beijing in China. In India we conducted it in two cities : Bangalore and Hyderabad.
SpringOne China
Dec 7th 2012, at Sheraton Great Wall Beijing, with the welcome speech delivered by Alan Ren, 3000+ attendees (~800 onsite, ~2500 online) began their two days’ journey of the Spring & Cloud Foundry Developer Conference. Mark Pollack, and Patrick Chanezon keynoted the conference by sharing their visions and thoughts on Spring roadmap, software architectural revolution and the future of cloud application.
The Attendees
Over 2500 conference register members, 800+ selected attendees join the event from top ISVs, system integrators, internet players and technical startups, over 2500+ people join the online live broadcast.
The Content and Speaker
To bring a one-of-a-kind technology event into this industry, we presented nearly 30 in-depth technical sessions for application developers, solution architects, web operation and IT teams who develop business applications, create multi-device aware web applications, design cloud architecture, and manage high performance infrastructure, etc. The contents covered Spring framework, Spring Web, latest news on mobile computing, integration and big data, Cloud Foundry technology architecture, and expert suggestions on how to run Spring application on Cloud Foundry, etc.
SpringOne speakers, the group of front-line developers from SpringSource and Cloud Foundry, subject matter experts, committers on Spring Framework and published authors
Partners’ Showtime
Partners coming from Baidu and Taobao, Grand Cloud, EMC, MoPaaS and other partners, presented, shared their best project practices on Spring and Cloud Foundry. The partner lineup indicates wide adoption of Spring in China and that Cloud Foundry ecosystem is gradually becoming mature.
Cloud Foundry Bootcamp
With a slogan “Cloud Foundry Applications for Hoodies”, the Cloud Foundry Bootcamp activity attracted many Spring developers. The Cloud Foundry Developer Advocate Frank Yu gave a detailed introduction to Cloud Foundry PaaS in his speeches, including account registration, vmc tools installation, getting environmental variables, and some details about Micro Cloud Foundry and Spring. 450+ attendees completed their registration and application development upload on cloudfoundry.com, received their delicate hoodies.
Attendee Feedback
“VMware organized an authoritative and professional conference, it’s a grand technology feast!” – by Mr. Yang, Solution Manager
“I hope Spring & Cloud Foundry Developer Conference come to China again next year” – by Mr. Xu, CTO
“Original, professional and useful conference for developers! My best wishes to Spring & Cloud Foundry Developer Conference”, by Mr. Chen, Tech Manager
“The quality of the content is high, but there are too many sessions and too bad I can’t be two places at once” – by @dragon
“I’m so excited to see Mark Pollack in person! The conference room is full” – by @ben
SpringOne India
Summary
SpringOne was held on Dec 11 and Dec 13th 2012 in the cities of Bangalore and Hyderabad in India . Response to both the events was massive with approximately 2000 developers attending the events. Over 10+ sessions from highly experiences and acclaimed speakers was the key attraction of the event.
Keynote
Keynote was divided intro two parts, first part being done by Chris Richardson on developing Polyglot applications with Spring. He also covered how Spring and Cloud Foundry are natural allies in terms of choice of cloud hosting because of seamless integration.
Patrick Chanezon covered why the developer productivity is becoming an important aspect of a Paas provider and he weaved an interesting story of The Artist movie in his keynote.
Sessions and Content
We had sessions covering Spring and Cloud foundry in two parallel tracks. Some of the developers had a tough time choosing the track as the content in both the tracks was interesting. In India content covered the following : Spring Data, Whats new in Spring 3.2, Cloud Foundry Architecture, What’s new in Cloud Foundry, IoC and JavaScript, Spring AMQP.
Cloud Foundry Push an App Contest
We carried out a contest at the conference where participants had to signup for Cloud Foundry and Push an App to get a t-shirts. The response was overwhelming and over 1200 developers signed up for Cloud Foundry.
Cloud Foundry Developer Groups
We also announced the launch of Cloud Foundry Developer Groups - CFDG at the event. These are communities around Cloud Foundry and Spring where developers can signup and meet to discuss and share information. Please refer to http://cfdg.cloudfoundry.com for more information.
About 500+ developers signed up for Bangalore and Hyderabad chapter at the event.
Summary
We were very excited with the overwhelming response to SpringOne in China and India and look forward to meeting the developers next year.
Thanks
Frank Yu and Rajdeep Dua
VMware Developer Relations
[Less]
|