HOME

TheInfoList



OR:

StableUpdate is a cross platform library for automatic update of the installed applications on the client side. It supports the automated creation, detection, downloading, installation and removing of the service packs.


Features

StableUpdate offers strict version control, upgrading between the two defined version numbers only and supports the existence of the multiple versions between the numerous clients. Single files are updated as a unit, but for the .jar and .zip archives only the changed part need to be transferred. All changes for the certain update are transferred in a single packed archive. The updates are generated comparing the old and updated installations on the developer side with the provided update generator. If the user notices that the updated software actually works worse, she can also uninstall the update, also in a user friendly way. This tool supports mirrors, storing the bulk update data in multiple servers that may change location over time and only needs to reach the .xml configuration file which must be available in one of the several preconfigured web locations. This file contains the checksums for the update files that are verified on the client side, increasing security. StableUpdate displays release notes for each update and, if needed, provides the mini announcement desk.


Server and Client

On the client side, the update session is activated by calling the agreed procedure in the linked library (usually after the user selects update action from menu). The activated module interacts with the user with a built-in
GUI The GUI ( "UI" by itself is still usually pronounced . or ), graphical user interface, is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, inste ...
. On the server side, requirements are reduced to minimum—checking and downloading all needed files via
HTTP The Hypertext Transfer Protocol (HTTP) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wide Web, ...
. The preparation of new updates is also comparatively user friendly, including generating new configuration files required for upload to the list of expected locations.


History

The project was started in 2004 and it is now continued by the second maintainer. It is now used as an update module in various areas, from experimental research software to pharmacy databases. It needs attention to configure, but, as one of its users says, "Once it worked though, it seemed to work really well."


See also

*
JUpdater JUpdater is a project which aims to create a utility that allows developers to quickly implement version checks into Java (programming language), Java programs. The utility ensures that the user can always be notified of new versions, and easily u ...


References

{{reflist Patch utilities Java (programming language) libraries