2 dépôts
Automatic creation of OSGi bundle metadata including exported packages and dependency identifiers.
Distinct from Package Manifest Generators: Candidates focus on generic package manifests or deployment bundles; this is specifically for OSGi metadata.
Explore 2 awesome GitHub repositories matching development tools & productivity · OSGi Manifest Generation. Refine with filters or upvote what's useful.
Guice is a Java dependency injection framework and component container. It automates object wiring by mapping interfaces to implementations via a central injector, removing the need for manual factory patterns and constructor calls. The framework provides specialized support for aspect-oriented programming, allowing for the interception and modification of method execution to implement shared cross-cutting concerns. It also functions as a persistence manager to coordinate transaction boundaries and manage the lifecycle of entity managers within a dependency-injected environment. Its core cap
Creates metadata files for archives that define exported packages and imported dependencies during the build process.
Vespa is a distributed search engine, vector database, and machine learning ranking engine. It serves as an AI search platform designed to handle large-scale document indexing and complex query processing across a cluster of nodes, combining keyword retrieval with high-dimensional embedding storage for semantic similarity search. The platform distinguishes itself by integrating machine learning models directly into the search pipeline to perform real-time inference and ranking. It converts these models into ranking expressions to score and order results based on relevance, while providing a s
Packages Java code into OSGi bundles with automatically generated manifests for distributed deployment.