[Article/Tutorial] How to build a bean for Servoy - Part 5

That’s yet another part of my epic series of tutorials on how to build beans for Servoy…

See the announcement on the java-servoy blog and the Servoy Stuff blog.

You shouldn’t miss this part: it will tell you all the basics you should know about building Servoy-Aware input beans that are fully Web compatible! That’s right, it will tell you what nobody told you before ;-)

And that’s not even finished, there will be at least 2 more parts of this one, the finished series does look more and more like a book actually!

As usual, feel free to comment, suggest, question, I’m here, there and everywhere, and I’m all ear!

Enjoy!

While I was working on part 6, I just noticed a little bug in this tutorial.

Page 4, the isReadonly() should really read:

public boolean isReadOnly() {
return ! isEnabled();
}

Same thing on page 22…

I updated the pdf/eclipse project and bean jar accordingly.

Sorry about that missing “!” - it makes a world of difference ;-)