タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

javaとSpringに関するgoingerのブックマーク (2)

  • Java、Springのアノテーションめも - ぺーぺーSEのブログ

    SpringアノテーションをJavaと並べてまとめ クラス対象のアノテーション Springアノテーション @Component SpringDIコンテナにbeanとして登録したいクラスへ付与する bean定義ファイル(.xml)のタグと同じ働き bean名をつけたいときは下記のようにする @Component("name") このアノテーションを使うとこはbean定義ファイルに「」を記述しておくこと @Service @Componentと基的には同じ働きをするが、Service層(ビジネスロジック等)を対象としている Service層とその他のbeanの違いを明確にするために使用する このアノテーションを使うとこはbean定義ファイルに「」を記述しておくこと @Repository @Componentと基的には同じ働きをするが、Persistence層(DAO等のDBアクセスを行

    Java、Springのアノテーションめも - ぺーぺーSEのブログ
  • The Complete Spring Tutorial

    The Complete Spring Tutorial In this tutorial I will show you how you can integrate struts, spring and hibernate in your web application. In this tutorial I will show you how you can integrate struts, spring and hibernate in your web application. Spring framework is developed to simplify the developed of enterprise applications in Java technologies. It is an open source framework begin developed b

  • 1