Articles, Home

What is Serialization? Everything You Need to Know About Java Serialization Explained With Example

What is Java Serialization, What is Deserialization, Only classes which implement Serializable can be serialized, Why Serializable is not implemented by Object, The transient and static fields do not get serialized, What is serialVersionUID and Why should we declare it, Customizing Serialization and Deserialization with writeObject and readObject methods, Stopping Serialization and Deserialization by using writeObject and readObject methods

Articles, Home

Request Tracing in Payara Platform 5.192

Request tracing has been a feature in Payara Platform for a number of years now, and over time it has evolved and changed in a number of ways. The crux of what the feature is remains the same, however: tracing requests through various parts of your applications and the Payara Platform to provide details about their travels.

Articles, Home

What’s a Bill of Material BOM file?

Wikipedia says: A bill of materials or product structure (sometimes bill of material, BOM or associated list) is a list of the raw materials, sub-assemblies, intermediate assemblies, sub-components, parts, and the quantities of each needed to manufacture an end product. A BOM may be used for communication between manufacturing partners or confined to a single…