HOME | CONTACT US  
Über mich
 EDV-Profil
 Projekte
 Kontakt
Leistungen
 Projektmgmt
 Software
 Netzwerk
 Web-Design
Service
 SEAM
 ESB & JBI
 Web Services
 BPEL4WS
 WS-CDL
 BEA WebLogic 6
 EDI mit XML
 SWT-Ergonomie
 
Deployment von HelloSE
Erzeuge eine Jar-Datei mit folgenden Struktur, um die eigene Komponente einzuführen:
- Deployment.jar
   L META-INF
       L jbi.xsd
       L jbi.xml
Die Konfigurationsdatei jbi.xml sieht folgender Maßen aus:

<xml version="1.0" encoding="UTF-8"?>
<jbi xmlns="http://java.sun.com/xml/ns/jbi"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://java.sun.com/xml/ns/jbi ./jbi.xsd" version="1.0">
   <service-assembly>
     <identification>
       <name>MyService</name>
       <description>Hello Service Engine</description>
     </identification>
   </service-assembly>
</jbi>

Deployment.jar wird in ServiceMix\deploy Verzeichnis abgelegt werden.
previous  |  next