java - Offline Javadoc Server -


as not our development machines have internet access, want cache api docs of various libraries in our local network. thinking of webapp handles caching , listing available javadocs after uploads them (in jar format). ideally, source jars automatically pulled our maven repository (artifactory).

i have not been successful in finding on google, i'm trying luck here.

edit

i have found site looking for: http://www.jarvana.com problem site not fulfill #1 requirement - offline availability. rephrase question to: there webapp works jarvana can deployed local server?

it seems i'm looking doesn't exist, i've rolled own simple webapp serves javadocs local maven repository (transparently extracting jar files). it's far perfect, works requirements. if interested, shared on github:

https://github.com/planbnet/javadoc-browser


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -