我们有在线javadoc吗? [英] Do we have online javadoc?

查看:98
本文介绍了我们有在线javadoc吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我有毕业项目.这是一个网站,用户将使用它来上传他的项目(一组Java类)并将其保存在数据库中.然后他/她可以使用它来生成自动文档.我的问题是如何制作这(调用javadoc工具并将其链接到我的网站)还是我们有在线javadoc工具? .i搜索,但没有找到某物.



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.

推荐答案

首先,祝贺您选择一个您不了解的项目的想法.

我可以看到3个主要部分:
-管理其中包含项目的DB(格式?要存储哪些数据?...)
-将项目上传到该数据库/对数据库的访问(谁访问什么?如何访问?)
-生成JavaDoc

考虑一下然后开始写下

-您的工具必​​须做什么->必须具备的功能基础!
-您的工具可能会做什么->可选的东西,很高兴(必须使用时).
-您的工具不能做什么->您的工具永远做不到的事情.
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.


这篇关于我们有在线javadoc吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆