Showing 143 open source projects for "java bean"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 1
    Row-Bean

    Row-Bean

    CSV reader writer - bean mapping - easy bean extraction from CSV file

    Row-Bean is a CSV-Bean JAVA API . Row-Bean provides CSV reader an writer. More ever provides a mechanism to map csv file content to java beans and revers. For each use, a XML description must describe the wished mapping. Another possibility consists in use Annotations. Use under maven : <!-- row bean with annotations --> <dependencies> <dependency> <groupId>net.sf.csv-bean</groupId> <artifactId>row-bean-annotations</artifactId> <version>1.1.0</version> </dependency> </dependencies> <!...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Juffrou

    Juffrou

    Java Utilities Framework For the Rest Of Us

    Juffrou stands for Java Utilities Framework For the Rest Of Us and is a collection of useful classes or mini frameworks to help the java developer. Checkout the juffrou-reflect module if you are into performant java bean handling. There is also an xml marshaller / unmarshaller which is easy to use and has cool features like the Simplified Marshalling of nested beans.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Simple Pojo/Bean Mapper

    An ANT task to generate the conversion classes to allow you to create

    The original use for this was to take data out of a set of Hibernate DAO objects and create a variety of XML DOM objects from them. In the project that instigated this work the mapping between the DAOs and the XML DOM was not one for one and encoding the conversion into the DOAs was not a good idea. While at first sight this may seem similar to dozer (http://dozer.sourceforge.net) the primary difference is that this is code generation and does not have the overhead of using introspection at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Objectwiz

    Objectwiz

    Administration tool for JEE applications

    Objectwiz is a an administration tools for JEE 6 applications. Once Objectwiz is installed (one jar and two xhtml files) in the application, administrator can perform the following operations: - display all objects of a particular entity bean, - create/edit entity beans objects, - call methods from the session beans, - launch EJBQL query
    Downloads: 0 This Week
    Last Update:
    See Project
  • Lightspeed golf course management software Icon
    Lightspeed golf course management software

    Lightspeed Golf is all-in-one golf course management software to help courses simplify operations, drive revenue and deliver amazing golf experiences.

    From tee sheet management, point of sale and payment processing to marketing, automation, reporting and more—Lightspeed is built for the pro shop, restaurant, back office, beverage cart and beyond.
    Learn More
  • 5

    coffeepot-bean-wr

    It is a simple Java framework for marshalling Java beans to flat file

    Coffeepot-bean-wr is a simple Java framework for marshalling Java beans to flat file. Features: - Support for delimited and fixed length formats. - Uses Java annotations for mapping. - Custom type handlers are supported. Source: https://github.com/jom76/coffeepot-bean-wr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Fastjson is a JSON processor (JSON parser + JSON generator) written in Java.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7

    BeanEqualsChecker

    Java library can be used in JUnit testcases for beans coverage

    Java library can be used in JUnit testcases for java bean classes coverage. Suitable for check methods: "equals", "hashCode", getters and setters. Similar with "https://sourceforge.net/projects/meanbean". Base usage: BeanEqualsChecker checker = new BeanEqualsChecker(); checker.testEquals(MineBean.class); For constructor with parameters, factory can be used: checker.testEquals(MineBeanWithConstructor.class, new EqualBeanFactory<MineBeanWithConstructor>() { @Override public MineBeanWithConstructor create() { return new MineBeanWithConstructor(1,""); } }); Custom validators, primitive generators can be added "BeanEqualsConfiguration". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Project to be used in Brazil to write file in accordance to local regulations. Este projeto é um mapeamento de classes Java para formatação e gravação do arquivo texto no layout definido para o SPED Fiscal. Documentação técnica e layout: http://www.fazenda.gov.br/confaz/confaz/Atos/Atos_Cotepe/2008/ac009_08.htm Utilizando JDK 1.7 Dependência: coffeepot-bean-wr - https://sourceforge.net/projects/coffeepotbeanwr/ Source: https://github.com/jom76/coffeepot-br-sped-fiscal
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Project to be used in Brazil to write file in accordance to local regulations. Este projeto é um mapeamento de classes Java para formatação e gravação do arquivo texto no layout definido para o SINTEGRA. Projeto baseado em Maven. Utilizando JDK 1.7 Dependência: coffeepot-bean-wr - https://sourceforge.net/projects/coffeepotbeanwr/ Documentação técnica e layout: http://www.sefaz.es.gov.br/LegislacaoOnline/lpext.dll/InfobaseLegislacaoOnline/ricms%20-%20dec%201090-r/08%20-%20anexos/090-anexo%20xxxvi.htm?...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Inventors: Validate Your Idea, Protect It and Gain Market Advantages Icon
    Inventors: Validate Your Idea, Protect It and Gain Market Advantages

    SenseIP is ideal for individual inventors, startups, and businesses

    senseIP is an AI innovation platform for inventors, automating any aspect of IP from the moment you have an idea. You can have it researched for uniqueness and protected; quickly and effortlessly, without expensive attorneys. Built for business success while securing your competitive edge.
    Learn More
  • 10
    A small swing calendar bean for displaying monthly, weekly and daily items. The purpose of the bean is to provide an as flexible as possible reusable gui calendar component. The extensible toolbar provides view selection and navigation. Items can be edited in any of the views; status, start and & times and description can all be modified. The bean can be installed into most IDEs as it follows the JavaBean standard. See the wiki for instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    LightJ Framework

    set of light java APIs for workflow, DAL, config and many more

    ...Run mvn clean install (now with mysql supported) Top Modules ====== 1. session: light weight workflow session, bean defined workflow, spring friendly, see /src/test/java/org/lightj/session/TestFlowSession.java for example 2. schedule: quartz based scheduler module, see /src/test/java/org/lightj/schedule/TestScheduler.java for example 3. config: application config management, allow base config, environment and host override, annontation (@XmlConfig) link xml config to java constant for easy reference, runtime config change, see /src/test/java/org/ligh
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    BeanPot is a very simple Java bean container with dependency injection based on an XML configuration file. Think of it as a mini-Spring. It depends on a small subset of Apache Jakarta Commons utilities, in particular commons-configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A simple java package which provides an annotation, an interface and utility class for the purpose of making it easy to create toString() methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    JavAjax is now at 1.4 beta version, for downloads and documentation please visit http://www.javajax.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Swing GUI  Bean Form Binding
    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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    atomproxy

    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; } ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Record the state or behavior of live Java objects for playback during unit testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Jodd
    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.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    beantobean

    Java bean to java bean mapper

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A small program written in Java for university, that handles simple address entries with a bean
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    wsnware
    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Provide an Enterprise Java Bean to access WordNet database
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JamaicaSql
    Jamaica is a simple and light but powerful utility to execute sql statements, scripts etc. written entierly in java.
    Downloads: 0 This Week
    Last Update:
    See Project