Tuesday, April 27, 2010

Thursday, April 8, 2010

jQuery

to be added

Sunday, April 4, 2010

Spring Annotation

good examples:

1)http://stackoverflow.com/questions/803495/annotations-in-spring-mvc

2)http://svn.openmrs.org/openmrs-modules/devexamples/

Friday, April 2, 2010

Openmrs workflow (1)where to find

1) based on the the suffix of the target, find the fliter from Web.xml
example:
target:module.list
step 1)
in web.xml:

openmrs
*.list

step 2)
now come to the openmrs-servlet.xml:
moduleListController

step 3)
in the same file, we find:
class="org.openmrs.module.web.controller.ModuleListController">
moduleList
/admin/modules/moduleList
module.list

then we know the target servlet.

Thursday, April 1, 2010

Learning OpenMrs Project, Source code(4)

1)org.openmrs.web.filter
Gzip filter/startup filter/session filter

2)org.openmrs.web.filter.initialization
the setup wizard and webpage templates

3)org.openmrs.web.filter.startuperror/update
update liquibase

4)org.openmrs.web.servlet
servlet for login/out graph summary

5)org.openmrs.web.taglib.*
tags, for customized view

6)org.openmrs.web.user
for user property