VOOZH about

URL: https://www.javacodegeeks.com/tag/cdi

⇱ CDI Archives - Java Code Geeks


  • Software Development👁 Image
    OverOpsMarch 23rd, 2020
    0 235

    [New Webinar] Static vs. Dynamic Analysis: Two Foolproof ways to Ensure Your Code is Production-Ready

    Join us for the webinar on Thursday, April 2nd at 11 am PT / 2 pm ET The stakes have…

    Read More »
  • Core Java👁 Image
    Sebastian DaschnerApril 11th, 2018
    0 130

    Strategy Pattern with CDI and lambdas

    The strategy design pattern dynamically chooses an implementation algorithm, a strategy, at runtime. The pattern can be used to select…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Josh JuneauMarch 6th, 2017
    0 167

    JSR 365 Update: Digging Into CDI 2.0

    Contexts and Dependency Injection 2.0 (JSR 365), is an update to CDI 1.2, which is currently part of the Java…

    Read More »
  • Enterprise Java👁 Image
    Belal GalalFebruary 18th, 2016
    0 547

    DynamicReports and JasperReports with JSF, Servlet and CDI

    In this example, I will show how to integrate DynamicReport and JasperReports with Servlet and CDI. Tools: TIBCO Jaspersoft Studio-6.0.4.final.…

    Read More »
  • Enterprise Java👁 Image
    Belal GalalFebruary 17th, 2016
    2 1,632

    Creating JSF/CDI Maven project on Eclipse

    While I was working on a JSF and CDI example, I thought it would be useful to mention the steps…

    Read More »
  • Desktop Java👁 Image
    Ondrej MihalyiFebruary 16th, 2016
    0 170

    CDI events in Swing application to decouple UI and event handling

    After having the pleasure of building my code around CDI for couple of years, it feels very natural to use…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Paris ApostolopoulosOctober 20th, 2015
    0 490

    CDI interceptor of HTTP Request and Header params – simple example

    While developing and evolving a REST API, using Java EE , there are some cases where you would like to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaSeptember 29th, 2015
    0 287

    Native CDI Qualifiers: @Any and @Default

    Let’s take a look at the out-of-the-box qualifiers in CDI There are three qualifiers declared by the CDI specification –…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Mark PaluchSeptember 22nd, 2015
    2 151

    A look on CDI 2.0 EDR1

    CDI is one of the best additions to Java EE of the recent. This opinion is widely shared amongst users…

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