Payara Server 5における接続プールのご紹介
Published on 18 May 2021
by Arjan Tijms
Topics:
Connection Pools,
Japanese language,
Payara Platform 5,
Payara Server
|
2 Comments
Getting Started with Jakarta EE 9: Context And Dependency Injection (CDI)
Published on 18 May 2021
by Rudy De Busscher
Topics:
JakartaEE,
getting started with Jakarta EE
|
0 Comments
In this series about getting started with Jakarta EE 9, we look at various specifications and how you can use them for your next application. In the previous blogs of this series, we set up our development environment and had a closer look at implementing REST endpoints.
This time, I will explain a few features of Context and Dependency Injection (CDI). The CDI specification is an important backbone of Jakarta EE as it brings several specifications together. Over the years, it became more and more important as an increasing number of specifications started using CDI as the basis for it.
In this blog, I will tell a bit about the different scopes, the interceptor mechanism, and the Event system.
6 Vital Steps to Enhancing IoT Security
Published on 14 May 2021
by Priya Khaira-Hanks
Topics:
Security,
IoT
|
0 Comments
You may have heard the term ‘Internet of Things’ or IoT, referred to with increasing frequency in technology and business circles. It is cited more and more frequently as key in the future of computing, the workplace, consumer technology, travel and more.
But what do we mean when we say Internet of Things – and what implications does it have when it comes to security?
How to Configure the HSTS Header on Payara
Published on 12 May 2021
by Rudy De Busscher
Topics:
Payara Platform,
New Releases
|
1 Comment
The HTTP Strict-Transport-Security response header (often abbreviated as HSTS) tells the browser that it should access the website only using HTTPS, instead of using HTTP.
The May 2021 releases of the Payara Platform, Community version 5.2021.3 and Enterprise version 5.28.0, allow you to configure the HSTS header.
カスタム SSL証明書を用いた Payara Serverのセキュア化
Published on 10 May 2021
by Ondro Mihályi
Topics:
How-to,
Security,
Admin
|
0 Comments
May Payara Roadmap Overview Webinar
Published on 10 May 2021
by Priya Khaira-Hanks
Topics:
JakartaEE,
Payara Platform,
Payara Cloud
|
0 Comments
We kicked off the year with the Payara Roadmap for 2021. In this January webinar, Steve provided: detail on benefits of the Jakarta EE model; how the Payara Platform is evolving and moving toward Payara 6; updates and progress of the Payara Cloud project, our new PaaS product; and latest news regarding the next major OpenJDK release - JDK 17 Long Term Support (LTS) and what that means for Payara Platform.
Find a full-write up here:https://blog.payara.fish/payara-roadmap-2021
In this May update, Steve gives a check-in on how we are progressing along our roadmap, with a retrospective on the year so far and details on what the rest of the year is set to look like. He provides a snapshot of where we are in relation to the plans and projects he mapped out at the beginning of the year.
Steve also discusses the results of the Payara Platform 2021 Survey. If you haven't had a chance to read the full report and summary yet, make sure you do by following this link:https://blog.payara.fish/2021-payara-platform-survey-results
The Payara Monthly Catch: April 2021
Published on 07 May 2021
by Priya Khaira-Hanks
Topics:
Microservices,
MicroProfile,
JakartaEE
|
0 Comments
It's been an incredibly exciting month for Team Payara! We were honoured with a Queen's Award for Enterprise. This is the UK's most prestigious business award, often called the 'Knighthood for Businesses' and our award particularly recognises our international sucess. CEO and Founder Steve Millidge thanked the entire team in his blog, which also went more into detail about what this means for the wider Jakarta EE and MicroProfile community.
In other Payara Services news, we're also 'buzzing' about our new Charity of the Year, the Bumblebee Conservation Trust - and see Payaran Lenny Primak below on Adam Bien's podcast, and Rudy De Busscher joining forces with IntelliJ IDEA!
Community highlights included the release of the latest version of IntelliJ IDEA, with our engineersworking hard to update our Payara Platform pugins accordingly due to high demand from the community. We were also excited by news of the newMicrosoft Build of OpenJDK.
Read more about all this and more in the below round-up of news, articles, videos and podcasts.
What's New in the Payara Platform May Release?
Published on 05 May 2021
by Debbie Hoffman
Topics:
What's New,
New Releases
|
0 Comments
The May Payara Platform release is here! With the Payara Enterprise 5.28.0 and the Payara Community 5.2021.3 releases, we're introducing an HSTS security feature, an improvement to the Admin Console performance, better integration of Hazelcast along with new functionalities provided in Hazelcast 4.2, and a couple useful security and bug fixes. Meanwhile, updates to ecosystem components IntelliJ and the Flight Recorder Notifier, offer more functionality to Payara Platform users.
You can download Payara Platform Community 5.2021.3 here and request Payara Platform Enterprise 5.28.0 here.
Read more below to find out the details.
Payara Platform 2021 Survey Results
Published on 04 May 2021
by Priya Khaira-Hanks
Topics:
JakartaEE,
Payara Platform,
Payara Cloud
|
0 Comments
We’re pleased to announce that our 2021 Payara Platform Survey results are now available!
This survey was promoted to our audience between March and April 2021. We shared with Payara Platform Enterprise customers and Community users via social media, emails and blogs. Thank you so much to everyone who took the time to contribute!
Create a Jakarta EE 8 Web Application with Payara Server and Visual Studio Code
Published on 01 May 2021
by Rudy De Busscher
Topics:
Payara Server 5,
JakartaEE,
getting started with Jakarta EE
|
0 Comments