Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: JNDI Datasource v/s Regular Datasource

  1. #11
    Join Date
    Mar 2011
    Posts
    166

    Default

    but how about for standalone spring projects

  2. #12
    Join Date
    Aug 2006
    Location
    Now Germany, previously Ukraine
    Posts
    1,546

    Default

    Quote Originally Posted by JohnTheDroider View Post
    but how about for standalone spring projects
    Typically there is no JNDI service to use. So a regular datasource.

  3. #13
    Join Date
    Sep 2012
    Posts
    6

    Default

    I am looking for the same question. I am writing a Spring Standalone project and my firm does not wanted the database information in a config file or the java code. So I want trying to find out if I can you JNDI for this like my web apps

Posting Permissions

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