Posts tagged DevOps (2)
Ensuring Seamless Operations and Maximum Profitability: Key Insights on Application Server Efficiency and SLAs - Part 1
Published on 18 Jul 2024
by Chiara Civardi
Topics:
Ops Teams,
Upgrade,
DevOps,
Monitoring,
Developer,
Payara Support,
Migration,
diagnostics
|
0 Comments
Robust and efficient application servers are essential for companies relying on software applications, whether these support e-commerce platforms, financial services portals or internal operations. To help ensure smooth operations, deliver seamless services to users and generate revenue, it’s important that the runtime in place can offer maximum uptime to reduce cost while optimizing performance, profitability and user satisfaction.
In this blog post, we share insights from industry players on the impact of unexpected application server issues and downtime as well as how to reduce them.
No-Code Jakarta EE & MicroProfile Cloud Hosting for Startups: Payara Cloud
Published on 18 Jun 2024
by Luqman Saeed
Topics:
DevOps,
Developer,
Kubernetes,
Payara Cloud,
Getting Started with Payara Cloud,
start-ups
|
0 Comments
Start-ups are hotbeds of innovation, where speed, agility and resourcefulness are key to success. But in the world of enterprise Java applications, managing complex cloud deployment infrastructure can quickly become a bottleneck and take up considerable time from your developers. To address these issues and streamline cloud deployments, we created Payara Cloud.
Troubleshooting Common Payara Cloud Deployment Issues
Published on 04 Jun 2024
by Luqman Saeed
Topics:
DevOps,
Payara Cloud,
Jakarta EE
|
0 Comments
Deploying applications on Payara Cloud offers numerous advantages, including ease of use and scalability. However, like any platform, you might encounter some common issues. The good news is that these problems are typically easy to resolve. Below, we’ll explore common issues, compiled based on the expertise of our service team. For detailed steps and additional support, refer to our comprehensive troubleshooting guide.
Stratospheric Developer Productivity - Unveiling Payara Dev Mode
Published on 19 Apr 2024
by Chiara Civardi
Topics:
Maven,
Payara Micro,
DevOps,
Payara Platform,
Java,
Jakarta EE
|
0 Comments
Development productivity is crucial in Enterprise Java and Jakarta EE application development, supporting the delivery of high-quality software solutions quickly and efficiently. As a result, it is necessary to focus on streamlining development processes, optimizing resource utilization and empowering developers to work more effectively. Payara Micro Maven Plugin, Version 1, introduces a powerful tool – Dev Mode – designed to supercharge your development experience with Payara Micro.
In our latest User Guide - available to download here - we look at this plugin, exploring its features, configurations and usage to help developers unlock stratospheric levels of productivity.
Hype-Driven Development: Don't Be a Victim!
Published on 21 Dec 2021
by Priya Khaira-Hanks
Topics:
Java EE,
Cloud,
DevOps,
JakartaEE
|
0 Comments
Payara Micro 5によるUber JARの作成
Published on 18 May 2021
by Fabio Turizo
Topics:
What's New,
Maven,
Payara Micro,
Microservices,
Docker,
Uber JAR,
DevOps,
Japanese language
|
0 Comments
Payara Microでは、Webアプリケーションを自己完結型で簡単に実行することができます。2016年5月のPayara Serverリリースからは、WARファイルの内容とPayara Microを構成するクラスやリソースを束ねる “Uber JAR” を作成する簡単な方法があります。
この “Uber” Jarは、Dockerコンテナ内でアプリケーションを実行するための最良の方法ではないことに注意してください。アプリケーションに小さなコード変更を加えるたびに、バイナリ全体のアップデートが必要になるためです。より良い方法は、Payara Microインスタンスを起動して、インストールが必要なアプリケーションを指定することです。詳細については Payara Micro Docker Image documentation をご覧ください。
(最終更新日 2021/04/06)
How Using the Payara Platform in the Cloud Impacts DevOps
Published on 14 Nov 2019
by Fabio Turizo
Topics:
DevOps,
Cloud-native
|
0 Comments
At Payara Services, we have long been advocates of the benefits of using DevOps practices not only in the development of our products (like Payara Server & Payara Micro), but also in the core of our expert advice to our user base with our blog containing arguments for using DevOps practices, details of DevOps tools and new developments that benefit it.
The Health Check Service In-Depth - Payara Server 5
Published on 16 Oct 2019
by Ondro Mihályi
Topics:
What's New,
Ops Teams,
How-to,
Healthcheck,
Security,
DevOps,
Monitoring,
Payara Server 5,
Notifier
|
4 Comments
This is an updated blog of the original which was published in May 2016
Payara Server provides the Health Check Service for automatic self-monitoring in order to detect future problems as soon as possible. When enabled, the Health Check Service periodically checks some low level metrics. Whenever it detects that a threshold is not met, it triggers alert notifications that allow to detect undesired behavior and predict possible failures. All of these automatic checks are very lightweight and run with a negligible impact on performance.
Automating Production in Payara Server 5
Published on 14 May 2018
by Mike Croft
Topics:
Production Features,
Docker,
DevOps,
Payara Platform 5,
Payara Server
|
1 Comment
Back in 2016, we wrote about the importance of automation in taking applications from development to production with Payara Server. Since then, there have been a lot of changes both in Payara Server and Payara Micro and the wider tech landscape.
Using HotswapAgent to Speed up Development
Published on 18 Oct 2017
by Ondro Mihályi
Topics:
How-to,
NetBeans,
JVM,
DevOps
|
15 Comments
As a Java EE developer, I sometimes envy how fast it’s possible to see the result of a code change in a running application with interpreted languages like PHP or JavaScript. With Java, it’s always necessary to rebuild the source code in bytecode, which can be then safely updated only by restarting the whole application. And all developers know that restoring the desired state of the application after a fresh restart takes time and is tedious.