Index: /FCKeditor.Java/branches/2.4/src/site/apt/integration/overview.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/integration/overview.apt	(revision 1845)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/integration/overview.apt	(revision 1846)
@@ -24,9 +24,29 @@
 Overview
 
-  * required libs
+  The Java integration pack is composed of two main components:
   
-  * web.xml
+  * The JSP-Tag-Library, for an easy integration of the FCKeditor in your JSP-pages.
+    
+  * The Connector, a servlet to manage the handling with resource files like images.
   
-  * properties handling: fckeditor.properties, static setter
+  []
   
-  * SessionData
+  To use the JSP-Tag-Library you just have to put the main jar and dependent libraries
+  in your classpath. If you want to use the Connector 1.) you have to add some entries in
+  your <<<web.xml>>> and 2.) you have to make sure that some special properties are set.
+  For details have a look at {{{connector.html}Connector}} and 
+  {{{../installation.html}Installation}}.
+  
+  We introduced a new properties handling (in comparison to 2.3). You have two ways to set 
+  the default properties of the integration pack:
+  
+  * Using a common Java properties file or
+  
+  * using some static setters.
+  
+  []
+  
+  For a closer look see {{{connector.html}Connector}}.
+  
+  This new properties handling will give you the most flexibility to integrate FCKeditor 
+  in your Java-based web-application.
