IBM对OSGI的培训资料 http://pic.dhe.ibm.com/infocenter/wasinfo/v8r5/index.jsp?topic=%2Fcom.ibm.websphere.osgi.nd.iseries.doc%2Fae%2Fca_transactions.html&lang%3Dzh_CNSolarNet 感觉不错的项目,不知是做什么的 https://github.com/SolarNetwork/solarnetwork-central<?xml version="1.0" encoding="UTF-8"?><blueprint xmlns= "http://www.osgi.org/xmlns/blueprint/v1.0.0"xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"xmlns:osgix= "http://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium"xmlns:beans= "http://www.springframework.org/schema/beans"xmlns:ctx= "http://www.springframework.org/schema/context"xmlns:tx= "http://www.springframework.org/schema/tx"xmlns:util= "http://www.springframework.org/schema/util"xsi:schemaLocation= "http://www.osgi.org/xmlns/blueprint/v1.0.0http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsdhttp://www.eclipse.org/gemini/blueprint/schema/blueprint-compendiumhttp://www.eclipse.org/gemini/blueprint/schema/blueprint-compendium/gemini-blueprint-compendium.xsdhttp://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-3.0.xsdhttp://www.springframework.org/schema/contexthttp://www.springframework.org/schema/context/spring-context-3.0.xsdhttp://www.springframework.org/schema/txhttp://www.springframework.org/schema/tx/spring-tx-3.0.xsdhttp://www.springframework.org/schema/utilhttp://www.springframework.org/schema/util/spring-util-3.0.xsd" ><!-- Service References --><reference id= "solarNodeDao" interface= "net.solarnetwork.central.dao.SolarNodeDao" /><reference id= "consumptionDatumDao" interface= "net.solarnetwork.central.datum.dao.ConsumptionDatumDao" /><reference id= "dayDatumDao" interface= "net.solarnetwork.central.datum.dao.DayDatumDao" /><reference id= "hardwareControlDatumDao" interface= "net.solarnetwork.central.datum.dao.HardwareControlDatumDao" /><reference id= "priceDatumDao" interface= "net.solarnetwork.central.datum.dao.PriceDatumDao" /><reference id= "powerDatumDao" interface= "net.solarnetwork.central.datum.dao.PowerDatumDao" /><reference id= "weatherDatumDao" interface= "net.solarnetwork.central.datum.dao.WeatherDatumDao" /><reference id= "transactionManager" interface= "org.springframework.transaction.PlatformTransactionManager" /><!-- Published Services --><service ref= "queryBiz" interface= "net.solarnetwork.central.query.biz.QueryBiz" /><!-- Supporting Services --><!-- Use Java @Transactional annotations to declare transactions. --><tx:annotation-driven transaction-manager= "transactionManager" /><ctx:annotation-config/><bean id= "queryBiz" class= "net.solarnetwork.central.query.biz.dao.DaoQueryBiz" /></blueprint>
blueprint与spring事物管理结合
最新推荐文章于 2017-10-09 19:46:04 发布
