Was wondering if this product could possibly be integrated into client java code in Swing. The idea is to have the same capabilities, but in the context of Swing instead of the context of a browser. Has anyone tried that with jdk 1.5 or 1.6? Any pointers/comments? Or is it out of question?
Wed, 10/01/2008 - 02:45
#1
Re: Can u integrate FCKEditor into an IDE in Java Swing?
Yes you can. You have to run an embedded server inside your Swing app. You could run Jetty with a webapp serving the editor. My FCKeditor.Java co-dev Thilo's has done this with Jetty in a SWT app. Check his app out at SourceForge: Poor Man's.
Re: Can u integrate FCKEditor into an IDE in Java Swing?
I would also need to assess how much time this would involve, but i guess that is a question for the Poor man's author.
I am amazed that such a thing does not already exist in Java. JavaScript would also be a maintenance problem.
Thanks,
Max
Re: Can u integrate FCKEditor into an IDE in Java Swing?