java - Creation of a DropWizard micro-service for running reports. -


i have project generating reports jasper reports files . generate these reports use of "creation of dropwizard micro-service running reports. "

i have no idea or start or whats goal . looked web bit confused myself.

can me understanding done here , starting point.

your guidelines highly appriciated

in short, microservice architectural style approach developing single application suite of small services, each running in own process , communicating lightweight mechanisms, http resource api. - described in martin fowler's blog http://martinfowler.com/articles/microservices.html.

the idea in short create small services have little responsibility on needs done , can further interact host of other microservices achieve end result. brings lot of agility in terms of replacing small part of functionality else without having redeploy entire ecosystem.

by looks of it, should possibly consider figuring out how small each of services , kind of responsibilities hold. hope helps.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

jquery - Keeping Kendo Datepicker in min/max range -