タグ

JSFに関するdio28のブックマーク (4)

  • JSF バリデーション

    作成 2004/4/26 バリデーションのメモ バリデーションは、入力値のチェックの仕組みです。 バリデーションはバリデータクラス、あるいはバリデートメソッドを指定することで実行します。 デフォルトのバリデートクラスもいくつかあります。 デフォルトのバリデータ 次の3種類のバリデータはJSFにデフォルトで組み込まれており、 JSPタグ中に指定するだけで利用できます。 validateLongRange クラスタグ 簡単な例 例えば、文字列の長さをチェックするLengthValidatorは次のように使用します。 <h:form> <p>a: <h:inputText value="#{hoge.s}" <f:validateLength maximum="8"/> </h:inputText> <p><h:commandButton value="GOGO" action="val2"/>

    dio28
    dio28 2006/07/21
  • Enterprise Software Development Company | Exadel

    Building Transformative Solutions Together We are a digital transformation services and product engineering company that looks beyond the code to understand the impact our customers want to make in their industry and business and then help them get there from ideation to engineering and adoption. Everything Starts With the Right Ideas For us, the first step is working together to come up with the

    Enterprise Software Development Company | Exadel
  • Eclipse を用いた JSF/Spring/Hibernate プラグイン勉強会

    © 2005 by NTT COMWARE CORPORATION; made available under the EPL v1.0 Eclipse を用いた JSF/Spring/Hibernate プラグイン勉強会 2005年6月17日、NTT幕張ビル J2EE フレームワーク、JSF/Spring/Hibernate は急速に普及が始まっています。今回は、JSF/Spring/Hibernate をベースにした開発のステップと、そこで利用できる代表的な、フリーの Eclipse プラグインを紹介します。 ツールを勉強するなら、まず使ってみることです。しかし、これらプラグインを試したくても、開発対象となるソースコードがないと、プラグインを動かせません。サンプルプログラムは、ある程度の大きさがないとツールの効果をイメージできません。Strutsならサンプルもたく

  • [Java]Webフレームワークの比較

    @ [Debian]Ctrl+Alt+Deleteでタスクマネージャ起動 Gnomeではタスクマネージャはシステムモニタと呼ばれる。gnome-system-monitorをインストールし次のコマンドを叩くと、Control+Alt+Deleteでシステムモニタが起動するようになる。 $gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete" $gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor" @ [Debian]コントロールパネル gnome-control-centerがデフォルトのメニューに入っていないな。メニューのカ

  • 1