28 setembro 2018

Micronaut - A Java framework to microservices



Micronaut is a modern, JVM-based, full stack microservices framework designed for building modular, easily testable microservice applications.


Micronaut is developed by the creators of the Grails framework and takes inspiration from lessons learnt over the years building real-world applications from monoliths to microservices using Spring, Spring Boot and Grails.

Micronaut aims to provide all the tools necessary to build full-featured microservice applications, including:
  • Dependency Injection and Inversion of Control (IoC)
  • Sensible Defaults and Auto-Configuration
  • Configuration and Configuration Sharing
  • Service Discovery
  • HTTP Routing
  • HTTP Client with client-side load-balancing


At the same time Micronaut aims to avoid the downsides of frameworks like Spring, Spring Boot and Grails by providing:

  • Fast startup time
  • Reduced memory footprint
  • Minimal use of reflection
  • Minimal use of proxies
  • Easy unit testing
Articles

03 setembro 2018

WildFly 14 available


WildFly 14 features

Well, it’s certainly improved lots of Java EE8 functions. Here’s an overview of the new and updated standards in WildFly 14:

  • Java Servlet
  • Contexts and Dependency Injection for Java
  • Bean Validation
  • JavaServer Faces
  • JavaMail
  • Java API for RESTFul Web Services
  • Java API for JSON Processing
  • Java API for JSON Binding
  • Common Annotations for the Java Platform
  • Java EE Security
  • Java Persistence

Source: jaxenter.com