Opened 17 years ago
Last modified 17 years ago
#103 closed task
Create example extensions — at Version 9
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 )
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 (9)
comment:1 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
Description: | modified (diff) |
---|
comment:3 by , 17 years ago
comment:4 by , 17 years ago
comment:5 by , 17 years ago
comment:6 by , 17 years ago
comment:7 by , 17 years ago
comment:8 by , 17 years ago
comment:9 by , 17 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
(In [636]) References #103: Create example extensions
First checkin of example extensions.