I am trying to find any documentation on how to write a bean but I cannot find any.
I don’t have a clue about a bean architecture and how the internals work. The servoy
api seems to lack proper documentation in this direction!
Can you guide me to a good tutorial on programming a servoy bean?
You should just create a proper Java bean, nothing “Servoy” about that.
Once you drop that into the beans folder, it will show up in the Beans list.
"molecule.jar in the Beans folder of a Servoy installation is an opensource example that you can look at to see how beans work. Just open the jar file using an unzip toll and look at the .java files in there.