VOOZH about

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

⇱ CDI Archives - Page 2 of 5 - Java Code Geeks


  • Enterprise Java👁 Image
    Markus EiseleJuly 21st, 2015
    0 150

    Using JPA And CDI Beans With Camel on WildFly

    I didn’t really plan for it, but with a conference free month, I had the chance to dig around a…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ioannis CanellosJune 18th, 2015
    0 160

    Injecting Kubernetes Services in CDI managed beans using Fabric8

    Prologue The thing I love the most in Kubernetes is the way services are discovered. Why? Mostly because the user…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Rodrigo UchoaMarch 17th, 2015
    1 368

    CDI & EJB: Sending asynchronous mail on transaction success

    Hello again! :) This time I’ve chosen a common task that most of the time, in my opinion, is done…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 25th, 2015
    0 119

    Simplifying JAX-RS caching with CDI

    This post explains (via a simple example) how you can use CDI Producers to make it a little easier to…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Markus EiseleFebruary 19th, 2015
    0 131

    Playing with Weld-Probe – See All of your CDI Aspects in One Place

    Weld 3.0.0.Alpha4 was released, while I’ve been sitting in a conference room at DevConf.CZ. More or less next to Jozef Hartinger (…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaFebruary 15th, 2015
    0 130

    Integrating CDI and WebSockets

    Thought of experimenting with a simple Java EE 7 prototype application involving JAX-RS (REST), WebSockets and CDI. Note: Don’t want…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaJanuary 4th, 2015
    2 133

    Java EE Interceptors

    History I think it’s important to take a look at the evolution of Interceptors in Java EE because of the…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Abhishek GuptaDecember 16th, 2014
    0 86

    Updates on CDI 2.0

    CDI 2.0 is the next version of Contexts and Dependency Injection for the Java EE Platform and a candidate for…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Mohamed SanaullaSeptember 7th, 2014
    3 224

    Simple Aspect Oriented Programming (AOP) using CDI in JavaEE

    We write service APIs which cater to certain business logic. There are few cross-cutting concerns that cover all service APIs…

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