[Article/Tutorial] How to build plugin for Servoy - Part 3

I just posted an annoucement on the Java-Servoy Blog:
Part 3 of the tutorial “How to build a plugin for Servoy” is finally there.

This wraps up this first tutorial on plugins.

Now, stay tuned for more crazy java revelations/tutorials on Servoy by following the Java-Servoy blog and the Servoy Stuff Site. - Coming soon.

Enjoy!

I’m certain I speak for everyone when I say that your efforts in sharing are most appreciated. Excellent work!

What I’d like to see is lots of new and exciting open source plugins spawning from this!

Hi,

I have tried to build a plugin from the tutorial to wrap Commons Math as I need statistical functionality. I get to the point where you add a class, but the IClientPlugin interface is nowhere to be found.

[attachment=1]IClientPlugin1.jpg[/attachment]

[attachment=0]IClientPlugin2.jpg[/attachment]

Is there something I am missing?

Hi rgerz,

Glad to know you are on board!

it looks like you don’t have the references to the Servoy libs… probably you didn’t create a Servoy User library with a reference to the proper jar files?
Make sure you did (review tutorial on plugin - part 1 - starting page 10)

Cheers,

Thanx Patrick. I will give that a try.

Ray

Doh…! You were correct Patrick. I needed to include the servoy libs FIRST! Ha, ha, ha. How obvious was that.

Cool!

And don’t worry, I forgot obvious stuff all the time, only I don’t boast about them in the tutorials ;-)

Out of curiosity: You said you were wrapping Commons Math lib, is this the Apache Commons you are talking about?
What kind of functionality are you looking after that are not in the Math JavaScript libs?

Anyway, good luck with your plugin, and tell us how it goes!

What kind of functionality are you looking after that are not in the Math JavaScript libs?

Frequency Distribution

Thanx for the awesome tutorial BTW !!!