1

Topic: Interface Docs or Java version

I'm wondering if there is a java version of the server side code available or in the works?  If not, is there any documentation on the interface that needs to be implemented to support this control?  I would like to integrate a wysiwyg control w/ a file control into an existing java project and adding php support isn't an option.

2

Re: Interface Docs or Java version

No, having a Java version would be a support nightmare since there are so many different app servers out there.

Best regards,
Spocke - Main developer of TinyMCE

3

Re: Interface Docs or Java version

I haven't any incompatibilities with my webapp, but anyway...

What about the other part of my question, are there any docs on the interface?

4

Re: Interface Docs or Java version

Yes, but thinks like binary input streams etc tends to be different depending on app server. At least I have major issues with it before since some servers buffer up the stream in memory before sending it though while others doesn't buffer it. Small things like that can do dramatic things to the application and support regarding it and if many of them sum up it will be a nightmare.

We might release a enterprise only version for Java in the future. But I don't think we will have any single site licenses.

The other part of the question is TinyMCE related right? If so use the Tips and tricks forum.

Best regards,
Spocke - Main developer of TinyMCE