[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jboss-cvs-commits
Subject:    [jboss-cvs] jboss-docs/adminguide/examples/src/main/org/jboss/chap12/servletmeta mapping.xml web.xml
From:       Norman Richards <orb () users ! sourceforge ! net>
Date:       2004-12-31 21:30:01
Message-ID: E1CkULR-0008V2-Pw () sc8-pr-cvs1 ! sourceforge ! net
[Download RAW message or body]

  User: orb     
  Date: 04/12/31 13:30:01

  Added:       adminguide/examples/src/main/org/jboss/chap12/servletmeta
                        mapping.xml web.xml webservices.xml
  Log:
  update examples for r1
  
  Revision  Changes    Path
  1.1                  \
jboss-docs/adminguide/examples/src/main/org/jboss/chap12/servletmeta/mapping.xml  
  Index: mapping.xml
  ===================================================================
  <java-wsdl-mapping xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee \
http://www.ibm.com/webservices/xsd/j2ee_jaxrpc_mapping_1_1.xsd"  version="1.1">
  
      <package-mapping>
          <package-type>org.jboss.chap12.hello</package-type>
          <namespaceURI>http://hello.chap12.jboss.org</namespaceURI>
      </package-mapping>
  
  </java-wsdl-mapping>
  
  
  
  1.1                  \
jboss-docs/adminguide/examples/src/main/org/jboss/chap12/servletmeta/web.xml  
  Index: web.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee \
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"  version="2.4">
  
  
      <servlet>
          <servlet-name>HelloWorldServlet</servlet-name>
          <servlet-class>org.jboss.chap12.hello.HelloServlet</servlet-class>
      </servlet>
  
      <servlet-mapping>
          <servlet-name>HelloWorldServlet</servlet-name>
          <url-pattern>/Hello</url-pattern>
      </servlet-mapping>
      
  </web-app>
  
  
  
  1.1                  \
jboss-docs/adminguide/examples/src/main/org/jboss/chap12/servletmeta/webservices.xml  \
  Index: webservices.xml
  ===================================================================
  <webservices xmlns="http://java.sun.com/xml/ns/j2ee"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee \
http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1.xsd"  version="1.1">
  
      <webservice-description>
          <webservice-description-name>HelloService</webservice-description-name>
          <wsdl-file>WEB-INF/wsdl/hello.wsdl</wsdl-file>
          <jaxrpc-mapping-file>WEB-INF/mapping.xml</jaxrpc-mapping-file>
  
          <port-component>
              <port-component-name>Hello</port-component-name>
              <wsdl-port>HelloEndpoint</wsdl-port>
              <service-endpoint-interface>org.jboss.chap12.hello.Hello</service-endpoint-interface>
  <service-impl-bean>
                  <servlet-link>HelloWorldServlet</servlet-link>
              </service-impl-bean>
          </port-component>
      </webservice-description>
  </webservices>
  
  
  


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
jboss-cvs-commits mailing list
jboss-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic