隨筆 - 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
          主站蜘蛛池模板: 沂水县| 伊川县| 贵德县| 通海县| 灯塔市| 安图县| 尼勒克县| 运城市| 革吉县| 锦州市| 垦利县| 墨竹工卡县| 尚义县| 道真| 涞源县| 民权县| 江门市| 遂宁市| 吉首市| 团风县| 伊春市| 平邑县| 苏尼特右旗| 疏勒县| 苍溪县| 淮安市| 庆阳市| 信宜市| 张家口市| 墨竹工卡县| 翁源县| 神池县| 新余市| 南开区| 蚌埠市| 修武县| 古浪县| 朝阳区| 开原市| 涞源县| 张家川|