InfoQ Homepage Presentations Dropwizard: Make Features, Not WAR
Dropwizard: Make Features, Not WAR
Summary
Ryan Kennedy introduces Dropwizard which is Yammer's framework for building RESTful web services on the JVM.
Bio
Ryan Kennedy is the Director of Core Services Engineering at Yammer, where he leads a team focused on the development of scalable, reliable backend systems for new product features.
About the conference
Software is changing the world; QCon aims to empower software development by facilitating the spread of knowledge and innovation in the enterprise software development community; to achieve this, QCon is organized as a practitioner-driven conference designed for people influencing innovation in their teams: team leads, architects, project managers, engineering directors.
Community comments
NIH
by Fred Amiter,
Re: NIH
by Eduardo Silva,
NIH
by Fred Amiter,
Your message is awaiting moderation. Thank you for participating in the discussion.
So he tells us to replace Servlets and the tried and proven JEE infrastructure with their hastily assembled proprietary framework?
Re: NIH
by Eduardo Silva,
Your message is awaiting moderation. Thank you for participating in the discussion.
Dropwizard is pretty much combination of proven/stable frameworks used to develop JVM web services... it is no "proprietary framework"! Many people are already using these frameworks in an ad-hoc manner, so this is a neat work to help putting these frameworks together in a fast and consistent manner.