I'm glad you found the other answers useful, but I was still left wondering why someone would want a large full-featured framework dedicated to microservices when there are already three large full-featured frameworks for webapps which can each comfortably be used to write a microservice.

Nobody in perl is ever going to produce a dedicated microservice framework if they don't know what they're missing. If you were able to describe how SpringBoot is an improvement over other web frameworks you've used, and why its focus on microservices makes it worth learning an entire framework just for that, that would enlighten us as to why you care so much about this distinction.

Most likely, the answers we would have to that description would be to tell you about modules or configurations for the popular web frameworks that would deliver the same features that you like about SpringBoot. Or, personal anecdotes about microservices we've developed and how we tailored a web service to that purpose. Or, maybe we would see a gap in the feature set of our frameworks that we hadn't seen before, and be inspired to write a module for that. (likely yet another extension of Mojo or Catalyst or Dancer, because nobody has time to invent an entire new framework, nor would anyone else want to spend the time to learn one)

If you're not willing to get involved in a tech stack that hadn't been specifically designed for your exact use case, then that's your choice to make; each of us has limited waking hours, and work to get done, and it makes sense to choose the best tool for the job. But you did kind of leave us guessing with your post.


In reply to Re^12: Perl microservice framework by NERDVANA
in thread Perl microservice framework by mvanle

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.