Results 1 to 4 of 4

Thread: about JSR-330

  1. #1

    Default about JSR-330

    Who can tell me, Springframework's @Component, @Repository, @Service and @Controller features which correspond to JSR-330 annotations?
    Thanks!
    What is the snow melt? Not water, also do not think that it is spring. In Beijing, the snow is melting the ice

  2. #2

    Default

    @Named is equivalent to @Component (and therefore all the stereotypes that "inherit" from @Component), and @Inject is equivalent to @Autowired.
    Here is a relevant post: http://matthiaswessendorf.wordpress....-jsr-330-part/
    Gabriel Axel
    Sparklix | Blog | Twitter | Github

  3. #3

    Smile

    Thank you!guznik.
    What is the snow melt? Not water, also do not think that it is spring. In Beijing, the snow is melting the ice

  4. #4
    Join Date
    Nov 2010
    Posts
    1

    Default

    The SVN version of Guice supports JSR-330 annotations ("JSR-330 Integration - This documents an experimental, unreleased feature available in Guice SVN only"). Google gives the advise: "For now, stick with Guice's annotations and Provider interface." Guice 2 is a year old now and I wonder if there will be JSR-330 support in the near future. Does anyone know?
    what do u think guys about the application essay?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •