• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Technology compartive evaluation - need inputs

 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We are in the process of evaluating multiple combination of technology stacks to build a new generation web app with more of a Micro-services based architecture with other drivers being cloud readiness, responsive, cross channel, embracing API’s, heavy client side architecture, stateless applications, dynamically scalable applications etc.

Technology Stacks being evaluated:

1. Spring Boot, embeddable Tomcat container , Spring web MVC (to build rest controllers) , Servlet 3 Async , RxJava
2. Spring Boot, embeddable Undertow container , Spring web MVC , Servlet 3 Async , RxJava – Similar to first except the servlet container , Under tow is more responsive than tomcat.
3. Spring Boot, Ratpack, Reactor - this is a netty based implementation with spring support
4. Type safe Play using Scala and Akka.

Evaluation Parameters: The feedback can be along some of the following parameters (but you might have more as well):

1) Ease of adoption & learning curve.
2) Scalability & performance
3) Resiliency
4) Industry feedback and adoption rate. Any known implementation within TCS that we know of.
5) Modularity and cloud readiness.

Note: I am quite new to these and trying to catch-up with them via reading but, wanted to see if I can hear any first hand experience on these.
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
any results ?
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's an interesting evaluation! When are you releasing the results?

If you're interested, a survey comparing AngularJS Vs. ReactJS has released the results, also  interesting findings about popular tools in unit testing as well.

The link: http://blog.testproject.io/2016/09/01/front-end-development-unit-test-automation-trends/

Enjoy
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic