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.
Sign Up Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
The Java Light Component Framework (JLCF) is a framework for developing modular applications for the java language. It allows designing an application using building blocks with well-defined inputs and outputs (aka software components). Using this well-defined modular approach, the application has a clear and explicit design which facilitates the development and maintenance of a software system.
JLCF focuses on usability on a simple programming model and also provides advanced features...
QuickServer is an open source Java library/framework for quick creation of robust and multi-threaded, multi-client TCP server applications. With QuickServer one can just concentrate on just the application logic/protocol on hand.
Climax is a Java command line argument parser framework that allows you to create and customize your own command line interface. The command line help and version information can be customized using built-in Apache-Ant-like properties.
DIFFUSIVE HAS MOVED TO GITHUB: http://robphilipp.github.com/diffusive
The goal of diffusive programming is to make task-oriented distributed computing easier by separating the execution logic from the distribution logic. Diffusive programming, defined by a set of six principles, is an approach for performing method-level, task-oriented distributed computing. In diffusive programming, any method can be marked for distribution, regardless of its signature. And marking a method is necessary and sufficient for its execution to be distributed. ...
Web application framework for business logic oriented programming.
The overall goal of the framework is to provide easy to use, configurable and business logic oriented development of web application, which is flexible and agile for future enhancements and base lining for other web application.
Also with the framework, reusability and localization of multi-scope (e.g. multi-country) business logic is easy to implement and understand by the developers and production support.
The framework only applies to web applications using Java 6 or later version. ...
Serializable Data Transfer Object/Generic Dao for J2EE
....: Any component in any J2EE functional chain can access to DTO if they know the key key_i.key_ij.key_ijk.... for object access. This project helps to decouple the data, business logic and persistence logic allowing portability between different frameworks gently.
Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
A powerful 100% JAVA flat file processing ORM framework. Giving the ability to abstract the processing of flat files from business logic, using Hibernate style mapping constructs. Supports fixed length and delimited (e.g CSV) file formats.
ReSpecT (Reaction Specification Tuples) is a logic-based language for distributed system coordination. ReSpecT is based on a coordination model exploiting tuple centres as first-class, general-purpose coordination media.
AppSignal starts at $23/month with all features included. No overages, no hidden fees. 30-day free trial.
Tired of monitoring tools that punish you for scaling? AppSignal offers transparent, predictable pricing with every feature unlocked on every plan. Track errors, monitor performance, detect anomalies, and manage logs across Ruby, Python, Node.js, and more. Trusted by developers since 2012 with free dev-to-dev support. No credit card required to start your 30-day trial.
PROJECT MOVED TO https://nortal.github.io/araneaframework/
Aranea is a Java Hierarchical Model-View-Controller Web Framework that provides a common simple approach to building the web application components, reusing custom or general GUI logic and extending the framework.
XUL4Java is a XML UI Framework built upon Java, that lets you build feature rich, cross platform applications across Hetrogenous Architecture, building rich client, desktop , web and mobile application. 'Created For Once And For Ever '
A framework for all-platform GUI-development based on completely separating business from presentation logic and introducing methods of abstraction that allow stepwise refinement of the GUI-definition.
Java lightweight database abstraction layer,built on jdbc to provide ease of use database access. Consentrate on implementing logic without having to think about opening /closing connections,manage connection pools etc which is handled behind the scenes.
Allows developers to create Java software on the pattern based approach. Programmer won't implement infrastructure for patterns but would use the ready ones. JPattern is a contract pushing developer to implement the logic in the terms of known patterns
Blazing fast template engine. Created for the web, but can be used for other purposes. Logic-less, Small footprint, speed and full flexibility are outstanding features of this library. PHP and a Java versions. Other platforms will be available.
LogicAnalyzer is a framework as well as an application to operate a PC based logic analyzer. It's built using the Eclipse RCP and designed with extensibiliy in mind. Integrating new devices or creating completely new functionality is easy.
...This framework allows developers to design text application (e.g. survey, interactive console), running in GUI and text-only environment using the same content and flow logic.
This is Java based game framework plus an implementation for a Texas Holdem poker game. The framework allows for the creation and distribtution of games in a manner similar to big poker houses, like PokerStars and FullTillt. site at www.trapoula.net
Based on the widely used framework:Springframework,Supplied one solution for presentation layer which intergrate the service concept with the common AJAX. Without considering complex javascript code and serverside logic just define the extend attributes.
Struts-Wrapper is an extension to the Struts web development framework. It encapsulates the Struts business logic in a Spring based webapplication to use it as a component in Spring and as standalone Struts Application at the same time.
HongaBongaFramework is a light weight front tier library for the J2EE Architecture.
You can configure the controller logic and bean management through the configuration file.
It comes with a basic set of tag library.
A Patterns based Java Server Application framework. Designed to enforce MVC, it provides business logic abstraction through the Application and Front Controller patterns, command objects, view mapping, and more over J2EE HTTPServlet & MUSCLE Protocols.
Framework provides functionality to easily manage, validate and create usage data for runtime java commandline options. This gives more time for the developer to concentrate on business logic.
A technology stack neutral adaptive framework designed to allow application logic to be decoupled from concrete technology stacks. This allows applications logic to be reconfigured and redeployed on a variety of stacks.
This project is an attempt to solve issues we face while using hibernate.Currently solving these four problems: 1)Updating object delete null data. 2)Projection returns list of object[] instead of pojo. 3)Don't write HQL 4)Paging logic rewrit