Changes between Version 3 and Version 4 of OMF/OMF60/1Developer


Ignore:
Timestamp:
Aug 26, 2019, 12:19:27 AM (5 years ago)
Author:
seskar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OMF/OMF60/1Developer

    v3 v4  
    522522
    523523Proxy with hooks
    524 
     524{{{
    525525require 'omf_rc'
    526526
     
    592592  end
    593593end
     594}}}
     595
    594596Then use this simple engine test script to run through the resource cycle, from create to release.
    595597
     
    673675OMF RC has included some resource proxies to support network configuration and running OMF enabled applications. For more details, refer to OmfRc::ResourceProxy::AbstractResource.
    674676
    675 Application Proxy
     677==== Application Proxy ====
    676678Application proxy has been provided to set up and control applications. We include a separate guide explaining how it works. See How to use the Application Proxy. It is also a good example demonstrating how to write a non-trivial resource proxy.
    677679