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:

Java EE Presentations at the JavaOne Conference

JavaOne 2016 might be a thing of the past now but the talks presented there are still very relevant! Luckily for those who couldn't make it to the conference in San Francisco in September, a lot of the presentations were recorded and are now available to watch on-line (see a full list here).

Here's our selection of the most interesting, recorded JavaOne 2016 talks that focus on Java EE. 

 

Payara Team Q&A

The recording of the Payara Team Q&A session, broadcasted live on Wednesday the 20th of July, is now available to watch on YouTube!  Payara Engineering and Development Team answered questions from the community (listed below) and discussed Payara Server, Payara Micro, future releases, upcoming features, best practices, use cases and more.

 

Join the Payara Team Live Q&A - 20th July, 4pm BST

Do you want to find out more about Payara Server, Payara Micro, future releases, upcoming features, bug fixes, our view on the latest industry trends, use cases or customer stories? Just post your questions in the comments below - our Payara Engineers' Panel including Mike Croft ( @croft), Ondrej Mihalyi (@Omihalyi), Fabio Turizo, Andrew Pielage ( @Pandrex247 ) and Dominika Tasarz ( @Dominislawa - event host) - will answer them during the 1-hour live Google Hangouts session!

 

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.