These instructions tell how to create a cloned copy of the RSF Simple Tool to create a hello world type development application called sakai.rsf.testbase.
- Copy MjnHelloWorld to RsfTestBase.
- Edit the project.xml file:
- Change artifactId to rsf-testbase
- Name to RsfTestBase
- Change the tool registration
- Rename file to sakai.rsf.testbase
- Edit id internally to sakai.rsf.testbase
- Update the web.xml file:
- Change the resourceurlbase to sakai-ref.
- Update the filter mapping: servlet-name to sakai.rsf.testbase.
- Update the servlet definition: servlet-name to sakai.rsf.testbase.
- Update the servlet mapping: servlet-name to sakai.rsf.testbase.
- Change the content template
- Refer to RSF Test Base.