<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 閱讀(228) | 評論 (0)編輯 收藏

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

    posted @ 2006-10-23 13:49 thekll 閱讀(1135) | 評論 (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 閱讀(672) | 評論 (4)編輯 收藏

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

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

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

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

    posted @ 2006-01-09 16:25 thekll 閱讀(241) | 評論 (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 閱讀(328) | 評論 (0)編輯 收藏

    B2BModeling.gif 

     

     

     

    posted @ 2005-12-13 12:14 thekll 閱讀(389) | 評論 (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 閱讀(1793) | 評論 (0)編輯 收藏

    主站蜘蛛池模板: 亚洲av午夜福利精品一区人妖| 国产成人啪精品视频免费网| 久久久亚洲精品蜜桃臀| 高潮毛片无遮挡高清免费| 日韩免费视频网站| 狠狠综合亚洲综合亚洲色| 国产成人精品免费视频软件| 亚洲国产成人精品无码区二本| 岛国av无码免费无禁网站| 亚洲精品乱码久久久久久V| 国产精品国产免费无码专区不卡| 男男gvh肉在线观看免费| 亚洲日本一区二区一本一道 | 亚洲精品免费在线| 中文字幕免费在线看线人| 亚洲制服丝袜精品久久| 午夜高清免费在线观看| 亚洲av无码成人影院一区| 亚洲福利中文字幕在线网址| 国产特黄一级一片免费| 亚洲国产精品热久久| 国拍在线精品视频免费观看| 亚洲GV天堂GV无码男同| 亚洲一区精品伊人久久伊人| 免费人成激情视频在线观看冫| 亚洲成电影在线观看青青| 成人免费在线视频| 一级毛片免费毛片毛片| 日本久久久久亚洲中字幕| 在线观看免费大黄网站| 国产va免费观看| 亚洲福利电影一区二区?| 成人人观看的免费毛片| 国产精品免费大片一区二区| 色播亚洲视频在线观看| 四虎免费久久影院| 免费黄色电影在线观看| 亚洲欧美成人av在线观看| 亚洲夜夜欢A∨一区二区三区| aⅴ在线免费观看| 国产人成网在线播放VA免费|