Show
Ignore:
Timestamp:
2008-05-10 15:43:58 (6 months ago)
Author:
mosipov
Message:

Vastly improved doc

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/src/site/apt/overview.apt

    r1936 r1981  
    2424Overview 
    2525 
    26   The Java integration pack is composed of two main components: 
     26  The Java integration pack consists of two main components: 
    2727   
    28   * The JSP-Tag-Library, for an easy integration of the FCKeditor in your JSP-pages. 
     28  * <<JSP tag library>>: Easy integration of the FCKeditor in your JSPs. 
    2929     
    30   * The Connector, a servlet to manage the handling with resource files like images. 
     30  * <<Connector>>: A servlet to manage resources like images, documents, and other files. 
    3131   
    3232  [] 
    3333   
    34   To use the JSP-Tag-Library you just have to put the main jar and dependent libraries 
    35   in your classpath. If you want to use the Connector 1.) you have to add some entries in 
    36   your <<<web.xml>>> and 2.) you have to make sure that some special properties are set. 
    37   For details have a look at {{{connector.html}Connector}} and  
    38   {{{installation.html}Installation}}. 
     34  Please read the integration parts carefully! Both the tag library and the connector 
     35  have been completely restructured. 
    3936   
    40   We introduced a new properties handling (in comparison to 2.3). You have two ways to set  
    41   the default properties of the integration pack: 
    42    
    43   * Using a common Java properties file or 
    44    
    45   * using some static setters. 
    46    
    47   [] 
    48    
    49   For a closer look see {{{connector.html}Connector}}. 
    50    
    51   This new properties handling will give you the most flexibility to integrate FCKeditor  
    52   in your Java-based web-application.