BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Presentations Creating Java REST Servers from Swagger API Definitions

Creating Java REST Servers from Swagger API Definitions

Bookmarks
38:02

Summary

Swagger is a simple but powerful representation of RESTful APIs. This talk gives an introduction to API creation using the Swagger Editor. David Garry shows how to generate a REST service in Java from this API, using swagger-codegen to create template Java REST servers with technologies such as Jersey, JAXB and Jackson.

Bio

David Garry is cofounder and CTO at Nomos Software. He is the architect and lead developer of their RuleX code generation product, and has extensive expertise in description languages for APIs, and in code generation. Automated technical support services generated by RuleX are used by 15 banks across Europe, providing diagnostic information to help devs and IT teams connect into bank systems.

About the conference

The Docklands.JLC is a community for Java developers and those with an interest in the JVM to get together monthly in the Docklands. The Docklands.LJC is proud to be part of the London Java Community.

Recorded at:

Feb 16, 2016

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

  • Swagger Spc and OAI

    by david garry,

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

    The swagger specification has been contributed to the Open API Initiative (OAI), a new Linux Foundation Collaborative project openapis.org/.

  • Great!

    by Christian Lombardo,

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

    Excellent talk David! Very well organized and clearly explained. Thank you!

    Christian Lombardo

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