WEB开发网
开发学院软件开发Java 在 Geronimo 中管理 Apache Pluto 阅读

在 Geronimo 中管理 Apache Pluto

 2010-03-30 00:00:00 来源:WEB开发网   
核心提示: 计划的内容是由 XML 模式文档(XML Schema Document,XSD)约束的,在 Geronimo 中管理 Apache Pluto(3),值得一提的是,计划将定义模块 ID,模块的依赖性、模块的环境属性、模块所提供的服务和模块的 GBean,清单 1 中的示例演示了一个简单的 Ge

计划的内容是由 XML 模式文档(XML Schema Document,XSD)约束的。值得一提的是,计划将定义模块 ID,模块的依赖性、模块的环境属性、模块所提供的服务和模块的 GBean。

清单 1 中的示例演示了一个简单的 Geronimo 部署计划。

清单 1. 简单的 Geronimo 部署计划

<?xml version="1.0" encoding="UTF-8"?> 
<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.1"> 
 <environment> 
  <moduleId> 
   <groupId>geronimo</groupId> 
   <artifactId>simple</artifactId> 
   <version>1.0.0</version> 
   <type>car</type> 
  </moduleId>  
  <dependencies> 
   <dependency> 
    <groupId>geronimo</groupId> 
    <artifactId>j2ee-server</artifactId> 
    <type>car</type> 
   </dependency> 
  </dependencies> 
  <hidden-classes/> 
  <non-overridable-classes/> 
 </environment> 
  
 <gbean name="SimpleService" class="com.example.myservices.MyServiceGBean"> 
  <attribute name="prop1">12345</attribute> 
  <attribute name="prop2">This is the value for property 2</attribute> 
 </gbean> 
</module>    

上一页  1 2 3 4 5 6 7 8  下一页

Tags:Geronimo 管理 Apache

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接