2006-05-01から1ヶ月間の記事一覧

Inheritance in O/R Mapping

Inheritance in O/R Mapping Vertical inheritance mapping each class in the inheritance hierarchy maps to its own table in the database and all the tables in the database have a one-to-one relationship with each other Single-table inheritanc…

J2EE design decisions part2

how to discern which design patterns and frameworks would work best for your enterprise applications Encapsulating the business logic EJB session facade EJB container provides [transaction management] [security] [distrobuted transactions] …

Wicket

Wicketのダウンロード Wicket Download page wicket / wicket-extensions / wicket-examples をダウンロードした。 elipseへの導入方法 [Help]→[Software Update]→[Find and Install]→[Search for new features to install] http://download.eclipse.org/web…

J2EE design decisions

how to discern which design patterns and frameworks would work best for your enterprise applications Business Logic and Database Access Decision EJB 2 approach Business logic:(Session Beans / Message-driven) Access the businesslogic:(Beans…

Domain Objects Persistence Pattern in .NET

Using the Domain Objects Persistence Pattern in .NET

2007 Microsoft Office System Beta 2

2007 Microsoft Office System Beta 2をダウンロード出来るようになってた〜!! さーて今からダウンロードしてみる!!! インストールはまた後ほど〜〜

CygwinでJava解決

昨日苦闘していたCygwinでJava(Derby)を使用する方法が分かりました。やはり、PATHの考え方が違っていました。 CygwinではWindowsファイルシステムに対してPOSIX的視点を提供していますが、WindowsはPOSIXパス名を理解することが出来ません。そこで、ファイ…

JavaOne2006 Day1 by TSS

Day1 まとめ

JRuby

JRuby最新動向 JRuby PureJava実装されたRubyの実行系 以下の機能を備える ・RubyスクリプトにJavaのクラスをインポートできる ・Rubyの型とJavaのクラスを自動的にマッピングする ・メソッド名にRuby風のエイリアスをつける ・Rubyの標準メソッド ・Javaの…

Plagger 苦戦中

うーん、昨日dmake.exeに置き換えて今日は大丈夫かと思っていたら、 dmake.exe: Error -- `C:\Perl\libConfig.pm' not found, and can't be made C:\Perl\bin\dmake.exe -- NOT OK Running make test Can't test without successful make Running make insta…

Apache Derby

Plaggerはおいておいて、次はDerbyをインストールしてみよー Apache 組み込みDB(JarFileで2MB程しかサイズがない!) 以下の2種類の方式で稼動する Embedded Database ApplicationとDBが同一のJVMで稼動 Client-Server connection 従来のDBと同様。別のJVM上…

Plagger再び

昨日は必要なDLLファイルがなかったため失敗 [libxml2.dll / iconv.dll / zlib1.dll] ppmでモジュールをインストール ppm> install XML-RSS-LibXML ppm> install DateTime ppm> install Template-Toolkit ppm> install XML-RSS ppm> install XML-Atom ppm> i…

Plagger

ActivePerlインストール PPMでリポジトリの追加 PPMでインストール ppm> install XML-RSS-LibXML ppm> install DateTime ppm> install Template-Toolkit ppm> install XML-RSS ppm> install XML-Atom CPANからPlaggerインストール perl -MCPAN -e shell cpan…

Subversion

Configuration Management in Java EE Applications Using Subversion ・JavaSVN is a pure-Java Subversion client library[http://svnbook.red-bean.com/nightly/en/index.html:title=Version Control with Subversion(On Line Book)

JSON

・JSON(JavaScript Object Notation):軽量なデータ交換フォーマット ・以下のものを表現できる 4つのPrimitiveType(strings / numbers / booleans / null) 2つの構造化Type(objects / arrays)

Polyphonic C#

非同期処理(スレッド)をパラメータではなく、メソッドで機能させる仕組み

Real-time Java

Real-Time Java: An Introduction ・Direct memory access -You can create device drivers written in pure Java. -Java RTS defines a new class that allows programmers byte-level access to physical memory. ・Asynchronous communications -Asynchro…

JAXB2.0

XML Schema完全サポート ↓ ・JavaとXMLSchemaの双方向バインディングサポート ・アノテーションによる最適マッピングの利用JAX-WS2.0 ・JAX-RPCの後継 ・RPCとドキュメント型メッセージングも使用可能 ・新仕様サポート (SOAP1.2 / WSDL2.0 / WS-I Basic Pr…