RECENT POSTS
- Introduction to FreeBSD Security Best Practices
- Working with Package Management in FreeBSD
- Understanding FreeBSD Security Advisories and Updates
- Troubleshooting Common System Administration Issues in FreeBSD
- Tips for Hardening FreeBSD to achieve System Protection
- Setting Up DHCP Server in FreeBSD
- Secure User and Group Management in FreeBSD Systems
- Secure Remote Access with SSH in FreeBSD
- Optimizing System Performance in FreeBSD
- Network Packet Capture with tcpdump in FreeBSD
- All posts ...
Do you have GDPR compliance issues ?
Check out Legiscope a GDPR compliance software, that will save you weeks of work, automating your documentation, the training of your teams and all processes you need to keep your organisation compliant with privacy regulations
Jakarta-commons-discovery
Jul 20, 2023
Java library for locating resources (including classes)
The Discovery Component is about discovering, or finding, implementations for pluggable interfaces. It provides facilities instantiating classes in general, and for lifecycle management of singleton factory classes.
Fundamentally, Discovery locates classes that implement a given Java interface. The discovery pattern, though not necessarily this package, is used in many projects including JAXP SaxParserFactory and others and commons-logging LogFactory. By extracting this pattern, other projects can reuse it and take advantage of improvements to the pattern as Discovery evolves.
Discovery improves over previous implementations by establishing facilities for working within managed environments. These allow configuration and property overrides without appealing to the global System properties which are scoped across an entire JVM.
WWW http//commons.apache.org/discovery/
- Older
- Newer
Checkout these related ports:
- Xdoclet - Java attribute-oriented code generation engine
- Wildfly90 - Replacement for JBoss Application Server
- Wildfly26 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly25 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly24 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly18 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly17 - Java Jakarta EE8 application server developed by Red Hat
- Wildfly16 - Replacement for JBoss Application Server
- Wildfly15 - Replacement for JBoss Application Server
- Wildfly14 - Replacement for JBoss Application Server
- Wildfly13 - Replacement for JBoss Application Server
- Wildfly12 - Replacement for JBoss Application Server
- Wildfly11 - Replacement for JBoss Application Server
- Wildfly10 - Replacement for JBoss Application Server
- Visualvm - GUI tool combining CLI JDK tools and profiling capabilities