Changeset 1981 for FCKeditor.Java/branches/2.4/src/site/apt/overview.apt
- Timestamp:
- 2008-05-10 15:43:58 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/src/site/apt/overview.apt
r1936 r1981 24 24 Overview 25 25 26 The Java integration pack is composedof two main components:26 The Java integration pack consists of two main components: 27 27 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. 29 29 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. 31 31 32 32 [] 33 33 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. 39 36 40 We introduced a new properties handling (in comparison to 2.3). You have two ways to set41 the default properties of the integration pack:42 43 * Using a common Java properties file or44 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 FCKeditor52 in your Java-based web-application.