jdonframe中如何呼叫在Tomcat中配置的資料來源
jdonframe例子中程式碼只是傳一個constants.getJndiname()
constants.getJndiname() 僅僅是個String
public JdbcDAO(Constants constants, CacheManager cacheManager) {
try {
ServiceLocator sl = new ServiceLocator();
dataSource = (DataSource) sl.getDataSource(constants.getJndiname());
pageIteratorSolverOfUser = new PageIteratorSolver(dataSource, cacheManager);
jdbcTemp = new JdbcTemp(dataSource);
} catch (ServiceLocatorException slx) {
logger.error(slx);
}
}
是否要在structs_config中配置 資料來源
但jdonframe例子中的structs_config中的配置不太明白?
<message-resources parameter="com.jdon.framework.test.application" null="false" />
<plug-in className="com.jdon.strutsutil.InitPlugIn">
<set-property property="modelmapping-config" value="com.jdon.framework.test.jdonframework.xml" />
</plug-in>
com.jdon.strutsutil.InitPlugIn是什麼意思?
modelmapping-config又是什麼意思?
constants.getJndiname() 僅僅是個String
public JdbcDAO(Constants constants, CacheManager cacheManager) {
try {
ServiceLocator sl = new ServiceLocator();
dataSource = (DataSource) sl.getDataSource(constants.getJndiname());
pageIteratorSolverOfUser = new PageIteratorSolver(dataSource, cacheManager);
jdbcTemp = new JdbcTemp(dataSource);
} catch (ServiceLocatorException slx) {
logger.error(slx);
}
}
是否要在structs_config中配置 資料來源
但jdonframe例子中的structs_config中的配置不太明白?
<message-resources parameter="com.jdon.framework.test.application" null="false" />
<plug-in className="com.jdon.strutsutil.InitPlugIn">
<set-property property="modelmapping-config" value="com.jdon.framework.test.jdonframework.xml" />
</plug-in>
com.jdon.strutsutil.InitPlugIn是什麼意思?
modelmapping-config又是什麼意思?
相關文章
- tomcat配置資料來源Tomcat
- 在Tomcat配置JNDI資料來源的三種方式Tomcat
- tomcat JNDI資料來源配置Tomcat
- 1.配置Tomcat資料來源Tomcat
- TOMCAT 下配置jndi資料來源Tomcat
- 在tomcat5.0的資料來源配置時出現的問題!!Tomcat
- Tomcat 6.0.0.29 的資料來源配置.以及配置User登陸。Tomcat
- 全程解析,MyBatis在SpringBoot中的動態多資料來源配置MyBatisSpring Boot
- Tomcat下JNDI資料來源配置--druidTomcatUI
- Tomcat配置DataSource,連線池資料來源Tomcat
- 求websphere中cmp與資料來源配置例子Web
- java中如何實現多個資料來源?Java
- 在Dreamweaver中建立或修改 ColdFusion 資料來源(轉)
- Tomcat資料來源的問題Tomcat
- [譯]Swift 中的通用資料來源Swift
- BIRT 如何配置動態資料來源
- 在weblogic上配置資料來源薦Web
- Java中的多資料來源管理:如何在單個應用中整合多資料庫Java資料庫
- 在jboss中為何SessionBean不能獲得資料來源?SessionBean
- 在C++Builder中建立Access odbc資料來源 (轉)C++UI
- 請教一個struts+tomcat 資料來源配置的問題Tomcat
- 在ActionForm中如何獲取session中的資料?ORMSession
- Tomcat 5.0 資料來源使用薦Tomcat
- jndi配置資料來源
- 多資料來源配置
- ssh使用tomcat中配置好的c3p0資料來源Tomcat
- tomcat中主配置檔案連線資料庫Tomcat資料庫
- Tomcat 6 JNDI資料來源詳解Tomcat
- MyBatis配置多資料來源MyBatis
- web 配置多資料來源Web
- BW中自定義資料來源的Delta機制
- 在RFT中如何獲取JTable中的所有資料?
- 怎樣在spring中配置proxool資料來源?薦Spring
- Spring boot 如何快速的配置多個 Redis 資料來源Spring BootRedis
- 如何在YAML中為POJO中Map配置資料? | BaeldungYAMLPOJO
- JavaWeb學習筆記——Tomcat資料來源JavaWeb筆記Tomcat
- 資料庫在資料分析中如何應用資料庫
- 在Openjdk 8 中如何合理使用容器 memory 資源JDK