資源簡介
因工作需求,從網上下載了MyGraph的源代碼,與本地一個例子做了一個demo,目前已實現UML圖形編輯、本地打開、保存功能(google瀏覽器已測)
部署到tomcat后,打開URL:
http://localhost:8080/Student/stuMngr/mygraph.jsp
即可使用

代碼片段和文件信息
package?bean;
import?java.util.Date;
public?class?Emp?{
private?String?eid;
private?String?ename;
private?String?job;
private?Date?hiredate;
private?float?sal;
private?float?comm;
private?long?empno;
public?String?getEname()?{
return?ename;
}
public?void?setEname(String?ename)?{
this.ename?=?ename;
}
public?long?getEmpno()?{
return?empno;
}
public?void?setEmpno(long?empno)?{
this.empno?=?empno;
}
public?String?getEid()?{
return?eid;
}
public?void?setEid(String?eid)?{
this.eid?=?eid;
}
public?String?getJob()?{
return?job;
}
public?void?setJob(String?job)?{
this.job?=?job;
}
public?Date?getHiredate()?{
return?hiredate;
}
public?void?setHiredate(Date?hiredate)?{
this.hiredate?=?hiredate;
}
public?float?getSal()?{
return?sal;
}
public?void?setSal(float?sal)?{
this.sal?=?sal;
}
public?float?getComm()?{
return?comm;
}
public?void?setComm(float?comm)?{
this.comm?=?comm;
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????487??2013-05-01?11:26??Student\.classpath
?????文件????????294??2016-05-03?10:11??Student\.myme
?????文件???????1413??2013-07-17?09:05??Student\.project
?????文件????????500??2013-07-17?09:05??Student\.settings\.jsdtscope
?????文件?????????88??2013-05-01?12:24??Student\.settings\org.eclipse.core.resources.prefs
?????文件????????629??2013-05-04?15:14??Student\.settings\org.eclipse.jdt.core.prefs
?????文件????????162??2013-05-04?15:14??Student\.settings\org.eclipse.jdt.ui.prefs
?????文件?????????49??2013-07-17?09:05??Student\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2013-07-17?09:05??Student\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????1030??2013-05-01?12:03??Student\src\bean\Emp.java
?????文件???????1510??2013-04-27?04:03??Student\src\bean\PageBean.java
?????文件???????2733??2014-02-10?10:28??Student\src\dao\QueryDao.java
?????文件???????1871??2016-05-03?10:39??Student\src\service\OpenGraphServlet.java
?????文件???????1526??2014-02-10?10:29??Student\src\service\QueryService.java
?????文件???????1787??2016-05-03?11:39??Student\src\service\SaveGraphServlet.java
?????文件???????1253??2016-03-26?22:04??Student\WebRoot\images\checkmark.gif
?????文件????????877??2013-10-07?23:14??Student\WebRoot\images\collapsed.gif
?????文件????????250??2016-03-26?22:04??Student\WebRoot\images\connector.png
?????文件????????878??2013-10-07?23:14??Student\WebRoot\images\expanded.gif
?????文件?????????56??2016-03-26?22:04??Student\WebRoot\images\grid.gif
?????文件?????????56??2013-10-07?23:14??Student\WebRoot\images\submenu.gif
?????文件???????1006??2016-03-26?22:04??Student\WebRoot\images\tooltip.png
?????文件????????834??2013-04-27?01:56??Student\WebRoot\index.jsp
?????文件?????????39??2013-04-27?01:56??Student\WebRoot\me
?????文件???????3654??2016-03-27?19:07??Student\WebRoot\resources\grapheditor.properties
?????文件???????4047??2016-03-26?14:31??Student\WebRoot\resources\grapheditor_de.properties
?????文件??????21661??2013-10-07?23:14??Student\WebRoot\stencils\arrows.xm
?????文件??????24313??2013-10-07?23:14??Student\WebRoot\stencils\aws\compute.xm
?????文件??????11821??2013-10-07?23:14??Student\WebRoot\stencils\aws\content_delivery.xm
?????文件??????50054??2013-10-07?23:14??Student\WebRoot\stencils\aws\databa
............此處省略179個文件信息
評論
共有 條評論