ColdFusion is 25 years old and to celebrate we can offer our customers an exclusive 25% discount off a new CF license. The offer is available for all new Standard and Enterprise licenses bought directly from FusionReactor and cannot be … Read More
Blog Posts
Polymorphism Encapsulation Data Abstraction and Inheritance in Object Oriented Programming
Object-oriented programming refers to the concept in high-level languages such as Java and Python that uses Objects and classes in their implementations. OOP has four major building blocks which are, Polymorphism, Encapsulation, Abstraction, and Inheritance. There are other programming paradigms … Read More
Getting Started With FusionReactor in CommandBox and Docker
Getting Started With FusionReactor in Commandbox and Docker I’ve spent the last few weeks playing with FusionReactor (FR) in my new Commandbox / Docker setup deployed on Fargate. I wanted to do some really casual benchmarks and get comfortable with … Read More
3 Ways To Achieve Digital Transformation With AI
According to Peter Boghossian, an American philosopher, one of the ten easy steps to destroy civilization is to claim that, ‘science, reason, and rationality are tools of oppression.’ Hence, the need for the continuous evolution of the scientific processes. This … Read More
Cloud live mode – just like traditional on-premise FusionReactor
FusionReactor Cloud (the SaaS solution) has a lot of functionality that the traditional on-premise Java agent (On-Prem) has, but has struggled with the perception that its not as ‘real-time’. Both Cloud and On-Prem have live mode for many features; … Read More
[FRS-376] QueryPlan does not work in cursor mode with Microsoft SQL Server
[FRS-376] QueryPlan does not work in cursor mode with Microsoft SQL Server … Read More
How Businesses Can Adapt to Digital Disruption From AI to IoT
In an ever-changing business world, businesses strive to develop strategies to stay relevant in business and equally outshine competitors while maximizing returns. The rate of digitalization has made the saying, ‘the FUTURE is digital untrue because the NOW is digital.’ Digital technology … Read More
Enumerations, Autoboxing and Annotations (Metadata)
Over the years, the Java programming language has evolved to be more efficient and easier to use for developers. Sun Microsystems makes most of Java features free of charge, and lately, a range of concepts has been embedded in the JDK … Read More
Downloads
The FusionReactor Agent monitors Java and ColdFusion. It provides real-time and historical data on web transactions, memory and CPU usage, database query performance, code details like memory and thread profiling, garbage collection data, automated error detection, and more. Download the … Read More
How AI and ML Are Maximized For Premium Benefits
AI and ML are some smart techs used to create intelligent systems. Both are commonly used as synonyms, and there’s a significant correlation between them. However, each can be distinguished from the other, as described below. Artificial Intelligence (AI) Artificial … Read More
How AI-Based Tools Are Transforming Software Development
Software development has grown enormously and faster than anybody could have ever imagined. Users are in constant demand for optimized user experience and a personal feel in apps. Designing new products and fine-tuning existing ones are some of the software … Read More
Using FusionReactor to measure success of application and environment migration and upgrade activities
Someone asked me recently if FusionReactor could be used to do performance testing, specifically to test the performance of an application before and after upgrading their application server. I said FR COULD be used to help with that, absolutely. In … Read More
Hardware and Tools to Offer Effective Support
Hardware and Tools to Offer Effective Support For the past 3 years, I have been running the Support Desk at Integral and throughout this time I have found both hardware and tools that have helped make the job easier and … Read More
[FRS-456] FusionReactor 8.x Release Notes
[FRS-456] FusionReactor 8.x Release Notes … Read More
Why is Technical Debt Becoming Increasingly Important
Why is Technical Debt Becoming Increasingly Important What is Technical Debt? In simple terms, technical debt is what occurs when bugs or issues aren’t resolved in the earlier stages of development. Let’s assume you intend to start a new development … Read More
[FRS-461] FusionReactor MD5# for FusionReactor
[FRS-461] FusionReactor MD5# for FusionReactor … Read More
Root Filesystem Full on our Backup Server
This morning I arrived to find our backup servers root file system full. This is very strange as the backups all go onto a second btrfs disk which has loads of space left. The Problem The root file system was … Read More
Sending Custom Metrics to FusionReactor Cloud
Recently we were asked if we had specific integration for openmetrics to send information to FusionReactor Cloud. While we don’t have support for openmetrics specifically we do have an API where any metrics can be posted from the FusionReactor instance. … Read More
How to Recover Lost Data in Windows 10 in 2020
Data Recovery Learning how to recover lost data in Windows 10 is important, because if not handled correctly, and in the absence of knowledge on the right approach to the issue, it could result in the loss of critical files. … Read More
Understanding Java Buffer Pool Memory Space
Understanding Java Buffer Pool Memory Space What is the buffer pool memory space? Java applications use memory to store data temporarily as it is being processed. One of the memory spaces used by Java applications is the buffer pool memory … Read More
Object-Oriented Programming; what is Inheritance, Polymorphism, Abstraction & Encapsulation?
Object-Oriented Programming; what is Inheritance, Polymorphism, Abstraction & Encapsulation? What is object-orientated programming? Object-oriented programming refers to the concept in high-level languages such as Java and Python that uses Objects and classes in their implementations. OOP has four major building … Read More
How to Find Memory Leaks in Your Application
How to Find Memory Leaks in Your Application In software development, finding memory leaks is one of the most essential stages of the whole development process. It is worth noting that the most modern Integrated Development Environment (IDE) comes fully … Read More
Finding and fixing Spring Data JPA performance issues with FusionReactor
Finding and fixing Spring Data JPA performance issues with FusionReactor For several years, Spring Data JPA has established itself as one of the most commonly used persistence frameworks in the Java world. It gets most of its features from the … Read More
Spring Boot Performance Monitoring
Spring Boot Performance Monitoring Performance monitoring is a critical aspect of any software application development and deployment. It ensures that applications are running efficiently and effectively, and helps identify any issues that could negatively impact the user experience. With the … Read More
Eclipse Performance Monitor
Introducing The Eclipse Performance Monitor Eclipse IDE (Integrated Development Environment) is a multi-lingual development setting for almost any programming language you could think of – Java, C, C++, Clojure, Groovy, Haskell, JavaScript, Julia, Perl, PHP, Ruby, Rust, and much more. … Read More
[FRS-425] FusionReactor On-Premise Firewall DNS and Static IP address rules (Fusion Reactor 5.0.x – 7.4.x)
[FRS-425] FusionReactor On-Premise Firewall DNS and Static IP address rules (Fusion Reactor 5.0.x – 7.4.x) … Read More
Setting up multiple SSH keys with GitLab
My issue For some years I have had a large set of scripts, bash aliases, tools which I have had which I deploy on every system I have access. The scripts have lots of standard utilities I have created lots … Read More