What's New
The FCKeditor.Java integration version 2.4 is a complete rewrite of the last version.
This is just a short overview of the changes since version 2.3:
- The integration pack is now managed by Maven 2 with complete documentation and reports.
- Automatic creation of release distribution files (assemblies).
- The library runs now from Servlet 2.4/JSP 2.0 and above.
- A complete structure and package review has been done. Base package moved from com.fredck.FCKeditor to net.fckeditor.
- The Server Side Integration requirements are completely fulfilled.
- The SimpleUploaderServlet functionality has been merged into the ConnectorServlet.
- The JSP tag library has been completely restructured.
- A more complete and reliable browser detection code.
- New configuration handling:
- No configuration settings in the web.xml anymore.
- The configuration properties can be set in a common properties file or programmatically.
- 'Convention over conversion', just reset the properties which don't meet your requirements.
- Introduced the state-of-the-art SLF4J logging facade.
- Pluggable interfaces have been introduced to extend the ConnectorServlet. This system provides session or request-based functionality.
- JUnit test coverage on viable classes.
- Clean and safe parameter handling and abstraction.
- A lot of code performance improvements and tweaks.