Changes between Version 3 and Version 4 of OMF/OMF60/1Developer
- Timestamp:
- Aug 26, 2019, 12:19:27 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OMF/OMF60/1Developer
v3 v4 522 522 523 523 Proxy with hooks 524 524 {{{ 525 525 require 'omf_rc' 526 526 … … 592 592 end 593 593 end 594 }}} 595 594 596 Then use this simple engine test script to run through the resource cycle, from create to release. 595 597 … … 673 675 OMF RC has included some resource proxies to support network configuration and running OMF enabled applications. For more details, refer to OmfRc::ResourceProxy::AbstractResource. 674 676 675 Application Proxy 677 ==== Application Proxy ==== 676 678 Application 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. 677 679