Friday, June 12, 2009

SpringFramework Italian Meeting 2009

Fourth edition 27 June Cagliari:
http://www.jugsardegna.org/vqwiki/jsp/Wiki?27Giugno2009

Speakers-abstract

Alef Arendsen "Spring 3.0"

Spring 3.0 brings yet another powerful set of new features in the Spring Framework that helps you simplify your code bases a lot more and helps you focus more on the domain problem.
In this talk, Alef Arendsen will highlight what these new features are and showcase them using code examples and demoes. The most important ones are the introduction of the expression language, a completely Java-based configuration option and the support for RESTful resources.


Luca Marrocco "GAEj Google App Engine for Java"

Abstract: Another actor in cloud computing is available for java developer.
Already available for python guys throught django and other nice framework. Starting few month ago Google has release new java environment for its cloud computing services: Google App Engine is now powerd by Java. In this presentation you will be introduced to this new world.
After this presentation you will be able to create your own application and deploy it to a complete scalable without initial cost environment.
Topics of this presentation are: create a simple web application; upload web applition to GAEj; using some google service like datastore, email sender, memcache and other
interesting feature to develop a scalable application.
All argument discussed use spring framework as glue of that services.. so we can understand how spring can help us to develop an enterprise production ready application. We show you how GAEj is a valid solution for many application purpose for its simplicity and low cost.


Massimiliano Dessì "The hidden gems of Spring Security"

Spring Security is a security solution for enterprise applications developed using the Spring Framework.
Out of the box Spring Security provide support for OpenID, ACL, Groups, JSR 250 Security Annotation and can be easily integrated with OAuth and RESTful systems.
In this presentation we will see how to use SpringSecurity to switch a RESTful webapp from a classical authentication/authorization to OpenID authentication, OAuth authorization and how to use the SpringSecurity ACL for your Domain Objects.


Mario Fusco "No more loops with lambdaj"

Lambdaj is a library that makes easier to manipulate collections in a pseudo-functional and statically typed way. In our experience to iterate over collection, especially in nested loops, is often error prone and makes the code less readable. The purpose of this library is to alleviate these problems employing some functional programming techniques but without losing the static typing of java. We impose this last constraint to make refactoring easier and safer and allow the compiler to do its job. In a word, lambdaj partially eliminates the burden to write (often nested and poorly readable) loops while iterating over collections by allowing to filter, convert, group, aggregate and sort their items without to write a single explicit loop.


Piergiorgio Lucidi "A success story: Spring in Alfresco ECM"

Alfresco is the leading open source enterprise content management system and two of the most appreciated aspects of Alfresco are: the wide customization model and the high quality of source code.
Alfresco is strongly based on Spring Framework and thanks to this adoption we can find many ways to extend and inject our components. In this presentation will be shown many ways to extend Alfresco features and interfaces using Spring application context configuration.

Monday, May 25, 2009

Status update and next worshops

Some update and next events/meetings/workshops
Since April/May I'm become:
Chairman of Jug Sardegna Onlus
OpenNMS Committer/Contributor
Scala user

As a Jug Chairman, I'm working with the jug's members, on some workshops scheduled for the next five months:

Ammentos 12 june
Scala
GWT
Android

Next update for the Spring Framework Meeting (27 June) in Cagliari

Stay tuned !

Wednesday, April 15, 2009

Good and complete review of Spring 2.5 AOP book

Spring 2.5 Aspect Oriented Programming review on javalobby

The review ends with:

"AOP itself is complex for the first time that a beginner starts to

learn it. This book avoids this problem by keeping the things simple

and not overloading with heavy theory. That means the theory and

practice are not poor (superficial) or too detailed.Developers with some experience with AOP, would find this book very good for reference,

as it has a long good amount the samples about configuration for xml and annotations.

For its 300 pages I consider this book a good material for learning concepts and good practices. I hope you enjoy this book like I did."

Thursday, March 12, 2009

Spring AOP Book - Acknowledgements

Spring AOP Book

I’d like to thank my family, my wife Monica, and my little sons Michele, Mattia and
Chiara.
Monica gave me support in writing this book and she did a great job in taking care of our
family. Without her love and support, I could never have finished this book.
Thanks to my grandparents Aldo and Maria Grazia and to my mother, for instilling in me
honesty and ethics.
Thanks to Alef Arendsen pointed out my faults, and gave valuable suggestions based on
his rich experience in Spring.
Thanks to Stefano Sanna, my copy editor, did a nice job in correcting my grammatical
mistakes, improving my words, and keeping the conventions consistent throughout the
book, and for a it’s invaluable support.
Thanks to Nelly Cannas and Samuela Girau for their support.
Many thanks to the SpringFramework team for having created such a powerful
framework to the Java community.

Thanks to italian Jugs, JugSardegna, JugRoma, JugMilano, JugPadova, JugTorino for their supports.