VOOZH about

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

⇱ JNDI Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Javin PaulApril 19th, 2018
    0 1,557

    How to setup JNDI Database Connection pool in Tomcat – Spring Tutorial Example

    Setting the JNDI Database Connection pool in Spring and Tomcat is pretty easy. Tomcat server documentation gives enough information on…

    Read More »
  • Enterprise Java👁 Image
    Christian GrobmeierNovember 14th, 2016
    0 1,099

    Create JNDI resources for JUnit testing using Spring

    Until recently, I had static methods setting up my in memory database (HSQLDB). I called these methods in setUp/tearDown of…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Manu PKMarch 31st, 2014
    0 241

    Integration Testing for Spring Applications with JNDI Connection Pools

    We all know we need to use connection pools where ever we connect to a database. All of the modern…

    Read More »
  • Enterprise Java👁 Image
    Mike MillerMay 19th, 2013
    1 168

    JBoss AS7 JNDI & EJB 3.1 Naming changes

    As a result of the “feature train” continuing to march on and us not keeping our software stack up-to-date, our…

    Read More »
  • Enterprise Java👁 Image
    Dinuka ArseculeratneApril 23rd, 2012
    0 372

    Setting up JNDI with Jetty (Embedded)

    I was running embedded Jetty on my developmentwork-space saving some time on vicious cycle of compiling and deployment. I have…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Maria JurcovicovaApril 19th, 2012
    1 313

    JNDI and JPA without J2EE Container

    We wanted to test some JPA code with as simple setup as possible. The plan was to use only Java…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Byron KiourtzoglouJune 23rd, 2010
    7 925

    Spring 3 RESTful Web Services

    Spring 3 provides support for RESTful Web services. In this tutorial we will show you how to implement a RESTful…

    Read More »
  • Enterprise Java👁 Image
    Byron KiourtzoglouJune 15th, 2010
    4 484

    Spring 3 HornetQ 2.1 Integration Tutorial

    Utilize the new ultra high performance messaging system from JBoss through Spring framework. HornetQ is an open source project to…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Byron KiourtzoglouMay 22nd, 2010
    0 167

    JBoss 4.2.x Spring 3 JPA Hibernate Tutorial Part #2

    We continue our tutorial about Spring 3, Hibernate, JPA and JBoss 4.2.x – 4.3 integration. The last step is to…

    Read More »
  • 1
  • 2
  • »
Back to top button
Close