Bean cannot be get loded in to Servoy

Hi,

I have created a Custom bean.
It is working fine in Eclipse Environment as well as in NetBeans Environment.

But, when i tried to use the same in Servoy, then i cannot.

Is there any difference between Java Bean & Servoy Bean?

If yes, How can i convert a Java Bean to Servoy Bean?

Can any one please Help?


a2Pink

You already recieved a reply per private post (don’t really understand why you do that)…

There are small differences but that does not keep a well designed Java bean from working in Servoy I guess…

Hi Marcel,

I have send you the Bean.

Can you please check?

Please read the Java docs on how to create a bean. As said, a well designed bean will run within Servoy.

I can tell you the first mistake is in the Manifest file.

Hi Marcel

IT2Be:
Please read the Java docs on how to create a bean. As said, a well designed bean will run within Servoy.

would you please share us with the proper docs you use/recommed?

I would say search for ‘java bean’ and see what results come up and I am sure o’reilly, addison wessley etc. will also have excellent books.

Every book introducing Java with a chapter about beans should be able to guide you.