I understood, I think, that a \"Bean\" is a Java class with properties and getters/setters. As much as I understand, it is the equivalent of a C struct. Is that true?
You will find Serialization useful when deploying your project across multiple servers since beans will be persisted and transferred across them.