I Use This!
Very High Activity

News

Analyzed about 17 hours ago. based on code collected 2 days ago.
Posted about 12 years ago by Martin Lippert
Dear Spring Community, I am happy to announce the first milestone release 3.3.0.M1 of the Spring Tool Suite (STS) and the Groovy/Grails Tool Suite (GGTS). Highlights from this milestone build include: Spring IDE: improved support for ... [More] JavaConfig-driven Spring projects Groovy-Eclipse: now supports customizable editor templates Groovy-Eclipse: navigation and hovers in binary (compiled) groovy files Grails-IDE: preliminary support for current builds of Grails 2.3 Both tool suites ship on top of the latest Eclipse Juno SR2 release. For optimal performance and stability we still recommend the distribution that is based on Eclipse 3.8.2. The second milestone 3.3.0.M2 build is scheduled for early June 2013, followed by the 3.3.0 release in early July 2013 - shortly after the Eclipse Kepler release. To download the distributions, please go visit: Spring Tool Suite: http://www.springsource.org/sts Groovy/Grails Tool Suite: http://grails.org/products/ggts Detailed new and noteworthy notes can be found here: STS/GGTS 3.3.0.M1 New & Noteworthy. Enjoy! [Less]
Posted about 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 SpringSource offers a 15% discount code on all VMware trainings (partners not included). Please use the following referral code during the website registration process: springcustomerpromo. The complete Spring training schedule for May, 2013 can be found below: Step 1: Core Spring Americas May 07 - 10: Core Spring in Boston, MA May 07 - 10: Core Spring in Dallas, TX May 13 - 16: Core Spring in Phoenix, AZ May 13 - 16: Core Spring in Sacramento, CA May 13 - 16: Core Spring in San Francisco, CA May 13 - 16: Core Spring in San Jose, CA May 14 - 17: Core Spring in Washington, DC May 14 - 17: Core Spring in Washington, DC May 14 - 17: Core Spring in Los Angeles, CA May 14 - 17: Core Spring in Portland, OR May 21 - 24: Core Spring in Salt Lake City, UT May 21 - 24: Core Spring in Seattle, WA May 27 - 30: Core Spring in Bogota, Colombia May 28 - 31: Core Spring in Stamford, CT May 28 - 31: Core Spring in Charlotte, NC Asia Pacific May 06 - 09: Core Spring in Canberra, Australia May 06 - 09: Core Spring in Hyderabad, India May 06 - 09: Core Spring in Bangalore, India May 14 - 17: Core Spring in Singapore, Singapore May 20 - 23: Core Spring in Sydney, Australia Europe, Middle East & Africa May 07 - 10: Core Spring in Rome, Italy May 07 - 10: Core Spring in Lisbon, Portugal May 07 - 10: Core Spring in Madrid, Spain May 13 - 16: Core Spring in London, UK May 14 - 17: Core Spring in Kontich, Belgium May 14 - 17: Core Spring in Paris, France May 14 - 17: Core Spring in Stockholm, Sweden May 21 - 24: Core Spring in Zagreb, Croatia May 21 - 24: Core Spring in Berlin, Germany May 28 - 31: Core Spring in Prague, Czech Republic May 28 - 31: Core Spring in Hamburg, Germany Step 2: Spring Web / Enterprise Integration with Spring / Hibernate with Spring Americas May 06 - 09: Spring Web in Edmonton, AB May 06 - 09: Spring Web in Phoenix, AZ May 06 - 09: Spring Web in Sacramento, CA May 06 - 09: Spring Web in San Francisco, CA May 06 - 09: Spring Web in San Jose, CA May 06 - 09: Spring Web in Phoenix, AZ May 21 - 24: Enterprise Integration with Spring in Ottawa, ON May 21 - 24: Enterprise Integration with Spring in Toronto, ON May 21 - 24: Enterprise Integration with Spring in Montreal, QC May 21 - 24: Enterprise Integration with Spring in Edison, NJ May 21 - 24: Spring Web in Chicago, IL May 28 - 31: Enterprise Integration with Spring in Los Angeles, CA Europe, Middle East & Africa May 06 - 08: Hibernate with Spring in Wien, Austria May 06 - 08: Hibernate with Spring in Berlin, Germany May 06 - 08: Hibernate with Spring in Zurich, Switzerland May 07 - 10: Enterprise Integration with Spring in Amsterdam, Netherlands May 14 - 17: Enterprise Integration with Spring in Munich, Germany May 20 - 23: Enterprise Integration with Spring in London, UK May 21 - 24: Enterprise Integration with Spring in Dublin, Ireland May 27 - 29: Hibernate with Spring in Munich, Germany May 28 - 31: Enterprise Integration with Spring in Brussels, Belgium May 21 - 24: Spring Web in Prague, Czech Republic May 21 - 24: Spring Web in Rome, Italy May 21 - 24: Spring Web in Amsterdam, Netherlands Live Online May 06 - 09: Spring Web Online in Americas May 21 - 23: Hibernate with Spring Online in Americas May 21 - 24: Enterprise Integration 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 Josh Long
Welcome to another installment of This Week in Spring! It's been an exciting week for Spring at Pivotal, which you can hear more about at the re-scheduled Pivotal launch event on April 24th. In case you are reading too fast, Pivotal has ... [More] re-scheduled the launch event to April 24th. Register here! Arjen Poutsma has announced Spring Web Services 2.1.3.RELEASE. The new release mainly consists of bug fixes, for the full details check out the changelog. Don't miss the upcoming Webinar with Donald Miner and Mark Pollack discussing Pivotal HD and Spring Hadoop, a good introductory webinar for those that are Pivotal HD-curious. New SpringOne2GX replays now available in HD on YouTube: Cloud Foundry Architecture, Effective Design Patterns in NewSQL There was a great post on Reddit the other day that explains the difference between REST and SOAP in terms of Martin Lawrence. This has nothing to do with Spring, but was droll enough that it's worth sharing. Spring, of course, has an amazing REST stack and I highly encourage people to check out how to build consolidated, streamlined REST services with Spring! Moving on... :) James Rossiter has a good post on how to use a Spring InitBinder to Resolve Type Mismatch and bind Exceptions in POST from Spring MVC to Controller Actions. @olivergierke brings up a great point on Twitter: how much code does it take to add the JTA 1.2 JSR javax.transaction.Transactional annotation to Spring? Almost nothing! Most of the code here is just unit tests. Otherwise, this is just a dead simple mapping of the JTA annotation to Spring's already supported engine, which also currently supports the native Spring @Transactional and @javax.ejb.TransactionAttribute annotation. Are you looking into Gradle and want to get started with Spring, quickly? Giancarlo Frison has put together a nice post with a bootstrap Gradle build that can be used with Spring applications. Eugen Paraschiv has put together a nice post on how to use RestTemplate to do HTTP BASIC authentication. Spring has long supported a utility class, called the org.springframework.util.StopWatch, which can be used to measure the execution of method invocations. The Javarevisited blog has a nice post on how to use the StopWatch class. This post is fairly old, but I just stumbled upon it and thought it was a well thought out presentation introducing Aspect Oriented Programming (AOP) in Spring. [Less]
Posted over 12 years ago by Pieter Humphrey
Cloud Foundry Architecture If you have deployed applications on Cloud Foundry, you know how easy it is to push an app, bind services to it, and scale it. There are more magical things behind the scenes. Did you know, for example, that ... [More] cloudfoundry.com is updated approximately twice a week? Each update included small changes such as a bug fix or a new feature, but often large changes such as updating the underlying operating system. Yet, we can do all this without any downtime for user apps. Come to this talk to understand what makes this possible. Even if you aren't going to ever implement a PaaS on your own (and why should you? we already give you a good one!), the architectural ideas apply to your distributed apps quite well. About the speaker Ramnivas Laddad Ramnivas Laddad is a SpringSource Principal Enginner. He has over a decade of experience in applying his enterprise Java and aspect-oriented programming (AOP) expertise to middleware, design automation, networking, web application, user interface, and security projects. Ramnivas Laddad is a well-known expert in enterprise Java, especially in the area of AOP and Spring. He is the author of AspectJ in Action, the best-selling book on AOP and AspectJ that has been lauded by industry experts for its presentation of practical and innovative AOP applications to solve real-world problems. Ramnivas, a Spring framework committer, is also an active presenter at leading industry events such as JavaOne, JavaPolis, No Fluff Just Stuff, SpringOne, Software Development, and has been an active member of both the AspectJ and Spring communities from their beginnings. More About Ramnivas »   Effective design patterns with NewSQL NewSQL is a term that describes the next generation of highly distributed, scalable, memory oriented SQL databases. In this session, we will explore some basic concepts in NewSQL (VMWare SQLFire), translate a traditional “Star” schema to a partitioned schema(scale out design), walk through various SQL usage patterns – simple queries, complex joins, aggregations, stored procedures and explain how they can be more effectively realized in SQLFire through replicated tables, partitioned tables, in-memory or disk resident tables, parallel procedure execution, distributed transactions, etc. We will also compare and contrast various NewSQL features with traditional SQL. a About the speakers Jags Ramnarayan As the Chief Architect for GemFire product line, Jags is responsible for the technology direction for its high performance distributed data Grid and virtualization platform. Jags has represented GemStone Systems in the EJB expert group and the J2EE platform specification. In the past, Jags represented BEA in the W3C SOAP protocol specification, JAXM and other standards. Jags has presented in several conferences in the past on Data management, clustering and grid computing(Javaone, W3C workshop, Java user groups, Open Grid Forum, Platform Grid conference etc) . He has over 20 years of experience, a bachelors degree in computer science and a masters degree in management of science and technology. More About Jags » Guillermo Tantachuco Guillermo is an award-winning Enterprise Architecture practitioner with 17+ years of progressive experience in different industries. As a Regional Senior Systems Engineer for VMware's Cloud Application Platform division, Guillermo works with customers to understand their business needs and challenges and helps them seize new opportunities by leveraging vFabric to modernize their IT architecture. Guillermo is passionate about his family, business, technology and soccer. More About Guillermo » [Less]
Posted over 12 years ago by Josh Long
Welcome to another installment of This Week in Spring! As usual, we've got a lot to cover, so let's get to it! SpringSource CTO Adrian Colyer outlines the direction and momentum of SpringSource and the Spring projects under the ... [More] Pivotal Initiative, a new company spun out of EMC comprised of - among other things - SpringSource, Cloud Foundry, and GreenPlum. This is definitely worth a read if you want to understand Spring's - ahem - Pivotal role in this new initiative! Spring Batch lead Michael Minella has announced that Spring Batch 2.2.0.RC1 is now available. The new release includes preliminary support for Spring Data, Java configuration support, non-identifying job parameters and numerous fixes and polishes. This release is amazing, and definitely worth a look. I, personally, love the Java configuration API that's been surfaced. You don't need to write another Spring Batch XML file if you don't want to! Spring Mobile lead Roy Clarkson has announced that Spring Mobile 1.1.0.M3 has been released featuring simpler configuration when using a custom domain strategy with SiteSwitcherHandlerInterceptor, support for Kindle Fire device detection (as tablet or mobile depending on which mode they are in), several resolved issues and compatibility with Spring Framework 3.2.2. New SpringOne2GX replays now available in HD on YouTube: Virtualizing and Tuning Large Scale Java Applications, From Spring and Java to Spring and Akka The HMK blog has a really nice post on how to use the Cujo.js's rest.js and Spring MVC. Very cool! The JavaRevisited blog has put together a post on calling stored procedures from Spring using the StoredProcedure template object. There are other ways to approach this same problem, including the SimpleJdbcCall object and simply using the update(String, Object ... params) method on JdbcTemplate. Check it out! The Spring Java Tutorial blog has a nice post on using stored procedures with Spring, and it also uses the same domain example - an EmployeeDAO. They aren't exacty the same - far from it - but it does seem like one heckuva coincadence! At any rate, more information's always good. Spring provides various lifecycle callback methods, which this JavaBeat blog looks at. The Binary Beans blog has a post that simply links to some interesting, introductory videos that we've published on the SpringSourceDev YouTube Channel. If you're a regular reader of this round up then you've seen these videos before. But, it's a good 3 hours of introductory content and worth a look if you want a good getting started experience. KH Yiu has put together a cool post introducing the concept of a factory pattern (which you're no doubt already familiar with!) in application code, built with Spring. This is not about how Spring uses the factory pattern, and was kind of an interesting approach. Nicely done! Daniel Wong put together a really cool blog illustrating how to tie together Spring MVC with OpenCMS! Definitely worth a look. The 11th Hour blog put together a nice post on how to use the Spring Expression Language with some examples. Wang Xiang's put together a blog.. more like a series of snippets.. demonstrating how to setup Jetty, a DataSource, and Spring together. The Java Code Geeks blog has an introductory post on using Spring MVC with JSR 303 bean validation. Check it out! Our pal Mark Serrano is back, this time with a review of Spring Security lead Rob Winch's book on Spring Security. Hippoom Zhou has put together a nice post introducing how to use mocks and stubs in Spring Integration tests. This is a very nice post, and definitely worth a look! The awesomely named Raging Goblin blog has a nice post on how to do role-based views using Spring Roo and Spring Security. Peter Chng describes a scheme that can be used to auto-register custom converters used for data type conversion in core Spring, Spring MVC, and Spring Integration, among other places. Pretty smart! [Less]
Posted over 12 years ago by Pieter Humphrey
Virtualizing and Tuning Large Scale Java Applications This session shares many of the production proven methods of running Java on vSphere. Covering how to size JVMs, and VMs for large scale deployments. The session will have a special section ... [More] on GC tuning and show how a wide range of JVMs can be tuned using a GC recipe developed over the past 15 years of actual field experience in tuning JVMs. Three key trends and associated tuning techniques are discussed in this session. The key trends are: Consolidation, Elasticity and Flexibility, and Performance Consolidation Many of our customers find that their middleware deployments have proliferated and are becoming an administrative challenge associated with higher costs. We see a trend across customers who look to virtualization as a way of reducing the number of server instances. At the same time, customers are taking the consolidation opportunity to rationalize the number of middleware components needed to service a particular load. Middleware components most commonly run within a Java Virtual Machine (JVM) with an observed scale of 100 to 1000s of JVM instances and provide many opportunities for JVM instance consolidation. Hence, middleware virtualization provides an opportunity to consolidate twice – once to consolidate server instances, and, secondly, to consolidate JVM instances. This trend is far-reaching, because every IT shop on the planet is considering the cost savings of consolidation. One customer in the hospitality sector went through the process of consolidating their server footprint and at the same time consolidated many smaller JVMs that were less than 1GB heap. They consolidated many of these smaller 1GB JVMs into 2 categories, those that were 4GB, and others that were 6GB. They performed the consolidation in such manner that the net total amount of RAM available to the application was equal to the original amount of RAM, but with fewer JVM instances. They did all of this while improving performance and maintaining good SLAs. They also reduced the cost of administration considerably due to the reduced number of JVM instances they had to manage, and refined environment that helped easily achieve SLA. Another customer, in the insurance industry, was able to achieve the same as the above customer, but additionally was able to over-commit CPU in development and QA environments in order to save on third party software license costs. On the other hand, sometimes we come across customers that have a legitimate business requirement to maintain one JVM for an application, and/or one JVM per a line of business. In these cases, you cannot really consolidate the JVM instances, as that would cause intermixing of the lifecycle of one application from one line of business with another. However, while such customers don’t benefit from eliminating additional JVM instances through JVM consolidation, they do benefit from more fully utilizing the available compute resource on the server hardware, that otherwise would have been underutilized in a non virtualized environment Elasticity and Flexibility It is increasingly common to find applications with seasonal demands. For example, many of our customers run various marketing campaigns that drive seasonal traffic towards their application. With VMware, you can handle this kind of traffic burst, by automatically provisioning new virtual machines and middleware components when needed, and then automatically tear down these VMs when the load subsides. In addition, the ability to change updating/patching hardware without causing outage is paramount for middleware that supports the cloud era scale and uptime. VMware VMotion gives you the ability to move VMs around without needing to stop applicators and or the VM. This flexibility alone makes virtualization of middleware worthwhile when managing large-scale middleware deployments. One customer in the financial space, handling millions of transactions per day, used VMotion quite often to schedule their hardware upgrades without any time downtime. What otherwise would be a costly scheduled downtime to their business. Performance Customers often report improved middleware platform performance when virtualizing. Performance improvements are partly due to the updated hardware that customers will typically refresh during a virtualization project. There is also some performance improvement due to the robust VMware hypervisor. A recent customer that reported a great level of performance provided the following testimony “With our OrderExpress project we upgraded our Middleware Services, Commerce, Portal, WCM, Service Layer, DB2 Database; migrated from AIX to Linux; virtualized on VMware; moved the application into a three-tier DMZ; increased our transactions by over 150 percent; and added significant new capabilities that greatly improved the customer experience. Changing such a wide range of technology components at once was a huge challenge. However using VMware vSphere and additional architectural changes we were successful in improving performance by over 300 percent; lowered costs in the millions; improved security, availability, and scalability; and how we plan to continue evolving this application to maintain greater than 30 percent yearly growth.” – Jeff Battisti, Senior Enterprise Architect at Cardinal Health In this session, I will show some actual JVM and VM sizes for middleware components both small and large JVMs. Will also detail out GC tuning recipe that I have developed over the years,that has been shown to handle JVM heap sizes form 4GB to 88GB+, and higher. Of course the introduction of in-memory databases has driven the trend to have these larger JVMs and hence why we will discuss what is the best way to tune the JVM, VM, and the hardware platform they are deployed on. I see the sizing question as the most commonly asked question with our customer base,and as a result I plan to focus on it during the session. About the speaker Emad Benjamin Emad Benjamin has been in the IT industry for the past twenty years. He graduated with a Bachelor of Electrical Engineering from the University of Wollongong. Earlier in his career, he was a C++ software engineer, then in 1997, he switched to programming with Java, and has been focusing on Java ever since. For the past seven years, his focus has been Java on VMware vSphere, vFabric GemFire and SQLFire. Emad has been at VMware since 2005, and is the author of the Enterprise Java Applications Architecture on VMware book. Emad has previously presented at VMworld, SpringOne, and Open World on the subject of Java virtualization. More About Emad »   From Spring + Java to Spring + Akka - A Journey of Discovery Actor based concurrency model is a paradigm shift. What is paradigm shift? A change in the basic assumptions, or paradigms, within the ruling theory of science. A paradigm shift makes simple ideas hard to grok. Even though Actor model is a simple and revolutionary idea it becomes hard for programmers to see practical benefits and usage. Similarly, the Scala programming language brings a lot to the table in simplifying actor-based design, but comes with a new style of coding. One possible solution to this problem is to evaluate the new paradigm in terms of old paradigm. In this presentation we will take a working Spring based web application and gradually implement it using actors and Scala. We will be skeptical and suspicious of new ideas but at the same time we will be open minded. We will learn about actor based concurrency model using the knowledge of spring. At the same time, we'll learn best practices behind Actors, Scala and combining these with the Spring Framework. About the speakers Nilanjan Raychaudhuri Nilanjan is a consultant and trainer for Typesafe. He started his professional career as a software developer in 2000 using object oriented programming languages. Nilanjan has previously worked with IBM, ThoughtWorks and LivingSocial where he gained a lot of experience in managing and developing software solutions in Java/JEE, Ruby, Groovy and also in Scala. He is zealous about programming in Scala ever since he got introduced to this beautiful language. Currently he spends his spare time working on the scala-webmachine open source project (restful resource framework). In the past Nilanjan worked on other open source projects and libraries. At Typesafe he is mainly teaching and designing Scala and Play courses and helping customers to adopt these technologies. Nilanjan enjoys sharing his experience via talks at various conferences. He is also the author of the "Scala in Action" book. More About Nilanjan » Josh Suereth Josh Suereth is a Senior Software Engineer at Typesafe and the author of "Scala In Depth.” He has been a Scala enthusiast ever since he came to know this beautiful language in 2007. He started his professional career as a software developer in 2004, cutting his teeth with C++, STL, and Boost. Around the same time, Java fever was spreading and his interest was migrating to web-hosted distributed Java-delivered solutions to aide health departments discover the outbreaks of disease - everything from EJB to Hibernate/Spring and even some Applets. He introduced Scala into his company code base first in 2007, and soon after he was infected by Scala fever, contributing to the Scala IDE, maven-Scala-plugin, and Scala itself. In 2009, he began writing the book "Scala In Depth" which provides practical support for using Scala in everyday applications. Today, Josh is the author of several open source Scala projects, including the Scala automated resource management library, the PGP sbt plugin, as well as contributing to key components in the Scala ecosystem, like the maven-Scala-plugin. His current work at Typesafe Inc. has him doing anything from building MSIs to profiling performance issues. Josh regularly shares his expertise in articles and talks. More About Josh » [Less]
Posted over 12 years ago by Michael Minella
We are pleased to announce that Spring Batch 2.2.0.RC1 is now available via the SpringSource Milestone repository. Spring Batch Home | Source on GitHub | Reference Documentation Support for Spring Data Spring Data is a collection of projects intended ... [More] to make it easier to develop Spring-powered applications that use new data access technologies such as non-relational databases. Based on a model of exposing Repository objects, Spring Data allows applications to access data in a simple and consistent way across many new platforms. Spring Batch 2.2.0.RC1 now provides ItemReader and ItemWriter implementations for a number of the data stores supported by Spring Data including MongoDB, Neo4j, and Gemfire (write only). In addition, Spring Batch 2.2.0.RC1 now has a RepositoryItemReader and RepositoryItemWriter that will read and write items from custom Spring Data Repository implementations. Java Configuration With this release, Spring Batch 2.2.0.RC1 now supports Java based job definitions. Building a job definition with java configuration is now available via the new @EnableBatchProcessing annotation and a collection of builders that allow you to construct jobs, steps, flows, splits, etc. By using the @EnableBatchProcessing annotation the following features are enabled: Creation of StepScope - Allowing the configuration of beans via @Scope("step") @Autowired - A JobRepository, JobLauncher, JobRegistry, PlatformTransactionManager, JobBuilderFactory and StepBuilderFactory are all available to be autowired into your context. Non-identifying Job Parameters Spring Batch 2.2.0.RC1 now supports the use of job parameters that do not contribute to the generation of a JobInstance's identity. As part of this update, the JobParameters is no longer associated with a JobInstance and is now associated with a JobExecution. To support this change, the job repository schema has updated and a migration script has been provided. You can read the details about the migration script in the Getting Started Guide. Other Improvements and Bug Fixes With the release of Spring Batch 2.2.0.RC1, a host of other improvements and bug fixes have been added. The complete list of updates for this release can be found in the changelog for this revision. Links Spring Batch Home | Source on GitHub | Reference Documentation [Less]
Posted over 12 years ago by Roy Clarkson
Dear Spring Community, We are happy to announce the release of Spring Mobile 1.1.0.M3! Spring Mobile provides extensions to Spring MVC that aid in the development of cross-platform mobile web applications. This release adds simpler configuration ... [More] when using a custom domain strategy with SiteSwitcherHandlerInterceptor. Kindle Fire devices are now detected as tablet or mobile depending on which mode they are in. Additionally, several issues have been resolved in this release. This release is built and tested against Spring Framework 3.2.2. See the changelog and reference manual for more information. Many thanks to the community for their continued feedback and support in improving Spring Mobile. 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.M3 and collaborate with us on the next iteration of the project. [Less]
Posted over 12 years ago by Josh Long
This Week in Spring Welcome to another installment of This Week in Spring ! I've just returned from Devoxx UK and Devoxx France where I was very happy to talk to developers using Spring from all walks of industry. I also spoke at Skills ... [More] Matter in London on building web applications using Spring. Thanks to Skills Matter, the London Spring User Group, and to the amazing Rob Harrop for having me, it was such a pleasure! The video from that session is available online if you're interested. Register today for the Super Early Bird rate at SpringOne 2GX 2013, in Santa Clara, CA Sept 9th-12th, 2013! Gary Russell's announced that Spring AMQP 1.2.0.M1 is now available. The Cujojs team has announced that rest.js is now part of Cujo.js and rest.js 0.9 and is now available. Gary Russell's announced that Spring Integration 2.2.3 is now available. This release corrects an issue with the conversion of some complex message payloads when being mapped to method arguments, as well as a few other minor issues. Arjen Poutsma has announced that Spring Scala 1.0.0.M2 is now available. The new release is full of features, including an updated JdbcTemplate wrapper, rich wrappers for BeanFactory, ListableBeanFactory and ApplicationContext, AOP advice wrappers with implicit conversions, support for Spring 3.2.2, and updated support in FunctionConfiguration for eager initialization, along with many other bug fixes and changes. Last week's webinar introducing the Spring Integration adapter for Splunk is now available online. Nice job by David Turanski and Damien Dallimore (Splunk)! New SpringOne2GX replays now available in HD on YouTube: Getting Started with Spring Security 3.1, Tooling for Spring, Grails and the Cloud The JRebel guys have announced an updated version of their plugin which facilitates live-reloading of code in Java applications. The new release features improved support for Spring, supporting live reloading of @Configuration-based Spring applications. James Rossiter has a nice post on how to handle form binding using Spring MVC's <form> tags and Spring MVC models. There are two posts. The first introduces how to bind a parent and child object. The second introduces the initBinder mechanism. The JavaBeat blog has a nice post on how to use Spring's scopes Pravin Chavan has a nice post on how to handle HTTP request interception using the Spring framework. The 2Bloggers blog has a nice post introducing the distinct duties performed by the BeanFactory and ApplicationContext objects in Spring and their relationship to each other. The TechRecipes blog has a nice post on basic configuration of a Spring application using Spring's XML configuration format. This is admittedly very introductory. The Java EE Architectures blog has a nice post on how use Spring MVC and Spring Data MongoDB together. Camilo Lopes has written up a book review (in Portuguese) of the Portguese-language book Vire o jogo com Spring Framework. This is worth a read if you're looking for a book introducing Spring (in Portuguese). The Programming Fortune blog has put together a nice post that's also on the subject of populating objects with form-field data. [Less]
Posted over 12 years ago by Pieter Humphrey
Getting Started with Spring Security 3.1 Spring Security is a framework that focuses on providing both authentication and authorization to Java applications. Like all Spring projects, the real power of Spring Security is found in how easily it ... [More] can be extended to meet custom requirements. In this presentation Rob will incrementally apply Spring Security to an existing application to demonstrate how it can meet your authentication and authorization needs. It will also answer many of the common "how to" questions that are found on the forums. This will ensure that you can not only secure your application quickly, but ensure you understand Spring Security well enough to extend it to meet your custom requirements. About the speaker Rob Winch Rob Winch is a Senior Software Engineer at VMware and is the project lead of the Spring Security framework. He is also a committer on the core Spring Framework and co-author of the Spring Security 3.1 book. In the past he has worked in the health care industry, bioinformatics research, high performance computing, and as a web consultant. When he is not sitting in front of a computer he enjoys playing the guitar. More About Rob »   What's new with tooling for Spring, Grails and the Cloud In this talk we will give an overview of the recently open-sourced and newly organized tooling landscape for Spring, Groovy/Grails and Cloud Foundry (we’ll touch on Gradle too). We will introduce the new open-sourced tooling projects and how they fit together to form our new distributions: the Spring Tool Suite and the Groovy/Grails Tool Suite. In addition to that we will demo the latest feature additions to the tools that enable you to be even more productive. The first part of this talk will focus on Spring whilst the second part focuses on Groovy/Grails. Attend one (or both!) parts of the session. About the speakers Andy Clement Andy Clement is a staff engineer in the SpringSource division of VMware, based in the languages and tools lab in Vancouver. He has more than ten years experience in Enterprise Application Development and now spends his time building tools for languages like AspectJ, Groovy and JavaScript and frameworks like Grails. He currently oversees the Groovy Grails Tool Suite deliverable, a variant of the Spring Tool Suite with a focus on Groovy and Grails. More About Andy » Martin Lippert Martin leads the team of the SpringSource Tool Suite and the Spring IDE and works together with the tools team on providing the best developer tools out there for Spring and Cloud Foundry. Before joining SpringSource/VMware, Martin founded (together with colleagues) it-agile, a leading consulting and development company focused on agile software development, and worked many years as consultant and coach for agile software development and flexible and modularized architectures. He is author of papers, articles, and books on various topics including agile software development, Eclipse technology and refactoring techniques. More About Martin » [Less]