Full access to Enterprise features. No credit card required.
What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
Try ServoDesk for free
QA Wolf | We Write, Run and Maintain Tests
For developer teams searching for a testing software
QA Wolf is an AI-native service that delivers 80% automated E2E test coverage for web & mobile apps in weeks not years.
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.
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.
Optimize every aspect of hiring with Greenhouse Recruiting
Hire for what’s next.
What’s next for many of us is changing. Your company’s ability to hire great talent is as important as ever – so you’ll be ready for whatever’s ahead. Whether you need to scale your team quickly or improve your hiring process, Greenhouse gives you the right technology, know-how and support to take on what’s next.
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.