Changeset 683 for extensions/net.sf.basedb.examples
- Timestamp:
- Apr 30, 2008, 10:09:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.examples/trunk/README
r638 r683 5 5 == Introduction == 6 6 7 This package contains a few simple variants of "Hello world"applications8 in the form of extensions to the BASE web client. When the package has9 been installed you should see four new menu items in the 'Extensions' menu. 7 This package contains a few simple variants of ''Hello world'' applications 8 in the form of extensions to the BASE web client. The package installs 9 several examples into the ''Extensions -> Hello world examples'' menu: 10 10 11 * Hello world! 12 * Hello factory world! 13 * Greetings Root! 14 * Hello JSP world! 11 * Hello world! - A basic example using only javascript 12 * Hello factory world! - An example that uses a custom action factory 13 * Greetings Root! - An example of a custom action factory with parameters 14 * Hello JSP world! - Uses a JSP file to display the message instead of javascript 15 * Hello X-JSP world! - Another variant of a JSP file 16 * Hello Servlet world! - Uses a servlet to generate the message 15 17 16 18 == Installation == … … 23 25 4. If you are logged in, you may have to logout and then login again to see 24 26 the new menu items. 25 5. Done. 27 5. The 'Hello X-JSP world' example requires that the X-JSP compiler is installed 28 on the server. Read in the documentation how to do this. 29 http://base.thep.lu.se/chrome/site/latest/html/admindoc/extensions/admin.extensions.html 30 6. Done. The examples can be found in the ''Extensions -> Hello world examples'' menu. 26 31 27 32 == Compiling ==
Note: See TracChangeset
for help on using the changeset viewer.