eGate Java API doc

Hi all,When we are using the Java Collaboration, I didn't see javadocs in the designer, it was just showing the methods list without any additional info. Where can I find the complete javadoc?thx,arih
[229 byte] By [arih] at [2007-11-26 9:15:49]
# 1
Arih,When you select one method from the list of methods, do you see a little window below the selected method showing the javadoc, with the description, return values, and parameter info ?CheersMei
meiwu at 2007-7-6 23:41:29 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 2

E Designer will provide you inline javadoc help when you are typing code in a JCD. If you want to browse the JavaDoc though, you can access or download the javadoc documentation from the repository.

Connect to the repository using a browser (http://localhost:12000). Login as admin/stc. Click on the Documentation tab on the top toolbar. Assuming you uploaded the Documentation SAR files, you should see the documentation (PDF), JavaDocs (where applicable) and Sample projects ..

Hemant.

hemant_bedekar at 2007-7-6 23:41:29 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 3

> When you select one method from the list of methods,

> do you see a little window below the selected method

> showing the javadoc, with the description, return

> values, and parameter info ?

I can see the window, but the problem is, there is no description. the javadoc only shows the signature of the methods. I can't make out anything from that. For example, the stringToDouble method. The javadoc window only shows that it has 4 arguments, with no telling of what the arguments are for.

arih at 2007-7-6 23:41:29 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...
# 4
> you uploaded the Documentation SAR files, you should> see the documentation (PDF), JavaDocs (where> applicable) and Sample projects ..I see the PDF docs and sample project zip file, but no Javadoc. Is there a specific SAR file I need to upload
arih at 2007-7-6 23:41:29 > top of Java-index,Java Enterprise System,Java Composite Application Platform Suite -- General Discussion...