Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Auth0 B2B Essentials: SSO, MFA, and RBAC Built In
Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.
Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
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.
RAK Modules Management System is a general purpose packaging, dependency tracking and versioning system for Java. It can be use for single jars as described by Java JARs versioning documents, or for whole applications via appropriate tagging mechanism.
Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform.
Geographic restrictions, eligibility, and terms apply.
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.
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.
NetGraph is a collection of java classes and beans that can visualize common network and dependency graphs. These graphs are built of nodes and connections between the nodes. See homepage for details.
fedg extracts knowledge and relevant events in chinese texts to generate Feature Event Dependency Graph.FEDG is a knowledge representation model,meaningful for latent knowledge discovery and efficient reasoning.
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>
Supertagging is a process of statistical lexical disambiguation, preprocessing step to parsing, which assigns LTAG tree categories to the lexical items present in the input sentence. Thus, if the input sentence is in the form of a dependency tree, the task of the supertagger is to assign the most probable TAG family to each node and edge in the dependency tree.
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.
GraphSpider is a pattern matcher which searches parsed text in phrase-structure tree or dependency graph format for syntactic structures matching a set of patterns in MPL, a regexp-like pattern language. Applications: information extraction, text mining.
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.