Ondrej Mihalyi for TechTarget - Reactive Programming & Java EE
Published on 19 Dec 2016

In his interview for The Server Side ( TechTarget) Ondrej Mihalyi - Payara Support Engineer - discusses the benefits and challenges of transitioning to reactive programming model and how Java EE facilitates reactive development.
Traditional programming techniques that focus primarily on handling the request-response cycle tend to fall out of favor when it comes to dealing with the distributed load placed on modern enterprise applications. To deal with this new nature of modern applications, software development teams are adopting a reactive programming approach to problem solving.
Visit the TechTarget website here to watch the full video interview with Ondrej, conducted by Cameron McKenzie - the Editor in Chief for the ServerSide.com - at the 2016 JavaOne conference in San Francisco.
click the image to see the interview
Related Posts
The Payara Monthly Catch - March 2025
Published on 31 Mar 2025
by Nastasija Trajanova
0 Comments
5 Hidden Git Tips for Java Developers
Published on 25 Mar 2025
by Luqman Saeed
0 Comments
Git, the weirdly named version control system developed by Linus Torvalds, is an amazing tool for developers, and us Java developers are no exception. While most of us are familiar with the basics like git commit, git push and git pull, Git has ...