source:
extensions/net.sf.basedb.examples/trunk/README
@
638
Last change on this file since 638 was 638, checked in by , 16 years ago | |
---|---|
|
|
File size: 1.3 KB |
Requirements
- BASE 2.7.0 or later.
Introduction
This package contains a few simple variants of "Hello world" applications in the form of extensions to the BASE web client. When the package has been installed you should see four new menu items in the 'Extensions' menu.
- Hello world!
- Hello factory world!
- Greetings Root!
- Hello JSP world!
Installation
- Unpack the tar.gz file to a directory of your choice.
- Copy the extension-examples.jar to your BASE extensions directory: WEB-INF/extensions.
- Run the 'Extensions -> Manual scan' command if you have disabled automatic installation. Otherwise, just wait a bit and the automatic installation will find and install the new extensions.
- If you are logged in, you may have to logout and then login again to see the new menu items.
- Done.
Compiling
To compile this package you also need:
- Ant 1.6
- Java 1.6
Follow these instructions:
- Copy the BASE2Core.jar and BASE2Webclient.jar from the BASE installation directory (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory.
- Type 'ant' to compile the code and generate the 'extension-example.jar' file in the project directory.
- Use 'ant package' to create a downloadable tar.gz package.
Note: See TracBrowser
for help on using the repository browser.