BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations Modern Component Design with Spring

Modern Component Design with Spring

Bookmarks
01:35:18

Summary

Juergen Hoeller presents Spring as an annotation-oriented application framework, illustrating the rich set of features that Spring has to offer for modern component design.

Bio

Juergen Hoeller is co-founder of the Spring Framework open source project and has been serving as the project lead and release manager for the core framework since 2003. Juergen is an experienced software architect and consultant with outstanding expertise in code organization, transaction management and enterprise messaging.

About the conference

SpringSource and No Fluff Just Stuff bring you SpringOne 2GX 2013, a one-of-a-kind conference for application developers, solution architects, web operations and IT teams who develop business applications, create multi-device aware web applications, design cloud architectures, and manage high performance infrastructure.

Recorded at:

Mar 07, 2014

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Meta annotation didn't work for PersistenceContext

    by Ritesh Rathore,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Following didn't work on implementation class:



    @PersistenceContext(unitName="XYZ_PERSISTENCE_UNIT")
    @Target({TYPE, METHOD, FIELD})
    @Retention(RUNTIME)
    public @interface XyzEntityManager {

    }

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT