openamf/src/web/WEB-INF openamf-config.xml,1.15,1.16
[email protected] Wed, 20 Aug 2003 12:32:23 -0700
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/web/WEB-INF In directory sc8-pr-cvs1:/tmp/cvs-serv2623/src/web/WEB-INF Modified Files: openamf-config.xml Log Message: moved example classes from test pacakge to new examples package Index: openamf-config.xml =================================================================== RCS file: /cvsroot/openamf/openamf/src/web/WEB-INF/openamf-config.xml,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** openamf-config.xml 15 Aug 2003 22:09:19 -0000 1.15 --- openamf-config.xml 20 Aug 2003 19:32:21 -0000 1.16 *************** *** 1,4 **** <?xml version="1.0" encoding="UTF-8"?> - <!-- edited with XMLSPY v5 rel. 4 U (http://www.xmlspy.com) by mx (mx) --> <config> <!-- Required for DefaultGateway--> --- 1,3 ---- *************** *** 33,44 **** Example Custom Class to Java Class mapping ! When a class of type org.openamf.test.Person is Serialized it will be registered to Person in flash When a custom class of Person is Deserialized it ! will be translated to an org.openamf.test.Person <custom-class-mapping> ! <java-class>org.openamf.test.Person</java-class> <custom-class>Person</custom-class> </custom-class-mapping> --- 32,43 ---- Example Custom Class to Java Class mapping ! When a class of type org.openamf.examples.Person is Serialized it will be registered to Person in flash When a custom class of Person is Deserialized it ! will be translated to an org.openamf.examples.Person <custom-class-mapping> ! <java-class>org.openamf.examples.Person</java-class> <custom-class>Person</custom-class> </custom-class-mapping> *************** *** 71,75 **** <service> <name>Directory</name> ! <service-location>org.openamf.test.Directory</service-location> <invoker-ref>Java</invoker-ref> <method> --- 70,74 ---- <service> <name>Directory</name> ! <service-location>org.openamf.examples.Directory</service-location> <invoker-ref>Java</invoker-ref> <method> *************** *** 113,117 **** <state-bean> <name>Authentication</name> ! <class>org.openamf.test.Authentication</class> <scope>session</scope> </state-bean> --- 112,116 ---- <state-bean> <name>Authentication</name> ! <class>org.openamf.examples.Authentication</class> <scope>session</scope> </state-bean> ------------------------------------------------------- This SF.net email is sponsored by Dice.com. Did you know that Dice has over 25,000 tech jobs available today? From careers in IT to Engineering to Tech Sales, Dice has tech jobs from the best hiring companies. http://www.dice.com/index.epl?rel_code=104