wiki:net.sf.basedb.examplecode

Version 6 (modified by Nicklas Nordborg, 15 years ago) ( diff )

Adding links to changelog for each release

Example extensions for the BASE web client

The BASE web client includes an extensions mechanism that makes it possible to dynamically add functions to the GUI without having to edit the JSP code. It is, for example, possible to add menu items in the menu and toolbar buttons in selected toolbars. This package contains a few examples to help you getting started with extensions.

Documentation

README contains information about this package, how to install it and how to compile it.

License

GNU General Public License version 2.

Download

Version Revision Date Binary (tar.gz) BASE Version
1.1 1095 May 28, 2009 extension-examples-1.1.tar.gz (2.1MB) 2.12.0 or later changelog
1.0 693 May 13, 2008 extension-examples-1.0.tar.gz (19kB) 2.7.0 or later changelog

Source code can be downloaded from the subversion repository. Use the following command to get source code for the 1.1 version:

svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/tags/1.1 extensions-1.1

The latest development (maybe unstable; do not use on a production server) revision can be checked out from the repository using the following command:

svn co http://baseplugins.thep.lu.se/svn/extensions/net.sf.basedb.examples/trunk extensions-devel

Contribute

After making modifications to the source code, compose a clear and concise log message to describe those changes and the reasons for them. Then, send an email to the developers list containing your log message and the output of svn diff (from the top of your subversion working copy). If the community members consider your changes acceptable, someone who has commit privileges will add your changes to the public source code tree. Recall that permission to directly commit changes to the repository is granted on merit - if you demonstrate comprehension of subversion, programming competency, and a team spirit, you will likely be awarded that permission.

TODO

No results

Attachments (9)

Note: See TracWiki for help on using the wiki.