July 27th, 2010
Table bean 3.5 adds SourceList, Tree bean, autoscroll
The latest version of the Table bean adds autoscroll to drag & drop actions and two new beans: the SourceList and the Tree bean. The SourceList bean allows developers to create iTunes like tree lists by method (instead of using a FoundSet) and the tree bean a normal Java tree from any data. read more...
July 27th, 2010
Google plugin 2.1 adds account caching, folder search
The Google plugin has been updated to version 2.1. The new version adds caching of Google accounts for better performance and to prevent Google from supescting attacks if too many connections are made. Also new is the ability to search within Google docs folders. read more...
July 27th, 2010
UserManager 2.0 allows file streaming through tunnel
With version 2 we have changed the file streaming mechanism to also allow streaming when Servoy's tunneling feature is used. Version 2 also adds compatibilty with Servoy 5.2.
July 27th, 2010
Screenshot and FileWatcher plugin updates, Servoy 5.2 compatibilty enhanced for many components
Virtually all of our plugins have been updated to better work with Servoy 5.2. New features have been added to the FileWatcher, the Log and the Screenshot plugin.
May 21st, 2010
Installer updated to fix parsing problems in Servoy 5.1.3
We have updated our installer with new jnlp files that fix an issue with the XML parser in Servoy 5.1.3. If you use Servoy 5.1.3 please make sure to update. The new installer can be downloaded from our download section.
April 20th, 2010
All plugins and beans now officially signed
Today we released an updated version of our installer. All of our plugins and beans are now signed with an official certificate. The new installer can be downloaded from our download section.
April 17th, 2010
Google plugins adds support for Google docs
We are proud to announce the availability of version 2 of our Google plugin, adding support for Google docs. The new features make it possible to seamlessly integrate a Servoy solution with Google docs. The plugin offers access to folders and documents, allows uploads and downloads of documents, manage document permissions, access document revisions and much more. read more...
April 17th, 2010
Maintenance updates to UserManager, MailPro and DndTreeView bean
New maintenance updates of the UserManager and MailPro plugin are available. See the version history for more details. The DndTreeView bean update fixes a problem with the drag & drop feature.
April 14th, 2010
Signed versions of all components available
For those using Java 1.6u19 we now offer (self) signed versions all of our components. If you use Update 19, you need to update to the latest version of Servoy 3, 4 or 5 and use the latest version of our components. Since our certificate is self-signed, users will be presented with a dialog asking wether they trust the downloaded jars. Users can then choose to always trust components from Servoy-Plugins.de and will not be bothered again. We have applied for a real certificate that we hope to receive soon.
The updated installer can be found on our downloads page. For more information about the changes involved with Update 19, see this article on the Servoy wiki.
March 12th, 2010
Log plugin 1.8.1 fixes web client bug
We have updated our Log plugin to version 1.8.1 to prevent a possible error when used in the web client.
March 5th, 2010
Installer update
Our plugins installer has been updated, because yesterday's updates missed an update that fixes right click issues in the DnDTreeView bean. Sorry about the inconvenience.
March 4th, 2010
New Google plugin offers access to Google Calendar and Contacts
We are proud to announce the immediate availabilty of our new Google plugin for Servoy. The Google plugin allows full communication with Google Calendar and Contacts. That enables Servoy developers to sync data with Google and from there to many other clients such as an iPhone. more...
March 4th, 2010
Table bean 3.1 adds FoundSetSourceList bean
The latest version of our Table bean adds a new member to the growing family of beans: the FoundSetSourceList bean. The bean mimics the so called source lists used by many Apple applications like iTunes. more...
March 4th, 2010
MailPro 2.7 allows to send messages in the background
The MailPro plugin has been enhanced with the possibility of sending messages in the background. That way, users can continue working with the solution while the plugin sends one or several messages. more...
March 4th, 2010
Updates to UserManager, Log plugin and Slider bean
The UserManager plugin has been updated to version 1.5.1 which adds a new feature to the Server object and fixes a small bug. The new version of the log plugin fixes an issue that prevented messages from being outputted to the Servoy 5 developer console and the latest Slider bean fixes a problem when setting the return dataprovider through designer property.
December 17th, 2009
Table bean 3.0 offers custom cell formats for single cells, lazy loading foundsets
The new version of the Table bean adds way more flexibility to the way you can display and edit data. It accepts almost any style in any cell. Also, foundsetGrids can be made lazy loading to deal with more data. more...
December 17th, 2009
UserManagerPro adds file streaming, JSServerFile and access to locks, transactions and performance data
The UserManager plugin has been enhanced with a "Pro" version that offers file transfers in the background, a JSFile implementation that works remotely on the server ("JSServerFile") and access to locks, transactions, tables in use and SQL performance data. more...
December 17th, 2009
Updates to many of our components for Servoy 5
Today we released new versions of many of our plugins and beans. Many new features have been added and all products are compatible with Servoy 5 now.
March 13th, 2009
UserManager update allows to copy files from server, reset i18n messages
The UserManager plugin has been updated to version 1.1. We added the ability to copy a file from the Servoy server and to reset the i18n messages loaded by the server, so newly connected clients receive the latest version. more...
March 6th, 2009
New website and plugins released
Today we updated our website and a whole range of plugins (see below). We also introduce four new plugins to our growing collection of Servoy plugins and beans.
March 6th, 2009
New UserManager plugin: manage Servoy server and connected clients
We are proud to announce the immediate availabilty of our new UserManager plugin for Servoy. The UserManager is a client/server plugin that allows developers to build a complete server management system right into their solution without the need to use the server's admin page.
Use the UserManager to get detailed information on connected clients, shutdown clients, automatically disconnect idle clients, send messages to clients, execute methods in remote clients, start batch processors and run methods in them to perform time consuming tasks on the server, ... more...
March 6th, 2009
New Phone plugin: make and receive calls from within Servoy
We are also very proud to announce today our new Phone plugin! The Phone plugin is a client/server plugin that allows Servoy smart clients to make and receive phone calls. The server side of the plugin communicates with the telephone equipment, that has to be connected through TAPI to the server. All calls are handled via the server plugin, which allows even Macintosh clients to make and receive calls. more...
March 6th, 2009
New PDI plugin: create and parse vCard and vCalendar files
Also today we finally release our PDI plugin. With the PDI plugin Servoy developers can read and write vCard and vCalendar files right from within Servoy. more...
March 6th, 2009
New FileWatcher plugin: monitor files for changes
Another new member of our plugin familiy is the FileWatcher plugin. The plugin can monitor any number of given files and execute a method if one of the files has been changed on the hard drive. With the FileWatcher it is possible to create a document management system right in Servoy. more...
March 6th, 2009
XML 2.0: new XMLFoundset, XMLBrowser bean
Our popular XML plugin has been updated to version 2.0. The new version makes it even easier to create XML files from Servoy foundsets by introducing the new XMLFoundset and XMLRecord classes. It is now possible to archive data including fully expanded nested relations (e.g. tablea_to_tableb.tableb_to_tablec) and calculations.
The plugin also includes a XMLBrowser bean that can be used to easily display any XML document in a tree bean. more...
March 6th, 2009
MailPro 1.5: Servoy compatible, new features, price cut
Version 1.5 of the MailPro plugin is now fully compatible with Servoy 4 and adds a few enhancements. Also new to the new version is its significantly lower price. more...
March 6th, 2009
Updates to almost all of our plugins
Today we released updates to almost all of our products. All plugins and beans are now fully compatible with Servoy 4. See the products' detail pages for more information on what has changed. |