[wildfly-dev] New WildFly Naming Client library repository
David M. Lloyd
david.lloyd at redhat.com
Thu Jul 23 19:11:05 EDT 2015
I've published the new naming client library to GitHub under the WildFly
org [1].
Features include:
* ServiceLoader-based naming providers off of a common initial context
* Implementation of the remote-naming protocol using new Remoting
connection management
* Support for wildfly-client-config configuration file
* Proper support for federation
* Useful base classes for easily implementing naming subtrees with or
without federation support
The new EJB client library is already using this support for its "ejb:"
scheme, cutting down that project's naming code by an appreciable
fraction. As part of the server integration, it is likely that this
will be layered in to the server JNDI system.
Still TODO:
* Per-request security and transaction propagation for the remote naming
protocol
* Stabilized dependencies so I can tag a release
[1] https://github.com/wildfly/wildfly-naming-client
--
- DML
More information about the wildfly-dev
mailing list