Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakarta.ee-spec] 3 specs apidocs are inconsistent with other

There are some apidocs that are not using frames to display the “normal” view of the javadocs. One example is persistence:
Which has an apidocs content of:
Scotts-iMacPro:specifications starksm$ ls persistence/2.2/apidocs/
allclasses-index.html member-search-index.zip
allclasses.html overview-summary.html
allpackages-index.html overview-tree.html
constant-values.html package-search-index.js
deprecated-list.html package-search-index.zip
doc-files resources
element-list script.js
help-doc.html search.js
index-all.html serialized-form.html
index.html stylesheet.css
javax type-search-index.js
jquery type-search-index.zip


vs annotations for example:

Which as
Scotts-iMacPro:specifications starksm$ ls annotations/1.3/apidocs/
allclasses-frame.html help-doc.html overview-summary.html
allclasses-noframe.html index-all.html overview-tree.html
constant-values.html index.html package-list
deprecated-list.html javax script.js
doc-files overview-frame.html stylesheet.css

I’m not sure why these contents are different. The majority of the projects are using the frames approach.
The ones that are not are:

Jsonp
Persistence
Restful-ws


Back to the top