Introduction To Spring Roo
Published January 21st, 2010 Under Open Source Tools, Software Testing | Leave a Comment
In this 5 minute screencast you will see how to:
* Develop a simple “contact manager application” using the Roo shell
* Import and edit the project our free IDE, SpringSource Tool Suite (STS)
* Run the Roo-provided integration tests in STS
* Modify the application and understand ITD round-trip support
* Deploy to your IDE’s web container
* Use the scaffolded web user interface
* “Push-in refactor” to move source code between Java source files and ITDs
* Remove Roo from the project
http://s3.springsource.com/MRKT/roo/2010-01-Five_Minutes_Roo.mov
Improving on Unit Tests with Sonar
Published September 29th, 2009 Under Open Source Tools, Software Testing | Leave a Comment
Sonar enables to collect, analyze and report metrics on source code. Sonar not only offers consolidated reporting on and across projects throughout time, but it becomes the central place to manage code quality. This screencast shows how to use Sonar to manage unit tests by checking their results. When you are done, you can verify that components are properly covered.
Enterprise Application with OSGi and the SpringSource dm Server
Published September 9th, 2009 Under Architecture, Open Source Tools, Services | Leave a Comment
OSGi is about to become the predominant standard in Enterprise Java and for good reasons. But like any other new technology introducing it inside existing environments can be challenging. This talk shows the benefits of OSGi in Enterprise Java, the concrete challenges and solutions to them. The focus is on the SpringSource dm Server that represents a complete OSGi environment and solves many of the issues in this area. Throughout the talk several demos and code samples will show the pratical application of the shown principles. This includes the stepwise migration of a (legacy) WAR based web applications to a fully modularized OSGi based web application.
Qi4j – code, examples and demo
Published July 20th, 2009 Under Architecture, Coding, Open Source Tools | Leave a Comment
Qi4j is an application development framework that promises to make it easier to create applications using DDD. But how does it accomplish this, and to what extent? This session will take us through the creation of a simple application using Qi4j and discuss the different features that simplify the developers life and makes it easier to apply agile practices.
The Modular Java Platform
Published February 10th, 2009 Under Architecture | Leave a Comment
The Java programming language provides numerous features to support the construction of large programs, but could do more to reduce JAR hell and simplify application packaging. The majority of this Devoxx keynote will describe how modular programs can address these issues, and how Java language and VM features can be designed to make programs more modular while retaining compatibility with legacy code. In the second part Mark will also look at possible features for Java SE 7.
keep looking »