Bean Sheet is an interpreted Java spreadsheet. At its core is Bean Shell, an open source Java interpreter. The potential of marrying a Java interpreter with a spreadsheet allows a single document to be a powerful application in its own right.
A util toolkit which populate the back end form bean from GUI Swing component and vis versa It is intendend to be used as a lightweighted utility without importing massive of third party jar file It is flexible in a way you can add a third part GUI Swing
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;
}
...
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.
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...
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.
Strum: [S]tring [T]emplate [R]enderers [U]tilities and [M]odel adapters is a set of extensions for StringTemplate 4.0 that simplify the process of working with "non-bean" data in string template.
A lib to parse xml to java object in a direct and simple way: you just create your java bean and wire it. No JAXB, no schema. Use your bean property as tag name.
oracle's and google's love child, using the Oracle XE HR schema with the gwt framework that would feature latest and gratest of both like bean validations, RequestFactory, MVP etc..
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.
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.