Opened 16 years ago

Closed 16 years ago

#103 closed task (fixed)

Create example extensions

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: blocker Milestone: Extension examples v1.0
Component: net.sf.basedb.examples.extensions Keywords:
Cc:

Description (last modified by Nicklas Nordborg)

The idea is to create some simple extensions that can be used by external developers for learning the extension system. Here is a list of some examples that will cover the basics:

  • Simple Hello world as a static XML (pure XML, no coding)
  • Hello world as a hard-coded custom factory (coding a simple factory class)
  • Hello world as a dynamic custom factory (coding a factory class that makes use of context sensitive information)
  • Hello world as a custom JSP page (introducing how to use custom resources such as JSP pages, images, etc).
  • Hello world as a custom servlet

Change History (13)

comment:1 by Nicklas Nordborg, 16 years ago

Status: newassigned

comment:2 by Nicklas Nordborg, 16 years ago

Description: modified (diff)

comment:3 by Nicklas Nordborg, 16 years ago

(In [636]) References #103: Create example extensions

First checkin of example extensions.

comment:4 by Nicklas Nordborg, 16 years ago

(In [637]) References #103: Create example extensions

ant package now also includes source code in the tar.gz file.

comment:5 by Nicklas Nordborg, 16 years ago

(In [638]) References #103: Create example extensions

Made build process simpler.

comment:6 by Nicklas Nordborg, 16 years ago

(In [641]) References #103. Added "About" information to xml file and a minor fix to synchronize with latest core changes.

comment:7 by Nicklas Nordborg, 16 years ago

(In [656]) References #103: Create example extensions

Adding a servlet example

comment:8 by Nicklas Nordborg, 16 years ago

(In [658]) References #103: Create example extensions

Adding another image

comment:9 by Nicklas Nordborg, 16 years ago

Description: modified (diff)

comment:10 by Nicklas Nordborg, 16 years ago

(In [661]) References #103: Create example extensions

Added X-JSP example

comment:11 by Nicklas Nordborg, 16 years ago

(In [682]) References #103. Moved all examples into a submenu.

comment:12 by Nicklas Nordborg, 16 years ago

(In [683]) References #103. Updated README with latest information.

comment:13 by Nicklas Nordborg, 16 years ago

Resolution: fixed
Status: assignedclosed

(In [691]) Fixes #103: Create example extensions

Note: See TracTickets for help on using tickets.