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.
Try free now
Context for your AI agents
Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.
Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
Beanlib is a utility library for use with JavaBean. Beanlib for Hibernate (beanlib-hibernate) allows developers to easily reuse the same pojo classes for both persistence instances and data transfer objects.
Enables developers to easily build proxies of atom-like interfaces.
Ask yourself how many times you've written (or had an IDE generate) something similar to:
public class AtomImpl implements IAtom {
private String property1;
private int property2;
private boolean property3;
@Override
public String getProperty1() {
return property1;
}
@Override
public int getProperty2() {
return property2;
}
@Override
public boolean isProperty3() {
return property3;
}
...
Generic purpose Java utilities bundled with lightweight components (bean tool, JDateTime for time handling, simple Db access, Madvoc web works, Petite container, Proxetta). Special effort is put into making code simple and fast, and yet feature rich.
Our new software release will dramatically improve your medspa business performance while enhancing the customer experience
AestheticsPro is the most complete Aesthetics Software on the market today. HIPAA Cloud Compliant with electronic charting, integrated POS, targeted marketing and results driven reporting; AestheticsPro delivers the tools you need to manage your medical spa business. It is our mission To Provide an All-in-One Cutting Edge Software to the Aesthetics Industry.
Most of java application developped using the layer paradigm needs to map java beans to java beans. This process is used to exchange data between the different layers of the application. As an example, the well known Data Transfer Object Pattern which is used to transfer data between software application subsystems heavily uses mapping between beans of the different layers Transfer.
The mapping between beans includes :
- Mapping of object fields,
- Complexe property mapping...
the project's goal is to provide a mechanism for recycling entities in Hibernate/Java. when an entity is being deleted, it will be inserted to the Recycle table automatically, and recycled entities can be restored to the main table.
WSNWARE is an open source Java/OSGi middleware, designed for monitoring, controlling and standardizing Wireless Sensor Network. WSNWARE is a normalized message oriented middleware running on (and developed for) any OSGi containers.
A lib to parse xml to java object in a direct and simple way: you just create your javabean and wire it. No JAXB, no schema. Use your bean property as tag name.
The BeanExaminer is a framework to present any java objects in an interactive surface to browse and edit them. A generator is included to create the desired pojo's through a given db connection. In this impl. the Beanexaminer uses hibernate + swing.
Open source Java test library that: 1. Tests getter/setter method pairs of a class. 2. Verifies equals and hashCode methods comply with the Equals Contract and HashCode Contract respectively. 3. Verifies property significance in object equality.
Dozer is a JavaBean to JavaBean mapper. Typically, these Java Beans will be of different complex types. Dozer supports simple property mapping, complex type mapping, bi-directional mapping, as well as recursive mapping.
Easily use interfaces as Java Beans for holding data without implementing a class. These beans support all needed methods like hashCode, equals, toString, property-change-support and can be cloned and serialized. Based on Java dynamic proxies.
Automatic Voice Relay System is a voice-linking system for Amateur Radio that uses APRS and the APRS-Internet System as a signaling channel. AVRS contains a complete set of APRS parsers in a clean, object-oriented Java-Bean library.
xValidator é um projeto java para validação. Utiliza como base o struts validator, contudo, não possui dependência com a camada web. Desta forma, pode ser utilizado para validar qualquer bean declarado em um validation-rule.xml.