This is an automated email from the ASF dual-hosted git repository.

joshtynjala pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/flex-blazeds.git


    from e693d09  classic-turnkey-samples-backend: needs customized 
ClassDeserializationValidator or frontend can't send certain types
     new 3788cf0  hello-world: remove remoting-config.xml
     new 926994a  classic-turnkey-samples: formatting
     new c74d8a9  typed-object: new sample

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 distribution/pom.xml                               |   6 ++
 distribution/src/assembly/assemble-bin.xml         |   7 ++
 .../main/webapp/WEB-INF/flex/services-config.xml   |  12 +--
 .../main/webapp/WEB-INF/flex/remoting-config.xml   |  37 -------
 samples/pom.xml                                    |   1 +
 .../{hello-world => typed-object}/backend/pom.xml  |  20 ++--
 .../flex/blazeds/samples/typed/TypedObject.java    |  60 ++++++-----
 .../blazeds/samples/typed/TypedObjectService.java} |  17 ++--
 .../main/webapp/WEB-INF/flex/services-config.xml   |  22 +++-
 .../backend/src/main/webapp/WEB-INF/web.xml        |   4 +-
 .../frontend}/asconfig.json                        |   0
 .../{hello-world => typed-object}/frontend/pom.xml |  10 +-
 .../src/main/resources/index-template.html         |   0
 .../frontend/src/main/royale/Main.mxml             | 112 +++++++++++++++++++++
 .../flex/blazeds/samples/typed/TypedObject.as      |  18 ++--
 samples/{hello-world => typed-object}/pom.xml      |   6 +-
 16 files changed, 228 insertions(+), 104 deletions(-)
 delete mode 100755 
samples/hello-world/backend/src/main/webapp/WEB-INF/flex/remoting-config.xml
 copy samples/{hello-world => typed-object}/backend/pom.xml (81%)
 copy core/src/main/java/flex/messaging/config/ClasspathResourceResolver.java 
=> 
samples/typed-object/backend/src/main/java/org/apache/flex/blazeds/samples/typed/TypedObject.java
 (51%)
 copy 
samples/{hello-world/backend/src/main/java/org/apache/flex/blazeds/samples/hello/HelloWorldService.java
 => 
typed-object/backend/src/main/java/org/apache/flex/blazeds/samples/typed/TypedObjectService.java}
 (74%)
 copy samples/{hello-world => 
typed-object}/backend/src/main/webapp/WEB-INF/flex/services-config.xml (76%)
 copy samples/{hello-world => 
typed-object}/backend/src/main/webapp/WEB-INF/web.xml (93%)
 copy samples/{classic-turnkey-samples/frontend/runtimeconfig-messaging => 
typed-object/frontend}/asconfig.json (100%)
 copy samples/{hello-world => typed-object}/frontend/pom.xml (92%)
 copy samples/{classic-turnkey-samples/frontend/runtimeconfig-messaging => 
typed-object/frontend}/src/main/resources/index-template.html (100%)
 create mode 100644 samples/typed-object/frontend/src/main/royale/Main.mxml
 copy core/src/main/java/flex/messaging/util/DoubleUtil.jsl => 
samples/typed-object/frontend/src/main/royale/org/apache/flex/blazeds/samples/typed/TypedObject.as
 (79%)
 copy samples/{hello-world => typed-object}/pom.xml (88%)

Reply via email to