VOOZH about

URL: https://www.javacodegeeks.com/author/theodora-fragkouli/page/5

⇱ Theodora Fragkouli, Author at Java Code Geeks - Page 5 of 5


  • Enterprise Java👁 java-interview-questions-answers
    Theodora FragkouliJune 10th, 2013
    4 252

    Java EE CDI programmatic dependency disambiguation example – Injection Point inspection

    In this tutorial we shall see how we can avoid programmatic dependency disambiguation when injecting Java EE CDI beans. We…

    Read More »
  • Enterprise Java👁 Image
    Theodora FragkouliJune 4th, 2013
    0 235

    Java EE CDI dependency disambiguation example

    In this tutorial we shall show you how to avoid dependency disambiguation in CDI beans. In CDI we can achieve…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Theodora FragkouliMay 29th, 2013
    6 1,149

    Java EE CDI Dependency Injection (@Inject) tutorial

    In this tutorial we shall show you how to achieve Dependency Injection in CDI managed Beans. In particular, we shall…

    Read More »
  • Enterprise Java👁 Image
    Theodora FragkouliMay 8th, 2013
    0 414

    Java EE CDI Disposer methods example

    This is a tutorial of CDI Disposer methods. In CDI, since a Producer method generates an object that can then…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Theodora FragkouliApril 30th, 2013
    4 1,006

    Java EE CDI Producer methods tutorial

    This is a tutorial of CDI Producer methods. In CDI, a Producer method generates an object that can then be…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Theodora FragkouliApril 17th, 2013
    2 1,186

    Java EE CDI ConversationScoped example

    In this tutorial we shall show you how to create and use a ConversationScoped Bean in a web application. In…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Theodora FragkouliApril 9th, 2013
    1 3,101

    Java EE CDI bean scopes

    Contexts and Dependency Injection (CDI) for the Java EE platform is a feature that helps to bind together the web…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
Back to top button
Close