Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

JavaAdapter

Avatar

Former Community Member
Is there the design intention that the JavaAdapter could be
extended



flex.messaging.services.remoting.adapters.JavaAdapter



If so where do you get the source code from. I can't see any
reference to it in the fds2javadoc.



regards Malcolm Edgar
1 Reply

Avatar

Level 2
Instead of extending the JavaAdapter, you'll want to
implement the FlexFactory interface. Or, possible create hook in at
the assembler level.



For information on implementing the FlexFactory interface,
please refer to the FDS 2 JavaDoc as well as the 'Using the factory
mechanism' section of the Flex 2 Developer Guide.



You may also find the following forum thread, which outlines
how to create a FlexFactory to integrate with the Spring framework
useful.




http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=583&threadid=1169760



For an example of creating your on Assembler, check out the
HibernateAssembler source code in the
<fds2_install_root>/resources/ directory. Please refer to the
FDS 2 JavaDoc as well.