MicroProfile 6.0 lanserades och använder sig av Jakarta EE 10 Core Profile!
By Luis Galaz Miranda Jakarta EE, Jakarta EE 10, MicroProfile 6.0, MicroProfile Community, Microservices No CommentsKeeping Brazil’s Medical Industry Safe with MicroProfile & Jakarta EE – Jakarta Tech Talks
By Cesar Hernandez Apache TomEE, Jakarta EE, Java EE, MicroProfile Architecture, Microservices, Video Sessions No CommentsAt Oracle Code One 2019 Rafael Guimares, Otavio Santana, and I presented this 45 minutes session for the first time. We provided a case of cloud migration and modernization of a widely use monolithic system with the help of MicroProfile, Jakarta EE, TomEEand Tribestream API Gateway in the Brazilian medical Industry that involved several challenges such as the fifth-largest…
Announcing the IntelliJ Plugin for MicroProfile Starter
By Ehsan Zaery Moghaddam MicroProfile Community, MicroProfile Starter, Microservices, Releases No CommentsToday, the MicroProfile community would like to announce the availability of the IntelliJ plugin for MicroProfile Starter. In order to install the plugin, you need to have the IntelliJ installed, then go to File > Settings > Plugins and search for “MicroProfile Starter” and click on the “Install” button. As…
Eclipse MicroProfile 3.0 is Now Available
By Cesar Saavedra MicroProfile Community, Microservices, Releases No CommentsEclipse MicroProfile 3.0 is Now Available Eclipse MicroProfile, an open forum to collaborate on enterprise Java microservices, would like to announce the release of Eclipse MicroProfile 3.0. Eclipse MicroProfile 3.0, which builds on the 2.2 version, updates the Rest Client, Metrics, and Health Check APIs, the last two introducing breaking…
Subiendo archivos con MicroProfile
By Jorge Cajas Español, Example, Jakarta EE, Java EE, MicroProfile Community, Microservices No Comments¿Cuantas veces nos hemos vistos en la necesidad de exponer una API para la subida de archivos? Por ejemplo que el usuario suba un archivo delimitado por comas para crear o actualizar de forma masiva alguna entidad en la base de datos. Al buscar en lugares como StackOverflow lo más…
Handling File Uploads with MicroProfile
By Jorge Cajas Example, Jakarta EE, Java EE, MicroProfile Community, Microservices, Tutorial No CommentsHow any times do developers need an endpoint to handle file uploads? For example the user needs to upload a CSV file to make a batch insert or update. Searching in places like StackOverflow, it is common to find that there is no stantard way to handle file uploads with…
How to Use MicroProfile and JDK Features to Scale Your Apps in the Cloud
By Brian Benz JDK, Microservices, Tutorial No Commentshttps://dzone.com/articles/how-to-use-recent-microprofile-and-jdk-features-to Managing a potentially unlimited number of autonomous, loosely coupled and frequently updated microservices on top of a flexible cloud infrastructure, creates new challenges for developers. This article outlines features of recent JDK and MicroProfile updates for reliably deploying and scaling cloud applications while continuously integrating network and service updates….
Next-generation Kubernetes Native Java Framework implements Eclipse MicroProfile
By John Clingan Microservices, Quarkus No CommentsToday Quarkus was introduced to the open source community. Per its announcement, “Quarkus is a Kubernetes Native Java framework tailored for GraalVM and HotSpot, crafted from best-of-breed Java libraries and standards.” Quarkus is designed to provide a great experience for developing and running Java on containers, Kubernetes, and Function-as-a-Service (FaaS)…
Eclipse MicroProfile 2.2 is Now Available
By Cesar Saavedra MicroProfile Community, Microservices, Releases No CommentsThe MicroProfile Contributors would like to announce the release of Eclipse MicroProfile 2.2. Eclipse MicroProfile 2.2, which builds on the 2.1 version, updates the Fault Tolerance, Open Tracing, Open API, and Rest Client APIs. Like its previous version, MicroProfile 2.2 continues to align itself with Java EE 8 as the…
Eclipse MicroProfile Starter (Beta) Available
By debbie hoffman MicroProfile Community, Microservices No CommentsGet your projects started quickly. Starting today, MicroProfile Starter (Beta) is available. MicroProfile Starter is a new resource for developers to learn how to get started with MicroProfile. MicroProfile Starter helps developers kickstart their microservices development journey, choosing the runtime they’re most comfortable with from the list of available…
7 Minutes Interview on the Differences Between Java EE, Jakarta EE, and MicroProfile
By Sebastian Daschner Jakarta EE, Java EE, MicroProfile Community, Microservices, Video Sessions No CommentsDifference between Java EE, Jakarta EE & MicroProfile At Devoxx BE 2018, I was interviewed by Yolande Poirier on what’s the difference between Java EE, now Jakarta EE, and Eclipse MicroProfile. During the 7 minutes conversation, we also discussed what enterprise projects could build their enterprise applications on. You can…
When GraphQL meets MicroProfile
By Jean-Francois James GraphQL, MicroProfile Community, Microservices, Process No CommentsWhen GraphQL meets MicroProfile In this blog post I’m going to explain how the group started, what are the challenges and what will be the next steps. After a year of actively observing the transition from Java EE to Jakarta EE (including several conferences I have given on the subject), I’ve…
Virtual Eclipse Meeting on MicroProfile+Istio recording available
By Heiko Rupp MicroProfile Community, MicroProfile Istio, Microservices, Open Liberty, Thorntail, Video Sessions No CommentsEmily and I gave a webinar yesterday about MicroProfile and Istio. The recording is available at https://www.youtube.com/watch?v=NYIEU2P7v9g: Links from the session: Eclipse newsletter about the same subject: https://www.eclipse.org/community/eclipse_newsletter/2018/september/MicroProfile_istio.php Blog post from me about work in the MicroProfile ServiceMesh working group https://medium.com/@pilhuhn/working-on-microprofile-service-mesh-istio-and-kiali-26d6c01b45cc Code sample to demonstrate cloud-native microservices: Main repo: https://github.com/eclipse/microprofile-service-mesh…
Monitor faults with MicroProfile Fault Tolerance 1.1
By Laura Cowen MicroProfile Fault Tolerance, MicroProfile Metrics, Microservices, Open Liberty, WebSphere Liberty No CommentsFault Tolerance provides annotations which allow you to easily apply common fault mitigation strategies to your application but did you know that, since version 1.1, it also exports metrics which allow you to monitor these mitigation strategies?
Dynamically update your microservice configuration
By Laura Cowen MicroProfile Config JSR, Microservices, Open Liberty, WebSphere Liberty No CommentsSeparate configuration from your microservices code with MicroProfile Config. Easily and dynamically change your app’s configuration by adding and modifying variables in your server config.
Eclipse MicroProfile is a set of vendor-neutral Java extensions for building fault-tolerant, scalable Java microservices. With MicroProfile on Open Liberty, you can build and deploy applications as loosely-coupled services, each representing one unique business function.
Building Your Next Microservice With Eclipse MicroProfile
By John Ament MicroProfile Community, Microservices No CommentsThis quick tutorial will show you how to build your next microservice with the recently updated Eclipse MicroProfile APIs…
Eclipse MicroProfile 1.2 is now available
By Cesar Saavedra MicroProfile Community, Microservices No CommentsThe Eclipse MicroProfile Contributors, an open forum to collaborate on Enterprise Java Microservices, would like to announce the release of Eclipse MicroProfile 1.2. Eclipse MicroProfile 1.2, which builds on the 1.1 version, updates the Config API and adds the Health Check, Fault Tolerance, Metrics, and JWT Propagation APIs. In…
MicroProfile – Collaborating to bring Microservices to Enterprise Java
By Rich Sharples MicroProfile Community, Microservices No CommentsToday at the DevNation conference in San Francisco, Red Hat’s Mark Little was joined on-stage by Alasdair Nottingham from IBM, Theresa Nguyen from Tomitribe, Mike Croft from Payara and Martijn Verburg from the London Java Community to announce a new community collaboration – MicroProfile – whose goal is to make it easier…
MicroProfile an open collaboration for Enterprise Java based Microservices
By Alasdair Nottingham MicroProfile Community, Microservices No CommentsToday I learned why they have bright lights shining on the stage for Keynotes. It isn’t (as I had assumed) to ensure that the people on stage can be seen. It is to blind the presenters so they can’t see just how many people are watching them. Today I was…
MicroProfile: Optimizing Enterprise Java for a Microservices architecture
By David Blevins Microservices No CommentsToday we are announcing a new collaboration called the MicroProfile. Together with Red Hat, IBM, Payara, the LJC and all who will join us, we aim to merge innovation and standardization into Enterprise Java with Microservices focus.
MicroProfile: Optimizing Java EE for a microservices architecture
By microprofile Microservices No CommentsHear from John Clingan, Sr. Principal Product Manager, Red Hat, and Ken Finnigan, Red Hat in this breakout session at Red Hat Summit 2017. MicroProfile is a community-led effort to bring microservices to Java Platform, Enterprise Edition (Java EE) across multiple implementations, including WildFly Swarm, IBM WebSphere Application Server Liberty…
