Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have graduation project.it is a website that the user will use it to upload his project(set of java classes) and save it in database.then he/she can use it to generate auto-documentation .my question is how to make this(calling the javadoc tool and link it with my website) Or do we have online javadoc tool? .i search but i don't find sth.



thanks in advance.
Posted

1 solution

First of all congratulation for the idea to choose a project that you don't know much about.

I can see 3 major parts in this:
- manage a DB with the projects in it (format? which data to store?...)
- upload projects to that DB / access to DB (who accesses what? how? )
- generating JavaDoc

Think about them and then start writing down

- what your tool MUST do -> functional basics that must be in!
- What your tool MIGHT do -> Optional stuff, nice to have(when the must is working).
- what your tool CAN'T do -> Things your tool will never do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900