タグ

チュートリアルとJavaに関するPhinlodaのブックマーク (3)

  • 富士通のMDA資料

    SDAS(エスダス)(注1)は、開発期間短縮を実現し、お客様のビジネスのスピードアップに貢献する為の総合システム開発体系です。 新しい「SDAS」は、「短期間・高品質」のシステム開発を実現するとともに、「オープン性・国際標準」「ライフサイクル全般でのシステム最適化」「エンジニアリングとマネジメントを両輪とするプロジェクト遂行」を特長としています。 これにより、システム開発期間を従来と比べ、概ね半減することが可能となり、ITの観点から、お客様のマーケットの動きを先取りしたビジネス展開を支援していくことで、競争優位確保に貢献します。 システム開発を「要件定義」「設計」「構築」「テスティング」の4フェーズに分け、それぞれのフェーズを最短化する開発手法、標準技術に基づくツール群およびテンプレートを適用することで、トータルの期間短縮を実現します。 注1 SDAS: System Developmen

  • Enums

    In prior releases, the standard way to represent an enumerated type was the int Enum pattern: // int Enum Pattern - has severe problems! public static final int SEASON_WINTER = 0; public static final int SEASON_SPRING = 1; public static final int SEASON_SUMMER = 2; public static final int SEASON_FALL = 3; This pattern has many problems, such as: Not typesafe - Since a season is just an int you can

  • WTP Tutorials - JavaServer Faces Tools(Milestone5) Tutorial/title>

    WTP Tutorials - JavaServer Faces Tools Tutorial Summary In this tutorial we will build and execute a JavaServer Faces application, and highlight the features contributed by the JSF Tools Project. By Raghu Srinivasan, Oracle Corporation. May 24, 2006 Introduction In this tutorial we will create and execute a web application with JavaServer Faces capabilities. The WTP JSF Tooling project has provide

  • 1