前回までは4回にわたって、アソシエーションに関するUMLの部品について詳細な検討を行ってきました。そもそもその目的は、UMLアソシエーションとJavaのマッピングをスムーズに実現させることにあるのですが、これがなかなか難しい作業です。以前検討し ...
A colleague of mine recently ran into an issue that I have not run into myself, but found to be interesting and, in my opinion, worth blogging about here. During some distributed Java development, my ...
性能やメモリ関連で問題が発生した場合に、原因を判別するのは非常に骨が折れる作業だ。これらの問題を回避するためにも、基本的なことであるが、Javaアプリケーション開発時に次の2点は必ず配慮しておこう。 適切なAPIを使用しているか? 不要な ...
I have the following variable:<BR>Hashtable contentDirectories = new Hashtable();<P>I have subsequently filled the hashtable with 1 or more entries as such:<BR ...