Thu, 09 May 2024 07:29:56 UTC | login

Information for build simple-jndi-0.11.4.1-10.fc24

ID21242
Package Namesimple-jndi
Version0.11.4.1
Release10.fc24
Epoch
SummaryA JNDI implementation
DescriptionSimple-JNDI is intended to solve two problems. The first is that of finding a container independent way of opening a database connection, the second is to find a good way of specifying application configurations. 1. Unit tests or prototype code often need to emulate the environment within which the code is expected to run. A very common one is to get an object of type javax.sql.DataSource from JNDI so a java.sql.Connection to your database of choice may be opened. 2. Applications need configuration; a JNDI implementation makes a handy location for configuration values. Either as a globally available system, or via IoC through the use of some kind of JNDI configuration facade (see gj-config). A solution: simple implementation of JNDI. It is entirely library based, so no server instances are started, and it sits upon Java .properties files, XML files or Windows-style .ini files, so it is easy to use and simple to understand. The files may be either on the file system or in the classpath.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:33:39 UTC
CompletedSat, 14 Apr 2018 20:33:39 UTC
Tags
f28
f29
RPMs
src
simple-jndi-0.11.4.1-10.fc24.src.rpm (info) (download)
noarch
simple-jndi-0.11.4.1-10.fc24.noarch.rpm (info) (download)
simple-jndi-javadoc-0.11.4.1-10.fc24.noarch.rpm (info) (download)
Changelog * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.4.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.4.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Mar 15 2015 gil cattaneo <puntogil@libero.it> 0.11.4.1-8 - fix Url tag * Wed Feb 11 2015 gil cattaneo <puntogil@libero.it> 0.11.4.1-7 - introduce license macro * Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.4.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 0.11.4.1-5 - Use Requires: java-headless rebuild (#1067528) * Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.4.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.4.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.4.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Apr 06 2012 gil cattaneo <puntogil@libero.it> 0.11.4.1-1 - initial rpm