Changeset 2248 for FCKeditor.Java/trunk/src/site/apt/int_overview.apt
- Timestamp:
- 2008-07-21 15:14:11 (6 months ago)
- Files:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/trunk/src/site/apt/int_overview.apt
r2213 r2248 24 24 Overview 25 25 26 The Java integration pack consists of two main components:26 The Java integration can be integrated in several systems and frameworks: 27 27 28 28 * <<JSP tag library>>: Easy integration of the FCKeditor in your JSPs. … … 30 30 * <<Connector>>: A servlet to manage resources like images, documents, and other 31 31 files. 32 33 * <<Velocity/FreeMarker>>: This library is suitable to be integrated into a 34 template engine. 32 35 33 36 [] 34 37 35 Please read the integration parts carefully ! Both the tag library and the connector36 have been completely restructured.38 Please read the integration parts carefully if you intend to deploy the FCKeditor 39 in a particular system!