GWT 2.1 Editors – tbroyer’s posterous – GWT 2.1 is advertized as providing "a framework for business apps", and one of the included features is the Editor framework, which provides data binding between bean-like objects and UI fields
Blog of Dmitry Buzdin: Is Java Reflection Really Slow? – The conclusion is that on modern server infrastructure with proper JVM settings we should not be worried about Refelction performance too much. Another conclusion is that going in the direction of direct bytecode manipulation such as CGLib FastMethod will not bring a tremendous difference in performance, but will add dependencies and complexity to your project
InfoQ: What’s New in Spring Integration 2.0? – Mark Fisher and Oleg Zhurakousky present what’s new in Spring Integration 2: Sprint 3 features used, enterprise integration patterns, channel adapters, tooling support, and what lies beyond 2.0.
dzone.com – Java in the cloud: Amazon joins the party – Amazon announced today its Elastic Beanstalk offering, essentially providing Java in the cloud. This is great news as it reinforces the message that the future of Java is in the cloud, not on premise.
Home – Browserscope – Browserscope is a community-driven project for profiling web browsers. The goals are to foster innovation by tracking browser functionality and to be a resource for web developers