Write Your Own Provider
←Older revision | Revision as of 06:53, 2 September 2015 | ||
Line 19: | Line 19: | ||
=== Write Your Own Provider === | === Write Your Own Provider === | ||
- | * Get the [http://hg.netbeans.org/html4j/ sources] and check the implementation in [http://source.apidesign.org/hg/bck2brwsr/file/f436c6bf464d/ko ko/fx and ko/bck2brwsr] modules. | + | * Get the [http://hg.netbeans.org/html4j/file/8fae1ea08618/ko4j sources] and check the implementation in [http://source.apidesign.org/hg/bck2brwsr/file/f436c6bf464d/ko ko/fx and ko/bck2brwsr] modules. |
* Implement your own [http://bits.netbeans.org/html+java/1.2/org/netbeans/html/context/spi/package-summary.html context provider] | * Implement your own [http://bits.netbeans.org/html+java/1.2/org/netbeans/html/context/spi/package-summary.html context provider] | ||
* Guarantee your [[Knockout.js]] binding (if you are attempting to do [[Knockout.js]] binding) is correct by running the [[TCK]] in [http://bits.netbeans.org/html+java/1.2/org/netbeans/html/json/tck/package-summary.html org.netbeans.html.json.tck] package. | * Guarantee your [[Knockout.js]] binding (if you are attempting to do [[Knockout.js]] binding) is correct by running the [[TCK]] in [http://bits.netbeans.org/html+java/1.2/org/netbeans/html/json/tck/package-summary.html org.netbeans.html.json.tck] package. |