[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[jfriends-ml 11877] Re: 「エンタープ ライズアプリケーション アーキテクチャパターン」



  高橋(智)です。

  さっそくErrataのページを見てみました。すでに6刷まで出ているようですね。
  http://www.martinfowler.com/eaaErrata.html

  で、6刷ではre-entrantの部分が以下のように訂正されているようです。
----- 抜粋して引用 -----------------------------------------------------------
[Errors in the fifth printing]
Page 118: In the third paragraph of Java Implementation "Entity beans can't be
re-entrant..." should read "Entity beans shouldn't be re-entrant...". (While
you can make entity beans re-entrant, to do so exposes you to some dangerous
concurrency problems.) [Corrected in the 6th Printing]
----- 抜粋して引用 -----------------------------------------------------------

  日本語訳の本は、どの版を訳したものなのでしょうか?
  やはり「原書 + Errata」を読んだほうが良いんではないでしょうか... (^^;

-- 
高橋智宏


"TAKAHASHI, Tomohiro" wrote:
snip 
>   EJBの仕様で、配布ディスクリプタ(ejb-jar.xml)で、エンティティBeanに
>      <reentrant>True</reentrant>
> の再入可能のフラグを設定しておけば、再入可能ですよね?
>   彼は何のことを指して書いているのでしょうか、気になります。
> 
>   原書やErrataのページを見てみようかしら...。