topleft
topright

Topics

ServoyCamp Login



New Users

                 

Online Users

No users online!
Get installed plugins info
Tips
Written by Karel Broer | Monday, 20 December 2010 21:43   

The reason why some issues could occur (I'm never using the word 'bug' ;-) ), is a wrong plugin version on the application server, or even worse, a required plugin is not installed at all.

This is a handy way to display plugins info in the client: a dialog that shows all installed plugins, including version (if available):

Please login or register to see the full article
 

Comments  

 
0 #2 Johan Compagner 2010-12-21 10:22
It would break all plugins just because of a getVersion() method.. Thats not so nice in my eye's maybe if we also have to introduce a very needed other method besides it..
 
 
+1 #1 Patrick Talbot 2010-12-21 04:17
Yes, I really think that the getVersion() method should be a mandatory method for plugins (and beans as a matter of fact), I tend to add this one systematically now and add it when I work on a new one or update an old one...

Maybe it could be part of the IClientPlugin, IServerPlugin and IServoyAwareBea n plugin API interfaces in the future to enforce this?