Changes between Version 4 and Version 5 of HowToProgramming
- Timestamp:
- 29.12.2009 14:13:42 (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToProgramming
v4 v5 1 = !HowTo use Coherence with(in) your application = 1 {{{ 2 #!html 3 <h1 style="text-align: center; color: blue; font-size:3.0em">For Developers only</h1> 4 }}} 5 6 [[html(<div style="border: 3px solid #88ff88; background-color:#ddffdd; text-align: center">)]] 7 This info is here for developers only. If you don't understand it, it's not for you. 8 [[html(</div>)]] 9 10 11 [[html(<div style="border: 3px solid red; background-color: lightred; text-align: center">)]] 12 This site is a big '''FixMe''' 13 [[html(</div>)]] 14 15 [[TOC(heading= ,inline)]] 16 17 [[BR]] 18 [[BR]] 19 20 21 == !HowTo use Coherence with(in) your application == 2 22 3 23 ''This is work in progress - so if you have any questions, pls feel free to add them here!'' 4 24 5 == = Why is Coherence different from other UPnP libraries? ===25 == Why is Coherence different from other UPnP libraries? == 6 26 7 * not 'only' a library8 * application centric - not about UPnP,about providing a service/data to other UPnP aware applications27 * It's not 'only' a library 28 * Application centric - not about UPnP, but about providing a service/data to other UPnP aware applications 9 29 10 30 11 == = Provide application data with a device/service already available in Coherence ===31 == Provide application data with a device/service already available in Coherence == 12 32 13 === Create a new device/service for Coherence === 33 [[BR]] 34 35 == Create a new device/service for Coherence ==
