天天看點

bboss平台demo開發詳解

bboss,開發平台,demo詳解

本文介紹基于bboss開發平台做一個簡單的demo子產品-應用台賬管理的代碼目錄結構和相關配置

1.demo java源程式

bboss平台demo開發詳解
2.demo jsp檔案
bboss平台demo開發詳解
3.demo元件配置檔案和國際化屬性檔案
bboss平台demo開發詳解
4.web.xml mvc攔截器配置裝載demo元件配置檔案和國際化屬性檔案
bboss平台demo開發詳解
5.平台菜單配置檔案将demo配置成一個菜單
bboss平台demo開發詳解
6.在控制器、業務元件等java程式中擷取登入使用者會話對象和使用者資訊
bboss平台demo開發詳解

AccessControl control = AccessControl.getAccessControl();
		String userid = control.getUserID();//擷取目前使用者id
		String userAccount = control.getUserAccount();//擷取目前使用者賬号
		String orgid = control.getChargeOrgId();//擷取目前使用者所屬機構id,如果有
		Organization org = control.getChargeOrg();//擷取目前使用者所屬機構對象,如果有
		String systemid = control.getCurrentSystemID();//擷取目前登入的子系統辨別      

平台登入權限相關的介紹可以通過以下文檔了解:

http://yin-bp.iteye.com/blog/2113250

7.demo運作效果

bboss平台demo開發詳解
bboss平台demo開發詳解