Search code examples
javaeclipsejquery-uiweb-applicationsria

Showing project structure and contents on a web page, like Eclipse's package explorer


I have my project on Eclipse. There I use the Package Explorer to see its structure and the contents of each file. I would like to publish that in the web so others can see the project. Is there some kind of UI component that would allow me to do that?


Solution

  • I recommend the use of a shared code repository, like github. It allows you to make versioning and reach, of course, the requeriment you are looking for: Web publishing. And if you want others can work on your project, this kind of tools are the best option.