Servoy bean architecture and tutorial

Hi there!

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?

Thank you!

There is none.

It is almost the same as creating a Java Bean.

You should/look for documentation how to create a Bean a move forward with that.

That is how I (and I believe everybody else) did it…

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.

Paul