MACROMEDIA FLEX-FLEX BUILDER Instrukcja Użytkownika Strona 29

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 39
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 28
2008 JavaOne
SM
Conference | java.sun.com/javaone |
29
<service id="remoting-service"
class="flex.messaging.services.RemotingService"
messageTypes="flex.messaging.messages.RemotingMessage">
<adapters>
<adapter-definition id="java-object"
class="flex.messaging.services.remoting.adapters.JavaAdapter"
default="true"/>
</adapters>
<default-channels>
<channel ref="flex-amf3"/>
</default-channels>
<destination id="CustomerServiceRO">
<properties>
<!-- Actual Java class name on the server under /WEB_INF/Classes -->
<source>com.samples.javaon2008.CustomerService</source>
<scope>application</scope>
</properties>
<adapter ref=”java-object”/>
</destination>
</service
Sample remote-config.xml
Przeglądanie stron 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 38 39

Komentarze do niniejszej Instrukcji

Brak uwag