AKAI TSUKI

System development or Technical something

JacORBの起動

  • JacORBをダウンロード

http://www.jacorb.org/download.html

  • version 2.3.0

> Download the latest JacORB version
> The latest release is JacORB 2.3.0. For details, please see the release notes.

  • 展開する。
    • C:/Java/JacORBの下に配置されるようにした。
  • batファイル修正
    • jaco.bat.tpl → jaco.batにリネーム
    • jaco.batを環境に合わせて以下の点を修正した。
      • @JAVA_CMD@
      • @JACORB_HOME@

設定ファイルの修正

  • orb.properties
    • 以下の設定を行う。
      • jacorb.config.dir=c:/Java/JacORB
      • ORBInitRef.NameService=file:/c:/Java/JacORB/data/NS_Ref
      • jacorb.logfile=c:/Java/JacORB/log/jacorb.log
  • jacorb.properties
    • jacorb_properties.templateをjacorb.propertiesに名前を修正。
    • 以下の設定を行う。
      • ORBInitRef.NameService=file:/c:/Java/JacORB/data/NS_Ref
      • ORBInitRef.NotificationService=file:/c:/Java/JacORB/data/ES_Ref
      • ORBInitRef.InterfaceRepository=file:/c:/Java/JacORB/data/IR_Ref (これいるんかな?)
      • jacorb.naming.ior_filename=c:/Java/JacORB/data/NS_Ref

Naming Service実行

以下のようになればよい?

C:\Java\JacORB\bin>ns
[jacorb.orb.print_ver] INFO :
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        JacORB V 2.3.0, www.jacorb.org
        (C) The JacORB project 17-Feb-2007
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[jacorb.orb] INFO : Property "jacorb.hashtable_class" is set to: java.util.Hashtable
[org.jacorb.orb.codes] WARN : Warning - unknown codeset (windows-31j) - defaulting to ISO-8859-1
[jacorb.orb.intercept] INFO : InterceptorManager started with 0 Server 
Interceptors, 0 Client Interceptors and 1 IOR Interceptors
[jacorb.orb.singleton] INFO : created ORBSingleton
[jacorb.naming] INFO : NS up
[jacorb.orb] INFO : ORB run

Notification Service実行

以下のようになればよい?

C:\Java\JacORB\bin>ntfy.bat
[jacorb.orb.print_ver] INFO :
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        JacORB V 2.3.0, www.jacorb.org
        (C) The JacORB project 17-Feb-2007
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[jacorb.orb] INFO : Property "jacorb.hashtable_class" is set to: java.util.Hashtable
[org.jacorb.orb.codes] WARN : Warning - unknown codeset (windows-31j) - defaulting to ISO-8859-1
[jacorb.orb.intercept] INFO : InterceptorManager started with 0 Server 
Interceptors, 0 Client Interceptors and 1 IOR Interceptors
[jacorb.poa] INFO : oid:5F 45 43 46 61 63 74 6F 72 79                               _ECFactory
object is activated
[jacorb.poa] INFO : Using server ID (4188962439) for transient POA
[jacorb.orb.singleton] INFO : created ORBSingleton
[jacorb.orb.giop] INFO : ClientConnectionManager: created new ClientGIOPConnection to 192.168.129.24:4514 (b64435)
[jacorb.orb] INFO : ORB run

Java 基礎知識 メモ

Javaプログラミングの前提知識

http://www.atmarkit.co.jp/fjava/javafaq/index/javafaqindex.html#java

    • javaコマンドを使いこなす 
    • ○ javacコマンドを使いこなす 
    • ○クラスパス(class path)を正しく使う
    • エクステンション(拡張)メカニズムとは
    • オブジェクト指向とクラスを理解する
    • クラスの定義とオブジェクトの生成を理解する 
    • パッケージを理解し利用する
    • 配列の宣言(1) 宣言の基本
    • 配列の宣言(2) 2次元配列
    • 明示的な割り当てをしない配列 
    • インターフェイスとは
    • ThisとSuperの使い分け
    • 演算子
    • equals()メソッド
    • 条件式の評価

グリーンIT

NTTドコモ、LTE実用化に向けた低電力LSIを試作
という記事が先月あったのですが、
日経NETWORKの2009年01月号に
IEEE802.11 VHT
 →OFDMとかMIMOとか出てきた。
・EEE(Energy Efficient Ethernet)
 →LPIとか省電力化とか出てきた。
というのがあって、似たようなキーワードだなと。

グリーンITというか、省電力化というか、
いろいろありますなぁ。