2006-05-01から1ヶ月間の記事一覧
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…
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 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…
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…
Using the Domain Objects Persistence Pattern in .NET
2007 Microsoft Office System Beta 2をダウンロード出来るようになってた〜!! さーて今からダウンロードしてみる!!! インストールはまた後ほど〜〜
昨日苦闘していたCygwinでJava(Derby)を使用する方法が分かりました。やはり、PATHの考え方が違っていました。 CygwinではWindowsファイルシステムに対してPOSIX的視点を提供していますが、WindowsはPOSIXパス名を理解することが出来ません。そこで、ファイ…
Day1 まとめ
JRuby最新動向 JRuby PureJava実装されたRubyの実行系 以下の機能を備える ・RubyスクリプトにJavaのクラスをインポートできる ・Rubyの型とJavaのクラスを自動的にマッピングする ・メソッド名にRuby風のエイリアスをつける ・Rubyの標準メソッド ・Javaの…
うーん、昨日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…
Plaggerはおいておいて、次はDerbyをインストールしてみよー Apache 組み込みDB(JarFileで2MB程しかサイズがない!) 以下の2種類の方式で稼動する Embedded Database ApplicationとDBが同一のJVMで稼動 Client-Server connection 従来のDBと同様。別のJVM上…
昨日は必要な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…
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…
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(JavaScript Object Notation):軽量なデータ交換フォーマット ・以下のものを表現できる 4つのPrimitiveType(strings / numbers / booleans / null) 2つの構造化Type(objects / arrays)
非同期処理(スレッド)をパラメータではなく、メソッドで機能させる仕組み
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…
XML Schema完全サポート ↓ ・JavaとXMLSchemaの双方向バインディングサポート ・アノテーションによる最適マッピングの利用JAX-WS2.0 ・JAX-RPCの後継 ・RPCとドキュメント型メッセージングも使用可能 ・新仕様サポート (SOAP1.2 / WSDL2.0 / WS-I Basic Pr…