Changes between Version 26 and Version 27 of Development/Standalone


Ignore:
Timestamp:
09/21/2009 07:31:47 PM (4 years ago)
Author:
christian
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/Standalone

    v26 v27  
    11 
    22= Stand-alone Reo Applications = 
     3 
     4{{{ 
     5#!html 
     6<div style="border: solid 2px red; padding: 0.5em; background: #ffe0e0;"> 
     7Using the Reo plug-ins outside of a proper set up platform is no longer supported. 
     8Please always implement your applications as plug-ins. For simple (non-UI) applications 
     9implement the <code>IApplication</code> interface and run it in a proper platform container. 
     10</div> 
     11}}} 
    312 
    413[[PageOutline]]