Last change
on this file since 1019 was
1019,
checked in by Nicklas Nordborg, 13 years ago
|
References #189: Add toolbar extension examples
Added "Annotation filter" and "More info" examples. Restructured the project.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Date Id
|
File size:
406 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
2 | <servlets xmlns="http://base.thep.lu.se/servlets.xsd"> |
---|
3 | <servlet> |
---|
4 | <servlet-name>HelloWorld</servlet-name> |
---|
5 | <servlet-class>net.sf.basedb.examples.extensions.servlet.HelloWorldServlet</servlet-class> |
---|
6 | <init-param> |
---|
7 | <param-name>template</param-name> |
---|
8 | <param-value>Hello {user}! Welcome to the Servlet world!</param-value> |
---|
9 | </init-param> |
---|
10 | </servlet> |
---|
11 | </servlets> |
---|
Note: See
TracBrowser
for help on using the repository browser.