<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    thekll

    My JAVA Life
    posts - 9, comments - 11, trackbacks - 0, articles - 0

    2005年12月13日

    ?sms-mmc.PNG

    USMS監控臺基本完成。目前可以實現平臺監視、網關及業務配置。

    posted @ 2006-12-06 16:32 thekll 閱讀(231) | 評論 (0)編輯 收藏

    不好意思,很久未更新這里了,比較懶
    http://www.tkk7.com/Files/thekll/SMGP3.0.rar

    posted @ 2006-10-23 13:49 thekll 閱讀(1140) | 評論 (2)編輯 收藏

    xUMIP Short Message Gateway Simulation Release Notes

     

    Release 0.7.1

    Last revised February 6, 2006

     

    關于本軟件

           xUMIP Short Message Gateway Simulation是遵照當前幾個主要的短消息網關協議而開發的一套消息網關模擬系統.

       本軟件可以作為軟件企業、服務商(SP,CP)開發短消息系統的模擬測試服務器,也可以作為SP在新業務上線前的業務模擬

       測試之用.

     

    使用許可

           在符合相關法律規定的條件下你可以自由獲取并使用本軟件,在使用中請保證軟件的完整性,并且不要將本軟件用于商業

    用途.

     

    部署

        1)目標系統環境

    Reference Platforms

    Operating system

    Processor architecture

    Window system

    Java 2 Platform

    Microsoft Windows XP

    Intel x86

    Win32

    Sun Java 2 Standard Edition, version 1.4.2_08 for Microsoft Windows

    Microsoft Windows XP

    Intel x86

    Win32

    IBM 32-bit SDK for Windows, Java 2 Technology Edition, Version 1.4.2 SR1a

    Microsoft Windows XP

    Intel x86

    Win32

    Sun Java 2 Standard Edition 5.0 Update 2 for Microsoft Windows

    Red Hat Enterprise Linux WS 3

    Intel x86

    GTK

    Sun Java 2 Standard Edition, 1.4.2_08 for Linux x86

    Red Hat Enterprise Linux WS 3

    Intel x86

    GTK

    IBM 32-bit SDK for Linux on Intel architecture, Java 2 Technology Edition, Version 1.4.2 SR1a

    SLES 9

    Intel x86

    GTK

    Sun Java 2 Standard Edition, version 1.4.2_08 for Linux x86

    SLES 9

    Intel x86

    GTK

    IBM 32-bit SDK for Linux on Intel architecture, Java 2 Technology Edition, Version 1.4.2 SR1a

    Sun Solaris 8

    SPARC

    Motif

    Sun Java 2 SDK, Standard Edition, 1.4.2_08 for Solaris SPARC

    HP HP-UX 11i

    hp9000
    PA-RISC

    Motif

    HP-UX SDK for the Java 2 platform, version 1.4.2.07 for hp9000 PA-RISC

    IBM AIX 5L Version 5.2

    PowerPC

    Motif

    IBM 32-bit SDK for AIX, Java 2 Technology Edition, Version 1.4.2 SR1a

    Apple Mac OS X 10.3

    PowerPC

    Carbon

    Java 2 Standard Edition 1.4.2 for Mac OS X

       

        2)部署

            將得到的軟件包解壓至目標機器,具體操作可能因操作系統不同而有所區別.

     

    問題及使用說明

        本軟件代碼全部采用JAVA2語言開發,用戶界面基于Eclipse3.1 RCP平臺,有關JAVAEclipse平臺的已知問題請參考相關資料。

    1  功能特性

    A)已支持的網關協議:

         CMPP2.0CMPP3.0

         CNGP1.0

         SMGP2.0

         SGIP1.2

    B)可根據需要配置網關服務器參數,并創建任意多個服務器;

    CSP參數可配置并可以在一個網關服務器下創建任意多個SP實例;

    DCMPPSMGPCNGP網關實現長連接、且上下行在同一個TCP/IP連接中處理;

    D)支持SGIP協議上下行消息在不同TCP/IP連接的情況,支持短連接方式;

    E)自動產生并回復狀態報告消息;

    F)網關服務器自動監測設定時間內無消息包傳輸的連接,并強制斷開連接;

    G)按照協議每個網關實例維護自己的消息流水號和消息ID

    H)支持多種MO方式;

    I)協議分析可按不同網關進行區分;

    J)可設置協議分析過濾器(界面部分未實現);

     

    2  限制

    A)     Deliver消息外,所有網關發出的數據包(即Resp消息)都沒有處理相應的消息事件;

    B)     DeliverResp消息外,所有網關收到的數據包都有相應的事件處理;

     

    3  問題

    SGIP網關第一次下發MO消息時沒有得到消息事件(bugs 0001;

    當進行大批量消息發送時,由于界面處理延時,導致網關處理速度減慢(bugs 0002;

     

    運行時異常可以提交給<theklls@gmail.com>,我會根據情況作出修訂。

    posted @ 2006-02-07 09:35 thekll 閱讀(678) | 評論 (4)編輯 收藏

    今天,消息模擬網關界面部分的基本框架也出來了,大概就是上面這個樣子。感覺RCP的JFACE還是比較方便使用的。
    不過我用的3.1版本還是有一些莫名其妙的CPU100%現象。

    rcpmain.PNG
    deliverdialog.JPG
    sp.JPG
    server.JPG

    posted @ 2006-01-13 19:13 thekll 閱讀(569) | 評論 (5)編輯 收藏

    翻開開發日志,從12月21日到今天已近半月多,在經歷了幾乎每天凌晨4、5點才上床,吃飯睡覺走路腦子全是class,message,channel在跳動的10多個日日夜夜,消息網關模擬系統基本完成了底層的協議及通信處理,測試暫時還一切正常。呵呵,有種死過一次的感覺。
    2006,又一個新的開始,希望我的生命可以改變一些。

    posted @ 2006-01-09 16:25 thekll 閱讀(245) | 評論 (0)編輯 收藏

    《Inside  the Virtual Machine,Second Edition》已經在床頭躺了快2個月了,一直沒有時間去系統地讀一遍。平安夜,終于可以坐下來隨Bill Venners進入JAVA虛擬機的美妙世界了~
    1、JAVA體系結構
          
    包括四個相對獨立但又相關的技術:
          Java程序設計語言;
          Java class文件格式;
          Java應用編程接口;
          Java虛擬機;


    posted @ 2005-12-25 15:15 thekll 閱讀(332) | 評論 (0)編輯 收藏

    B2BModeling.gif 

     

     

     

    posted @ 2005-12-13 12:14 thekll 閱讀(395) | 評論 (0)編輯 收藏

    因為最近要做一個基于RCP的項目,這幾天看了看Eclipse的幫助文檔,才發現雖然用了半年的Eclipse,其實對Eclipse是什么還是很模糊。
    1、Eclipse是一種開放的開發平臺框架,基礎(核心)是Plug-in技術;
    2、SWT/JFACE也有值得學習的地方;
    3、Platform Structure:
    arch-npi.jpg 

    The plug-ins that make up a subsystem define extension points for adding behavior to the platform.  The following table describes the major runtime components of the platform that are implemented as one or more plug-ins.

    Platform runtime

    Defines the extension point and plug-in model. It dynamically discovers plug-ins and maintains information about the plug-ins and their extension points in a platform registry. Plug-ins are started up when required according to user operation of the platform. The runtime is implemented using the OSGi framework.

    Resource management (workspace)

    Defines API for creating and managing resources (projects, files, and folders) that are produced by tools and kept in the file system.

    Workbench UI

    Implements the user cockpit for navigating the platform. It defines extension points for adding UI components such as views or menu actions.  It supplies additional toolkits (JFace and SWT) for building user interfaces. The UI services are structured so that a subset of the UI plug-ins can be used to build rich client applications that are independent of the resource management and workspace model. IDE-centric plug-ins define additional function for navigating and manipulating resources.

    Help system

    Defines extension points for plug-ins to provide help or other documentation as browsable books.

    Team support

    Defines a team programming model for managing and versioning resources. 

    Debug support

    Defines a language independent debug model and UI classes for building debuggers and launchers.

    Other utilities

    Other utility plug-ins supply function such as searching and comparing resources, performing builds using XML configuration files, and dynamically updating the platform from a server.

    4、Eclipse SDK:

    sdk-arch.jpg



    posted @ 2005-12-13 09:46 thekll 閱讀(1800) | 評論 (0)編輯 收藏

    主站蜘蛛池模板: 亚洲国产日韩一区高清在线| 男人的天堂网免费网站| 波多野结衣中文字幕免费视频| 国产成人麻豆亚洲综合无码精品| 校园亚洲春色另类小说合集| 波多野结衣久久高清免费 | 亚洲午夜精品久久久久久人妖| 一本一道dvd在线观看免费视频| 在线观看免费精品国产| 2020亚洲男人天堂精品| 国产成人福利免费视频| 国产视频精品免费| 亚洲国产精品乱码在线观看97| 成全视成人免费观看在线看| 国产亚洲综合网曝门系列| jiz zz在亚洲| 久久久久国色AV免费看图片| 亚洲春色另类小说| 1000部拍拍拍18勿入免费凤凰福利| 亚洲A∨无码一区二区三区| 一级免费黄色大片| 又爽又黄无遮挡高清免费视频 | 午夜免费不卡毛片完整版| 亚洲日韩中文字幕天堂不卡| 亚洲三级在线免费观看| 亚洲美女视频免费| 国产91色综合久久免费| 亚洲免费在线播放| 久久精品免费观看国产| 亚洲成AV人片天堂网无码| 99视频在线免费观看| 国产成人亚洲精品青草天美| 免费A级毛片av无码| 亚洲一区二区三区无码国产| 99视频在线精品免费观看6| 亚洲heyzo专区无码综合| 亚洲精品无码久久毛片| a级毛片免费播放| 亚洲视频一区在线观看| 拍拍拍又黄又爽无挡视频免费| 大桥未久亚洲无av码在线|