seasar

doltengでのs2dao使用手順メモ

DBビューワーよりdto,entityを自動生成 hogeテーブルのcodeにひもづくnameを取得するためjoin なselectが必要な場合は、 hogeDto[] = selectWithName() selectWithNameを右クリックでsqlファイル作成 sqlファイル右クリックでhogeDto自動生成 単一テーブルの…

s2daoでコネクションプールを使用しない方法

jdbc.diconのmaxPoolSizeを0にするhttp://s2container.seasar.org/2.4/ja/jdbc.html接続先のストアドコンパイルがちょくちょくあるようなケースは便利 コンパイルエラーにならなくても、つなぎっぱなしだとこけるんで

Teedaメモ

TeedaでJavaScriptの出力を抑止 http://suz-lab.blogspot.com/2008/09/teedajavascript.html最近作ったConverter(Teeda)いろいろ http://feeds.feedburner.com/~r/suz-lab/~3/401820760/converterteeda.htmlTeedaのSelectOneMenuでMapをそのまま使う http://…