Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Our Free Plans just got better! | Auth0
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
CrossContext is an independent abstraction of request, session and application contexts. It removes compile-time dependency on particular context implementation (ex: Servlet API),simplifies your code, adds persistence and distributed locking possibilities
BoldSoap Framework (BSF) is a lightweight Web Services integration framework based on the idea of Dependency Injection and AOP. Instead of transforming XML like MS-BizTalk or IBM WBISF, BSF uses AOP weaving based on WSDL to create dynamic call.
The Dependency Tool is a java application to analyze the
dependencies of packages and classes in java projects. The results
will be represented as graphics or as reports. It is useful for project comprehensions, reverse engineering, quality assuarance.
This project provides an ANT task and an API to analyze the dependencies between Java class files. It's different from the similar tools existing for ANT as it only compiles the classes affected by your modifications and work with any bytecode compiler.
Action-driven component-oriented web application framework based on Model-View-Controller (MVC) architecture. Goals: minimum complexity & dependency on the framework API, maximum power, reliability and conformance to common standards.
Greebo is an Ant task for making developer's life easier by downloading and managing non-source dependency files from a (possibly networked) source, to a specified local repository, much like Maven.
AntViz is a graphical Ant-script-dependency viewer and -debugger,
implemented as a jEdit-plugin.
All targets and their dependencies are displayed as a directed graph.
Step-through debugging of targets is possible.
javam is a make utility for Java projects that can automatically generate its own dependency file in a cross-platform XML format. It is a method of building Java projects that can be as simple as using "javac" and still handle large systems.
Total Network Visibility for Network Engineers and IT Managers
Network monitoring and troubleshooting is hard. TotalView makes it easy.
This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
This project is to package the existing Java Qt bindings with prebuild binaries, docs, faq and sample codes. Also we will remove any dependency with any OS & WindowManager. This will enable a pure cross-platform access to the Qt widget toolkit in Java.
Provides quick transformation from yaml to Java Objects
Provides quick transformation from .yaml or .yml files in classloader or filesystem to java class instances.
GitHub: https://github.com/DeMmAge/Simple-Yaml-Transformer
Library based on snakeyaml: https://mvnrepository.com/artifact/org.yaml/snakeyaml
Add Jitpack repository in <repositories> section in pom.xml:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add Simple-Yaml-Transformer dependency:
<dependency>
<groupId>com.github.DeMmAge</groupId>
<artifactId>Simple-Yaml-Transformer</artifactId>
<version>1.0.0</version>
</dependency>
Spider is a Java framework for creating web applications. Its major design goals are are testing, reducing boilerplate code, avoiding static state through dependency injection, strict M-V-C separation and convention over configuration.
Java Enterprise Application which provides web services and database persistence models using JEE standards such as JAX-WS and JPA, using dependency injection provided by Spring Framework. Designed to serve as starting point for JEE development.
Hibernate Injector is an extension which enables dependency injection for managed entities. The motivation has come from the need to enable rich domain models, using Hibernate. HInjector works with Pico, Spring, Guice and even with your own DI provider.
Automated Linguistic Analysis, with both monolith and cluster versions
Sample application showcasing usage of technologies such as:
* OSGi R7 Promises for asynchronous generation of transcriptions and linguistic analyses
* OSGi R7 Push Stream and JAX RS Server Sent Events for push notifications of processing status
* Apache Camel 2.23.1 and RabbitMQ 3.7 for asynchronous communication between services
* JPA 2.1 and Hibernate 5.2.12, along with OSGi R7 JPA and Transaction Control services, for persistence layer
* OSGi R7 HTTP and JAX RS Whiteboard for...