Posts from Dominika Tasarz

Photo of Dominika Tasarz
With over 13 years in the Java industry, I am passionate about fostering developer communities, growing open-source projects, and advancing Java and Jakarta EE. My expertise in marketing communications drives collaboration and knowledge-sharing among developers. I've educated Java developers on middleware technologies, products, frameworks, and tools, empowering them to stay at the forefront of innovation. As an original team member at Payara, I've contributed to building the brand and growing the user community. Currently, as a Senior Marketing Specialist and Community Builder, I organize and host educational events featuring Java experts.

Find me on:

Payara Collaborates with Red Hat, IBM, Tomitribe & LJC to Bring Microservices to Enterprise Java

Today at the DevNation conference in San Francisco, Payara’s Mike Croft appeared onstage during the Keynote, joined by Mark Little from Red Hat, Alasdair Nottingham from IBM, Theresa Nguyen from Tomitribe and Martijn Verburg from the London Java User Group to announce a new community collaboration called MicroProfile

 

The goal of the MicroProfile initiative is to make it easier for developers to use familiar Java EE technologies and APIs for building microservice applications.

 

     Eclipse MicroProfile       Find out more

 

Steve Millidge for JAXenter - 'Java EE’s heavyweight label is just mythology'

In this interview for JAXenter.com , Steve Millidge, the Founder of Payara and speaker at JAX 2016, talks about how to use CDI annotations in your Java EE applications, when to use which annotations, and what is automagically happening under the covers.

Steve also tells us exactly how heavyweight Java EE really is, explaining the repercussions and solutions.

 

JSF 2.3 - The WebSocket Quickstart under Payara Server

Guest blog by Anghel Leonard ( @anghelleonard ).

 

Starting with JSF 2.3-m05 we can take advantage of a brand new feature - register a WebSocket push connection in client side. Thanks to the JSF team (especially to Bauke Scholtz (aka BalusC)) this feature is available in today milestone via <f:websocket/> tag.

 

In this post, let's see a minimal usage of <f:websocket/> tag.