Skip to content
This repository has been archived by the owner on Jan 27, 2020. It is now read-only.

Latest commit

 

History

History
27 lines (27 loc) · 1.95 KB

file_list.md

File metadata and controls

27 lines (27 loc) · 1.95 KB

    日本語  中文  English

efw File List Excerpt

web
├─myPage.jsp							 //application web page
├─efw
│  ├─efw.client.messages.js			   //efw client messages which are customizable
│  └─efw.css							//efw style sheet which is customizable
├─META-INF
│  └─context.xml						 //context.xml which contains the db resource define
└─WEB-INF
    ├─web.xml							  //web.xml which contains the reference of db resource
    ├─classes
    │  └─efw.properties				   //efw properties
    ├─efw
    │  ├─event
    │  │  └─myEvent.js					 //application event
    │  ├─server
    │  │  ├─efw.server.customize.js	 //the file for efw server process customization
    │  │  └─efw.server.messages.js		//efw server mesages which are customizable
    │  └─sql
    │      └─mySqlGroup.xml			   //application outside sql
    └─lib
        └─jdbc.XXXXXX.jar				//jdbc driver, desided by the type and version of the DB which will be connected