当前位置: 代码迷 >> Web前端 >> 推荐一个不错的在线“画”时序图的软件(经过文字生成图片)
  详细解决方案

推荐一个不错的在线“画”时序图的软件(经过文字生成图片)

热度:136   发布时间:2012-10-31 14:37:32.0
推荐一个不错的在线“画”时序图的软件(通过文字生成图片)
首先看看效果吧:



还有很多其他的风格可以选择。例如 VS 2010 , Rose, Psd, 涂鸦等。

注意咯:不需要你去画的!只需要在左边输入文字就行了。哈哈,看看我的文字,然后对照上图你们就懂了。很方便的
该软件在线地址:http://www.websequencediagrams.com/

title EWeb4J MVC 原理

浏览器->Tomcat: GET /hello-world
note right of Tomcat: Tomcat 查找web.xml
Tomcat->EWebFilter: doFilter(req, res)
EWebFilter->InterExcution: find()
note right of InterExcution: 查找interceptor.xml
InterExcution->InterExcution: doIntercept()
EWebFilter->ActionExcution: find()
note right of ActionExcution:查找控制器配置,包括start.xml和@Controller
ActionExcution->Validator: doValidate()
ActionExcution->自己写的Action: doHelloWorld()
自己写的Action->ActionExcution: return Hello World !
ActionExcution->ActionExcution:handleResult()
ActionExcution->Tomcat: Http Response
Tomcat->浏览器: Hello World !


  相关解决方案