隨筆 - 41  文章 - 29  trackbacks - 0
          <2009年3月>
          22232425262728
          1234567
          891011121314
          15161718192021
          22232425262728
          2930311234

          常用鏈接

          留言簿(5)

          隨筆分類(28)

          隨筆檔案(23)

          收藏夾(6)

          Inside JVM

          Java

          java performance

          Solr

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          In last technique meeting, many people show the interest on can we use some automation tools to improve development/testing productivity. Starting from this message, we will introduce some interesting tools to show how can we use them to facilitate our daily work.

          Background and Goals

          Recently, many managers and technique leaders all notice that a formal design phase has been ignored by our daily work for pretty long time. On the one hand, none of us likes heavy process which means very long design document and a lot paper work. On the another hand, no any design document (or no formal design phase) actually caused bad design and low quality codes because we don’t really think about the design before implementation.

          So, we are trying to find light-wight ways to generate simple design document easily and communicate with others freely.

          As we all know, UML sequence is one important URL diagram which can easily describe the detailed process of any operation. However, drawing a sequence diagram manually is a very time-consuming work. In terms of this, JTracert can be the very helpful tool to generate sequence diagram at runtime.

          Overview of JTracert

          It will generate sequence diagrams directly from your application runtime. you can get it from http://code.google.com/p/jtracert/.
          Some advantages:

          • Understand the code created by your colleagues/partners in a short time
          • Rapidly generate documentation for your partners or users.
          • Easily investigate what’s happening in large Java applications
          • Excellent companion for a common debugger

          Detailed Usage

          It is very easy to use. JTracert has two jars:

          • jTracert.jar is a small javaagent to profile your application
          • jTracert-gui.jar is a simple GUI application to display runtime sequence diagram

          The following is a simple introduction:

          1. Based on your J2EE container, add this line into bat file
            set JAVA_OPTIONS=%JAVA_OPTIONS% -DanalyzerOutput=sdEditRtClient -DsdEditHost=127.0.0.1 -DsdEditPort=60001 -javaagent:jTracert.jar=7007







          2. Start container, when you see the following line –
            jTracert agent started Waiting for a connection from jTracert GUI on port 7007
          3. double click jTracert-gui.jar and connect to server as following -
            • Working folder (in which diagram files will be stored)
            • Host & port of jTracert agent
            • A regular expression for filtering classes to be instrumented and analyzed
          4. That’s it. You can see the sequence diagram on jTracert GUI application.

          Attached is an example diagram from one application.


          Any issue, please let me know.

          posted on 2009-03-11 22:42 Justin Chen 閱讀(1766) 評論(0)  編輯  收藏 所屬分類: Tools
          主站蜘蛛池模板: 伊宁市| 稷山县| 白银市| 扎鲁特旗| 涪陵区| 乌什县| 武义县| 宁阳县| 成都市| 苗栗县| 普陀区| 陇南市| 高阳县| 南宫市| 湘阴县| 崇信县| 原平市| 伊金霍洛旗| 明光市| 平阳县| 阿荣旗| 乐业县| 凤冈县| 株洲县| 浠水县| 崇仁县| 洞头县| 彭水| 迭部县| 天门市| 民权县| 罗城| 辉南县| 卢龙县| 汝阳县| 申扎县| 九台市| 合江县| 峨边| 中西区| 巴林右旗|