SpringOne 2GX 2011

Chicago, October 25-28, 2011

Magnificent Mile Marriott
Downtown Chicago
540 North Michigan Ave.
Chicago, Illinois   60611
1 (800) 228-9290
[ Map it ]

Thomas Risberg

co-author of "Professional Java Development with the Spring Framework"

Thomas Risberg
Thomas has been a developer on the Spring Framework project since early 2003, contributing to enhancements of the JDBC framework portion.

Thomas currently works as a consultant for SpringSource specializing in Java EE and database projects. He has been involved with developing database applications, both as a DBA and as an application developer for over 20 years, using a wide variety of languages and databases.

Thomas is co-author of "Professional Java Development with the Spring Framework" together with Rod Johnson, Juergen Hoeller, Alef Arendsen, and Colin Sampaleanu, published by Wrox in 2005.

Blog

Using Groovy, Spring and JavaConfig

Posted Sunday, April 1, 2007

Lmore »

Spring Kickstart 2006

Posted Wednesday, September 27, 2006

Smore »

A new Linux desktop

Posted Sunday, August 13, 2006

Imore »

JSR-220 reaches "Final Approval Ballot" stage

Posted Tuesday, April 18, 2006

Tmore »
Read More Blog Entries »

Presentations

Effective Use of the Oracle Database with Spring

In this talk we will look at some advanced features of the Oracle Database that most developers overlook. This includes the native XML data type, Advanced Queuing for messaging and transparent auditing of database changes. During the presentation the femore »

Persistence Tuning for your Spring Applications

This talk will discuss a variety of issues you should consider when tuning the persistence layer of your Spring applications. We will discuss SQL tuning, JDBC tuning and to some extent database tuning. We will also look at the unique issues encountered wmore »

Effective Use of the Oracle Database with Spring

close

Thomas Risberg By Thomas Risberg

In this talk we will look at some advanced features of the Oracle Database that most developers overlook. This includes the native XML data type, Advanced Queuing for messaging and transparent auditing of database changes.

During the presentation the features will be shown in live code and we will walk through three complete examples utilizing the discussed features.

One example will show how to use triggers and Advanced Queuing to monitor changes made to the database. Another example shows how we can persist domain objects as XML data using JAXB and Oracle's XMLType. A third example shows how we can create an audit trail in the database by propagating the web application principal information to the database and logging any changes made to database tables.

We will also discuss how the Advanced Pack for the Oracle Database can make these tasks a lot simpler, both in terms of development effort and for configuration.



Session Detail


Persistence Tuning for your Spring Applications

close

Thomas Risberg By Thomas Risberg

This talk will discuss a variety of issues you should consider when tuning the persistence layer of your Spring applications.

We will discuss SQL tuning, JDBC tuning and to some extent database tuning. We will also look at the unique issues encountered with ORM tools like Hibernate and EclipseLink. One issue covered in detail is the performance impact of eager vs. lazy loading.

To tune ORM tools, you need to be able to capture the generated SQL. We will show some useful tools that can help with this.



Session Detail



Books

by Rod Johnson, Juergen Hoeller, Alef Arendsen, Thomas Risberg, and Colin Sampaleanu

Professional Java Development with the Spring Framework Buy from Amazon
List Price: $39.99
Price: $26.29
You Save: $13.70 (34%)
  • The Spring Framework is a major open source application development framework that makes Java/J2EE(TM) development easier and more productive. This book shows you not only what Spring can do but why, explaining its functionality and motivation to help you use all parts of the framework to develop successful applications.

    You will be guided through all the Spring features and see how they form a coherent whole. In turn, this will help you understand the rationale for Spring's approach, when to use Spring, and how to follow best practices. All this is illustrated with a complete sample application. When you finish the book, you will be well equipped to use Spring effectively in everything from simple Web applications to complex enterprise applications.

    What you will learn from this book
    * The core Inversion of Control container and the concept of Dependency Injection
    * Spring's Aspect Oriented Programming (AOP) framework and why AOP is important in J2EE development
    * How to use Spring's programmatic and declarative transaction management services effectively
    * Ways to access data using Spring's JDBC functionality, iBATIS SQL Maps, Hibernate, and other O/R mapping frameworks
    * Spring services for accessing and implementing EJBs
    * Spring's remoting framework

    Who this book is for

    This book is for Java/J2EE architects and developers who want to gain a deeper knowledge of the Spring Framework and use it effectively.

    Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.