Posts tagged Java EE (12)
Eclipse MicroProfile: a quest for a lightweight and modern enterprise Java platform
Published on 21 Nov 2017
by Mike Croft
Topics:
Java EE,
Microservices,
MicroProfile
|
0 Comments
Do you still think that Java EE is heavy-weight, cumbersome and doesn’t keep up with modern trends? I’ll show you that there are already production-ready enterprise and open source solutions to bring more flexibility than the traditional Java EE servers from the past. They strive to provide lightweight and extensible runtimes to power microservices, cloud deployments and reactive architectures already. Their individual efforts are naturally followed by an open collaboration within the MicroProfile project.
Welcome to the Team - Kenji Hasunuma
Published on 08 Nov 2017
by Dominika Tasarz
Topics:
What's New,
Java EE
|
0 Comments
We’re very excited to announce our new Payara Team member - Kenji Hasunuma - who joined us at the beginning of November! If you've been an active Java EE & Payara community member in Japan I'm sure you recongnize his name :)
Read along to find out more about Kenji and what he’ll be working on at Payara.
Java EE Presentations at JavaOne 2017
Published on 26 Oct 2017
by Dominika Tasarz
Topics:
Java EE,
Microservices,
MicroProfile
|
0 Comments
Didn't get a chance to attend JavaOne 2017 earlier this month? You can now watch some of the conference talks online! See below for our selection of the most interesting and useful presentations about Java EE.
All JavaOne 2017 recorded talks can be found on the Oracle Java YouTube channel.
New Arquillian Container for Payara Server
Published on 03 Oct 2017
by Fabio Turizo
Topics:
What's New,
Java EE,
Arquillian
|
5 Comments
One of the core steps in every continuous integration process is running integration tests for your application. Unlike vanilla unit tests, integration tests allow you to assess the state of your applications or systems by testing all of its components together (modules, databases, messaging, etc.) and verifying that they work correctly as a whole unit. Needless to say, integration tests are more complex that simple unit tests, have a larger footprint, take more time and are usually saved to test full releases or major changes to implementations.
MicroProfile Panel - One Year On
Published on 14 Sep 2017
by Dominika Tasarz
Topics:
Java EE,
Microservices,
MicroProfile
|
0 Comments
Just a little over a year ago, the MicroProfile initiative was born. The community first heard about it at the DevNation conference in San Francisco on the 27th June last year. During the keynote panel, the five founding members (Red Hat, IBM, Tomitribe, LJC, and Payara) announced their collaboration and their main goal - to make it easier for developers to use familiar Java EE technologies and APIs for building microservice applications.
'5 ways to improve your Java EE applications in reactive way' - Ondrej Mihalyi at GeeCON 2017
Published on 30 Aug 2017
by Ondro Mihályi
Topics:
Java EE,
Payara Micro,
Microservices,
JVM
|
0 Comments
Have you ever wondered how you can improve the performance of your applications under high load? You've probably heard that reactive design can help meet better response time and make your applications more flexible. In this presentation, I will show that you don’t need to rewrite your Java EE applications from scratch to achieve that!
Oracle announces its plans to move Java EE to an open source foundation
Published on 18 Aug 2017
by Dominika Tasarz
Topics:
Java EE,
GlassFish,
MicroProfile
|
0 Comments
In the official announcement published on the Aquarium blog today, Oracle revealed that it seriously considers moving Java EE to an open source foundation.
Deploying Data Source Configuration
Published on 14 Jun 2017
by Arjan Tijms
Topics:
Java EE,
Maven,
Payara Micro,
Microservices,
CLI,
DevOps,
Developer
|
4 Comments
Since Java EE 6 it's possible to define data sources in a portable way.
This does mean though that the data source is embedded in the application archive. For some use cases, this is exactly what's needed, but for others it may not be ideal.
Cloud Connectors in Payara Micro
Published on 02 Jun 2017
by Matthew Gill
Topics:
What's New,
JMS,
Java EE,
Cloud,
JCA,
Cloud Connectors
|
0 Comments
Payara Micro 172 brings with it support for JCA adapters, meaning it can be used as a client for Java Messaging Service (JMS) brokers. JMS is a Java EE API which provides a common interface for standard communication protocols. This means that you can send and receive messages between systems in a platform and language independent way. With Payara Micro now supporting JMS, you can setup your Micro instance as a JMS client with Message Driven Beans (MDBs) to listen and respond to messages from other systems through a message broker.
Oracle Code Prague - Impressions & Videos
Published on 30 May 2017
by Ondro Mihályi
Topics:
Java EE
|
0 Comments
At the end of April I had a pleasure to speak at the Oracle Code event in Prague.