flash - Overwrite BlazeDS / FlexDataservice endpoint -
i'm using build in flex dataservice connect blazeds server. flex using *.fml file within model folder connection details, within file can find following:
<annotation name="serviceconfig"> <item name="default_entity_package">valueobjects</item> <item name="contextroot">/mywebapp</item> <item name="rooturl">http://192.168.178.21:8080/mywebapp</item> <item name="linked_file"></item> <item name="absolute_endpoint">http://192.168.178.21:8080/mywebapp/messagebroker/amf</item> </annotation>
the _super_database class created flex dataservice uses configuration setup remote object communications. i'm looking way overwrite settings within database class extends _super_database class. can assist?
if want define channels , other remoteobject information @ run-time without specifying services-config file @ compile time; can use link give information need that.
Comments
Post a Comment