Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

root/openmrs-modules/archetypes/readme.txt

Revision 4252, 1.2 kB (checked in by bmamlin, 8 months ago)

archetypes module: moved files from archetypesmodule module

Line 
1 This is the Archetypes module.
2 Its more or less a sand-box for experimenting with archetypes.
3 See Pages (in the webapp) and Classes involved below.
4
5 Pages/Use cases (see AdminList)
6
7 archetypesWelcome.form
8 archetypesBrowse.form
9 archetypesLearn.form
10 XSLT.form
11 archetypesUpload.form
12 archetypesImport.form
13 simple         
14
15 src
16  |- org.openmrs.module.archetypes.ArchetypesModuleActivator (runs at start/shutdown; note log object and startup() and shutdown() methods)
17  |- org.openmrs.module.archetypes.AdminList.java (extension to Admin page; getTitle(), getLinks())
18
19 web/src (org.openmrs.module.archetypes.web.controller)
20  |- WelcomeFormController (ModelAndView onSubmit()), referenceData(), formbackingObject())
21  |- LearnFormController
22  |- BrowseController
23  |- XSLTFormController
24  |- UploadController
25  |- ImportController
26  
27 metadata
28  |- messages.properties (english)
29  |- messages_es.properties (espanol)
30  |- messages_fr.properties (francais)
31  |- moduleApplicationContext.xml
32  |- sqldiff.xml
33  |- config.xml (Module prop,Ext,AOP,privileges,Global Prop,dwr,servlets,i8ln)
34  |- Archetypes.hbm.xml (hibernate mapping file; archetypes table)
35  
36 build.xml (ant build file for module)
37 readme.txt ("you are reading me"...lol)
Note: See TracBrowser for help on using the browser.