Posts tagged JakartaEE (8)
New Guide: A Business Guide To Cloud Deployment Options For Jakarta EE Applications
Published on 02 Feb 2023
by Priya Khaira-Hanks
Topics:
Java EE,
Cloud,
JakartaEE,
Payara Cloud,
Jakarta EE
|
0 Comments
A Business Guide to NoSQL on the Jakarta EE Platform
Published on 26 Jan 2023
by Priya Khaira-Hanks
Topics:
JakartaEE,
Jakarta EE,
Jakarta Data,
nosql
|
0 Comments
Traditionally, enterprises stored their SQL data in relational database management systems (RDBMS). However, the strict and rigid SQL data format is not always fit for purpose...
This has led to the rise of schemaless databases and NoSQL. The distributed, non-relational model of NoSQL database technology made it the almost perfect choice for companies like Twitter, Google and Facebook that had amassed massive datasets from their web applications.
But is it right for your enterprise? And will it work with Jakarta EE?
A Quick Look At Faces (JSF) 4.0 In Jakarta EE 10
Published on 24 Jan 2023
by Luqman Saeed
Topics:
JakartaEE,
Jakarta EE,
Faces,
JSF
|
2 Comments
Jakarta EE 10 shipped with the fourth major release of its component based web framework Jakarta Faces. Hitherto known as Jakarta Server Faces, and Java Server Faces before that, Jakarta Faces, or just Faces,version 4.0is the first major version with API change since version 2.3 in Java EE 8. Among the major changes in this version are:
Jakarta MVC In Jakarta EE 10
Published on 10 Jan 2023
by Luqman Saeed
Topics:
JakartaEE,
Jakarta EE
|
5 Comments
Jakarta EE has action and component based frameworks for building web applications using the model view controller architecture pattern. The much older Jakarta Faces is a component based framework while the much newer Jakarta MVC is an action based one. This blog starts by defining the two types, then takes a look at Jakarta MVC, what it is and how to get started.
What Java Versions and Tools Do Payara Users Prefer?
Published on 05 Jan 2023
by Priya Khaira-Hanks
Topics:
JakartaEE,
Payara Enterprise,
Payara Community,
Jakarta EE
|
0 Comments
Using Payara Platform? You might be interested in what tools, OpenJDK versions and Jakarta EE releases our global community choose!
We regularly conduct surveys to learn what technologies are most commonly used with Payara Platform, so we can work on our integrations and plug-ins.
This survey was promoted in October/November 2022 via social media, emails, blogs and our Payara Forum.
Enterprise Batch Processing with Jakarta Batch - Part 1
Published on 28 Dec 2022
by Luqman Saeed
Topics:
JakartaEE,
Jakarta EE,
Batch Processing
|
1 Comment
Batch processing is an integral part of enterprise applications. Reading, processing and storing vast amounts of data is mostly suited to batch processing runtimes that are optimized for such workloads. Inventory processing, payroll, report generation, invoice/statement generation, data migration, data conversion among others are all tasks that are suitable to batch processing.
Batch processing typically involves breaking data loads to be processed into smaller "chunks," which are also broken down into even smaller units for processing. The batch processing is then carried out on a single unit of the data, one at a time, without any human intervention. This makes the processing of a significantly large amount of data very efficient and fast. Batch processing can also be parallelized to take advantage of the hardware capabilities of the underlying computer.
This blog series will show you how to create batch processing tasks on the Jakarta EE Platform. The blog is broken down into a series of posts, each blog covering a specific part of the batch specification. This blog introduces you to the Jakarta Batch specification and gives a high level overview of what constitutes a batch task.
Remote CDI Events in Payara Platform
Published on 26 Dec 2022
by Luqman Saeed
Topics:
Hazelcast,
CDI,
JakartaEE,
Jakarta EE
|
0 Comments
The Jakarta Contexts and Dependency Injection API is the standard dependency injection framework on the Jakarta EE Platform. The latest version of the CDI specification that shipped withJakarta EE 10 is CDI 4.0. This release features a split of the core CDI API into Lite and Full. CDI Lite is designed to run in more restricted environments, and features a subset of the original features. CDI Full contains the Lite and all other features that were in core CDI in previous Jakarta EE releases.
A Guide To Contributing to Jakarta EE 11
Published on 22 Dec 2022
by Luqman Saeed
Topics:
JakartaEE,
Jakarta EE
|
0 Comments
Therelease of Jakarta EE 10marked the dawn of a new era for the platform. This release is the first major, community driven release of the platform since it was transferred to the Eclipse Foundation. As a community driven project, the platform is open for everyone to contribute to. One of the advantages of using Jakarta EE for your projects is that you can directly have a say in the direction and future of the platform. With Jakarta EE 10 out of the way, the focus will soon shift to the next release, Jakarta EE 11.
What’s New in Eclipse MicroProfile 6.0?
Published on 14 Dec 2022
by Luqman Saeed
Topics:
MicroProfile,
JakartaEE,
Jakarta EE
|
0 Comments
The Eclipse MicroProfile project is a Jakarta EE based project that augments the platform with cloud-native APIs for developing applications for the cloud. MicroProfile has had five previous version releases, with the latest being 6.0. Versions prior to 6.0 were built on the Jakarta Contexts and Dependency Injection, Jakarta RESTful Web Services and Jakarta JSON APIs.
What's New in the December 2022 Payara Platform Release?
Published on 13 Dec 2022
by Priya Khaira-Hanks
Topics:
What's New,
Java EE,
MicroProfile,
JakartaEE,
New Releases,
JDK 17
|
0 Comments
It's the final release of the year and the final release of Payara 5 Community!
Payara Platform Community 6.2022.2 brings 20 component upgrades, 8 bug fixes, 2 security fixes and 4 improvements. Payara Platform Enterprise 5.46.0 brings 45 component upgrades, 13 bug fixes, and 2 security fixes.
Payara Platform Community 5.2022.5 is the final release of the Payara 5 Community stream.
All releases contain a key fix for a vulnerability in web applications deployed as the default module of an instance's virtual server configuration. Read more details below!