Hi,
Please see some answers below:
Then also when loading the AuthorcomponentSampleApplet classic, the downloading time will be very high.
Nearly 120MB files are getting downloaded for each time. Can you tell me is there any way to fast up the jar downloading time.
The sample applet's JARs should be about 30 MBs in size, you can compute their sizes on disk. How exactly did you find out that 120 MBs are downloaded each time? On what operating system did you test and with what web browser?
It might be possible that the Java plugin container in the web browser downloads the JARs multiple times but I do not think there anything on the client side which can be done to avoid this.
If i reload the same page then am getting exception message like "Please dispose a component provider which is not necessary anymote using AuthorComponentFactory.disposeEditorComponentProvider()". If you want further reference about this reload issue, please let me know i will update the screenshot in your technical support forum.
The classic applet type reuses the same Java VM between page reloads. On the method "ro.sync.ecss.samples.AuthorComponentSampleApplet.destroy()" called before the page reload occurs, please try to call
AuthorComponentFactory.getInstance().disposeEditorComponentProvider on the editor component provider which was created over the URL. We'll also try to fix this on our side.
We are having custom DTD so unable to follow the DITA.
What do you mean? You need to define a document type configuration in an Oxygen standalone installation and then use this configuration with the applet:
http://www.oxygenxml.com/doc/ug-oxygen/ ... intro.html
The document type configuration comes with CSS stylesheets to be used for rendering content in the Author mode, with XML catalogs and schemas used to validate the XML document. It can also come with custom operations to be mounted on the applet's toolbar, like we do for DITA.
That is just an example. It is up to you to create the HTML content around the applet by querying the server to display the resources which can be edited.
Regards,
Radu