2005-10-01から1ヶ月間の記事一覧

maven downloadのAnt版.

http://www.httpunit.org/doc/dependencies.html Manages a set of external dependencies which may be downloaded from a remote repository. This set of files is referred to as a dependency set. Uses a local cache to avoid repeated downloads. ma…

はてなの思想

id:umedamochioさんの日記より http://d.hatena.ne.jp/umedamochio/20050929/p1 「個」に対しては「知的生産のためのスイート」ないし「総表現社会におけるプラットフォーム」を提供する、そしてそれと同時に、はてな「全体」を眺めることで、ネット「全体」…

[test] Selenium Recorder

http://seleniumrecorder.mozdev.org/index-ja.html Selenium Recorder は、ユーザの操作を記録し、Seleniumのコマンドを生成する Firefox エクステンションです。記録されたコマンドは、実際のテストケースの HTML ファイルにコピーして利用できます。

[database] WWW SQL Designer

http://ondras.praha12.net/sql/おぉー。よく出来てるなぁ。from kdmsnrさんのところ http://capsctrl.que.jp/kdmsnr/diary/

Planned Happenstance

http://hbslife.exblog.jp/3557754/ キャリアは偶然の積み重ねで予期せぬ出来事でできる。だから、予期せぬ出来事をいかにチャンスに結び付けるかが大事。ゴールは生涯に渡って学習する、あるいは毎日をエンジョイすることで、キャリアの意志決定をすること…

Build pattern: Fast build/full build

http://jutopia.tirsen.com/articles/2005/10/01/build-pattern-fast-build-full-buildプロジェクトがでかくなると、フルビルドするのは時間がかかるから早く実行できるビルドを用意するようにしましょうという話。これは僕もやっているなぁ。主要なテストケ…

t-wadaさんからのtrackback

id:t-wadaさんとはかなり考え方が近い気がしますね。テストの考え方なんかはとても近い気がしました。って、自分のメモ書きと一緒にするなと怒られてしまいそうですが...またJ2EE勉強会に参加してみようかな。是非、お話してみたいなぁと。

InfraRED - Open source J2EE performance monitoring tool

http://infrared.sourceforge.net/AOPでパフォーマンス測定用のコードをWeavingして測定するツール。AspectJ, P6Spyを使用している。使い方もさほど難しくなく、ビルドファイルを一回書いてしまえば、パフォーマンス測定が簡単に行えそうです。 http://infra…

iPod nanoのネックストラップタイプのケース

使い方を考えると首から下げるタイプのがいいかなと思ってピックアップ。 http://www.tunewear.com/japanese/product/tunetag-edge/index.html http://www.sempre.jp/item/190099/ http://www.sempre.jp/item/190102/ これだけ見てもわからないから、もう少…

Sarissa

http://sarissa.sourceforge.net/ Sarissa is an ECMAScript library acting as a cross-browser wrapper for native XML APIs. It offers various XML related goodies like Document instantiation, XML loading from URLs or strings, XSLT transformatio…

Pragmatic AjaxとEnterprise Integration with Ruby

http://yatsu.info/articles/2005/09/30/beta-books from yatsuさんのblog Pragmatic Ajax by Justin Gehtland, Ben Galbraith, and Dion Almaer, is a short but deep book on Ajax, covering both the theory and the real-world practice of Ajaxifying y…

[javascript] WebkitでのDOMのcompatibility

http://webkit.opendarwin.org/blog/?p=27JavaScriptでのDOM操作の重要性は、今後高まりそうだから、Webkitは注目する価値がありそうだなぁ。

What Is Web 2.0 - Design Patterns and Business Models for the Next Generation of Software -

http://www.oreillynet.com/pub/a/oreilly/tim/news/2005/09/30/what-is-web-20.htmlTim O'ReillyのWeb2.0解説. 今までTim O'Reillyが話してきたことをまとめた集大成。素晴らしい!

フラットな組織構造の重要性

Here Webの話の中で、Bill Joyがフラットな組織の重要性について話をしている。 http://japan.cnet.com/news/media/story/0,2000047715,20087986,00.htm Joyは、ベンチャーキャピタルの世界への転身について、「Kleinerの仕事は楽しい。こちらの方が近代的な…

Intelligent Reaction

http://salesforce.breezecentral.com/intelligentreaction/Intelligent ReactionがWeb2.0時代のアプリケーション開発のベースになっていると感じる。「はてな」はまさにIntelligent Reactionをシステムに組み込んで進化している企業で、本当にGoogleに似て…

VimでColumn Typing

vim

vimでは複数行を矩形選択してsでテキスト入れると、同じものがほかの行にも入ってくれます。 from 通りすがりさん sだと選択範囲が消えてしまうのでIのほうがよいかと。 from secondlifeさんおぉ!ありがとうございます。似たようなことがこれでできますね。…

Dave Astelの Behaviour Driven Development解説

http://blog.daveastels.com/?p=53 the problem with TDD is that its mindset takes us in a different direction… a wrong direction we need to start thinking in terms of behavior specifications, not verification tests the value of doing this wi…