I Use This!
Very High Activity

News

Analyzed about 5 hours ago. based on code collected 1 day ago.
Posted almost 14 years ago by Adam Fitzgerald
The Grails engineering team and community have been hard at work creating a brand new release. The first milestone is now available for download and contains tons of new features and improvements. Download | Release Notes | What's New ... [More] Groovy 1.8 support Servlet 3.0 Asynchronous features now supported A new and enhanced interactive mode and Grails console GORM improvements as well as support for database migration and reverse engineering New unit test support covering GORM, the Grails console and a new interactive mode If you haven't tried out Grails yet, then be sure to take a look at the Quick Start guide. [Less]
Posted almost 14 years ago by Thomas Risberg
Dear Spring Community, We are pleased to announce that the second milestone release (1.0.0.M2) of the Spring Data JDBC Extensions 1.0 project with Oracle Database support is now available! The new Spring Data JDBC Extensions project was created to ... [More] provide additional support for vendor specific JDBC extensions as well as new approaches to working with JDBC like QueryDSL. The bulk of the support is made up of code ported from the SpringSource project "Advanced Pack for Oracle Database" that was available for support subscription customers. We are now making this code available to all Spring users and any new developments will be made in the Spring Data JDBC Extensions project. Downloads | JavaDocs | Reference Documentation | Changelog To learn more about the project, visit the Spring Data JDBC Extensions Homepage. The new features in Spring Data JDBC Extensions 1.0.0.M2 include: Core Added support for QueryDSL SQL module QueryDslJdbcTemplate Provides implementations for a basic set of JDBC operations allowing the use of QueryDSL features for these operations. SqlInsertCallback This callback allows for inserting rows via the QueryDSL SQLInsertClause. SqlInsertWithKeyCallback This callback allows for inserting rows via the QueryDSL SQLInsertClause and returning the generated key. SqlUpdateCallback This callback allows for updating rows via the QueryDSL SQLUpdateClause. SqlDeleteCallback This callback allows for deleting rows via the QueryDSL SQLDeleteClause. Streams AQ DATAJDBC-8 Fixed a potential JDBC connection leak on third-party JDBC pool when using Oracle AQ in combination with DefaultMessageListenerContainer and sharing of the connection from a local JDBC transaction. Looking forward to your feedback on the forum or in the issue tracker. [Less]
Posted almost 14 years ago by Craig Walls
Dear Spring Community, We are pleased to announce the release of Spring Social 1.0.0.RC2. Spring Social lets you connect your Java applications to Software-as-a-Service (SaaS) providers such as Facebook and Twitter. This announcement is for the ... [More] Spring Social core project as well as the Spring Social Facebook and Spring Social Twitter projects which are also seeing their 1.0.0.RC2 releases today. This release includes fixes for bugs reported since 1.0.0.RC1, as well as a few improvements: The Twitter and Facebook clients now support paging for API operations that can return paged results. ProviderSignInController now handles the scenario where the user denies authorization. The exceptional case where multiple local users are matched during a provider sign in attempt is now handled. The set of sample applications has been updated. See the change logs for more information on what's new in this release (Core | Facebook | Twitter) To get the software, download the release distribution (Core | Facebook | Twitter) or simply add the maven artifacts to your project. To see it live, run through the quickstart and spin up the showcase app (updated for 1.0.0.RC2). 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. Many thanks to the community for helping us shake out and resolve issues in RC1. As we move toward the GA release, we appreciate the community involvement and are eager to hear your thoughts on this RC2 release. Participate in the forum or, if you have any suggestions or find any bugs, post them in the issue tracker. We hope you enjoy using Spring Social! [Less]
Posted almost 14 years ago by Josh Long
Welcome back to another installment of This Week in Spring! This week finds @springsource at OSCON (and OSCON Java and OSCON Data) in Portland, OR. If you're here, come visit our booth in the exhibition hall or check the schedule for any of the ... [More] numerous Spring-talks! If you missed us at OSCON, or if you're simply looking for an even better Spring experience, be sure to register for SpringOne 2GX 2011, the premier event for Spring, Grails and CloudFoundry developers. SpringOne 2GX is a one-of-a-kind conference for application developers, solution architects, web operations and IT teams who develop business applications, create multi-device aware web applications, design cloud architectures, and manage high performance infrastructure. The sessions are specifically tailored for developers using the hugely popular open source Spring technologies, Groovy & Grails, and Tomcat. Whether you're building and running mission-critical business applications or designing the next killer cloud application, SpringOne 2GX will keep you up to date with the latest enterprise technology. OSCON's great, but I will be taking an hour to watch the webinar, Getting Started with Spring Data Redis for North America, and Europe. You should too: Redis is an open source, advanced key-value store known for its excellent performance, its small footprint and embed-ability. The Spring Data project makes it easier to build Spring-powered applications that use new data access technologies such as non-relational "NOSQL" databases and cloud based data services. Check it out! Spring Data Graph 1.1.0.RC1 with Neo4j support Released The key changes in the Spring Data Graph 1.1.0.RC1 release candidate include: Added Gremlin support (embedded & REST) QueryEngine.query method now takes a parameter map (for cypher and gremlin) documentation updates Spring Android 1.0.0.M4 Released! Spring Android supports usage of the Spring Framework in a Android environment. The 1.0.0.M4 release focuses on updating support for the latest Spring Social release in native Android applications, as well as providing enhancements to RestTemplate. Support for Spring Social 1.0.0.RC1, and Spring Security 3.1.0.RC2 through the Spring Android Auth module, which includes a SQLite datastore for persisting OAuth API connections. Updated RestTemplate (client) support, now at the level of Spring Framework 3.1.0.M2. Added gzip compression support in RestTemplate Added support for Google's Gson JSON parsing library. The Gson library is smaller than Jackson, however Jackson has faster performance. Spring GemFire 1.1.0.M1 Has Been Released . The new milestone updates include: Native support for the upcoming GemFire 6.6 CacheServer support GemFire implementation for Spring 3.1 cache abstraction Support for queries with variable parameters Spring Data JPA 1.0 GA's been released! This powerful framework makes it easy to build JPA-driven repository objects. It's been a long road, but it's great to see this powerful framework reach 1.0 GA. Kal Wahner has written an overview of the deployment of Spring Roo applications to Google App Engine, another cloud environment that Spring supports readily. He indicates his intention to write up another post, next week, on CloudFoundry, which I would love to see! Good stuff, too. NB: this isn't very technical; e.g., it's more of a a discussion of the broad strokes than a recipe, but he links to a more technical post that might help, too. Apache Tomcat 7.0.19 has been released! Apache Tomcat 7.0.19 includes security fixes, bug fixes and the following new features compared to version 7.0.16: JSP recompilation is now triggered by any change (backwards as well as forwards) in the last modified time of the JSP or any of its dependencies Support for installing multiple instances with the Windows Installer Include jdbc-pool (an alternative database connection pool) Oleg Zhurakousky's written a very interesting post on using Scala functions as Spring beans, complete with source code! Very cool stuff! Your humble editor was asked recently about Spring's FactoryBean<T> interface: what's it for? and why? I've written a two part post on the specifics of the interface as well as the often more suitable alternatives in Spring 3.0 and Spring 3.1. Continuing with his Scala and Spring integration theme - Oleg Zhurakousky has written up a post on implementing a FactoryBean with Spring in Scala. This is absolutely great, as it opens up a powerful part of the Spring framework to Scala development. Check it out! Loiane Groner - the ESJUG (Espirito Santo Java Users Group) and CampinasJUG (Campinas Java Users Group) leader and coordinator - has written this fantastic post explaining how to use the ExtJS 4 upload component on the frontend with a Spring MVC 3 backend. Very pragmatic, cool stuff, and complete with lots of code! Marco Tedone has written up a wonderful post on using an OutOfMemoryError warning system - as described in issue #92 of Dr. Heinz Kabutz's wonderful newsletter - with Spring This is fantastic, and useful! Spring MVC is very powerful and easily employed in your application (in Spring 3.0, you need only specify <mvc:annotation-driven /> to enable it; alternatively in Spring 3.1, you need only specify @EnableWebMvc to enable it). It's also very flexible, and can be configured in many ways. One of the pluggability planes is the view technology: there are common recipes for using JSP, Tiles, Velocity, FreeMarker, XML, JSON, PDFs, Excel spreadsheets and much more for Spring MVCs. If none of these meet your requirements, you can look to the open source community to leverage others, including one called Thymeleaf. Here's a comparison of Thymeleaf to JSP as a Spring MVC view technology. Here's a tutorial on setting up the view technology in Spring MVC. Powerful, and simple! Check it out! Users of Tapestry's templates as well as JSF's Facelets will see a lot to like in this view template technology - check it out! TomcatExpert.com has a great post on the Security Lifecycle listener. Apache Tomcat 7 includes several security updates that further harden the application server that came directly from the Bugzilla queue. One new feature, the Security Lifecycle Listener, helps ensure that Tomcat is started in a reasonably secure way. [Less]
Posted almost 14 years ago by Thomas Risberg
Dear Spring Community, We are pleased to announce that a new release candidate (1.1.0.RC1) of the Spring Data Graph project with Neo4j support is now available! The primary goal of the Spring Data project is to make it easier to build Spring-powered ... [More] applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. The Graph Neo4j module provides integration with the Neo4j graph database. Back in 2010, Rod Johnson and Emil Eifrem started brainstorming about Spring and Neo4j integration including transparent persistence and cross-store support. After an initial prototype it has been further developed in close cooperation between the VMware and Neo Technology development teams. To learn more about the project, visit the Spring Data Graph Project Homepage. The key changes in the Spring Data Graph 1.1.0.RC1 release candidate include: Added Gremlin support (embedded & REST) QueryEngine.query method now takes a parameter map (for cypher and gremlin) documentation updates We are looking forward to your feedback on the forum or in the issue tracker. Project resources: Downloads | JavaDocs | Spring Data Graph Guide Book | Changelog [Less]
Posted about 14 years ago by ogierke
Dear Spring Community, we are pleased to announce that the first final release of the Spring Data JPA project is now available! Thank you to all of the early adopters who have helped shaping and strengthening the codebase. To easily get started feel ... [More] free to dig through the sample code or read up the reference documentation. <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-jpa</artifactId> <version>1.0.0.RELEASE</version> </dependency> <repository> <id>org.springframework.maven.release</id> <name>Spring Maven Release Repository</name> <url>http://maven.springframework.org/release</url> </repository> The release will also be available in Maven Central shortly. Download | JavaDocs | Reference documentation (HTML) | Reference documentation (PDF) | Changelog Looking forward to your feedback in the forums or the issuetracker. [Less]
Posted about 14 years ago by Roy Clarkson
Dear Spring Community, We are pleased to announce that the fourth milestone release of the Spring Android project is now available! Spring Android supports usage of the Spring Framework in a Android environment. The 1.0.0.M4 release focuses on ... [More] updating support for the latest Spring Social release in native Android applications, as well as providing enhancements to Rest Template. This includes: Support for Spring Social 1.0.0.RC1, and Spring Security 3.1.0.RC2 through the Spring Android Auth module, which includes a SQLite datastore for persisting OAuth API connections. Updated RestTemplate (client) support, now at the level of Spring Framework 3.1.0.M2. Added gzip compression support in RestTemplate Added support for Google's Gson JSON parsing library. The Gson library is smaller than Jackson, however Jackson has faster performance. Spring Android is supported in Android version 2.1 (API Level 7) and higher. To get the software, download the release distribution, or simply add the maven artifacts to your project. To see the features live, check out the spring-android-showcase (updated for 1.0.0.M4). In addition to the reference guide, Roy Clarkson has authored two blog posts to help you get started developing Android applications: Spring Android and Maven (Part 1) Spring Android and Maven (Part 2) If you're building native Android applications, we invite you to collaborate with us on the Spring Android project! [Less]
Posted about 14 years ago by Costin Leau
Dear Spring Community, We are pleased to announce the first milestone release of the Spring GemFire 1.1 project is now available! The Spring GemFire project aims to make it easier to build Spring-powered highly scalable applications using GemFire as distributed data management platform. The new milestone updates include: read more
Posted about 14 years ago by Thomas Risberg
Dear Spring Community, We are pleased to announce that a new milestone release (1.1.0.M2) of the Spring Data Graph project with Neo4j support is now available! The primary goal of the Spring Data project is to make it easier to build Spring-powered ... [More] applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud based data services. The Graph Neo4j module provides integration with the Neo4j graph database. Back in 2010, Rod Johnson and Emil Eifrem started brainstorming about Spring and Neo4j integration including transparent persistence and cross-store support. After an initial prototype it has been further developed in close cooperation between the VMware and Neo Technology development teams. To learn more about the project, visit the Spring Data Graph Project Homepage. The key changes in the Spring Data Graph 1.1.0.M2 milestone release include: updated dependency to Neo4j 1.4 API updates to Neo4j 1.4 changes repackaging to org.springframework.data.neo4j.* added cypher queries to Neo4j-Template Neo4j-Template API overhaul fluent query, traversal, lookup methods in the Neo4j-Template Integrated remote REST-Cypher Plugin fixed lingering client connections for the REST module (ClientResponse.close()) fixed NotFoundException with GraphRepository.exists() We are looking forward to your feedback on the forum or in the issue tracker. Project resources: Downloads | JavaDocs | Spring Data Graph Guide Book | Changelog [Less]
Posted about 14 years ago by Josh Long
Dear Spring Community, I am pleased to announce the release Spring Integration, 2.0.5. This release addresses 48 issues of which roughly half were bugs and half were improvements. For details see: Downloads | JavaDocs | Reference Documentation | Changelog