Showing 95 open source projects for "crud java"

View related business solutions
  • The leading customer data platform, powered by CustomerAI Icon
    The leading customer data platform, powered by CustomerAI

    For every company that needs a customer data foundation

    Twilio Segment’s Customer Data Platform (CDP) provides companies with the data foundation that they need to put their customers at the heart of every decision. Per IDC, it’s the #1 CDP in worldwide market share four years in a row (2019-2022). Using Twilio Segment, companies can collect, unify and route their customer data into any system where it’s needed to better understand their customers and create seamless, compelling experiences in real-time. Over 25,000 companies use Twilio Segment to make real-time decisions, accelerate growth and deliver world-class customer experiences.
  • Coding Tests and Assessments for Hiring at Scale Icon
    Coding Tests and Assessments for Hiring at Scale

    For companies that hire engineers

    We help fast-growing companies #GoBeyondResumes in technical recruiting by structuring, automating, and scaling interviews with our technical assessment platform
  • 1
    Elide

    Elide

    Elide is a Java library that lets you stand up a GraphQL/JSON-API

    Model-driven {json:api} & GraphQL web services for CRUD and Analytics. Elide is a Java library that enables you to stand up JSON API or GraphQL web services in 4 simple steps. Define a JPA annotated model including relationships to other models using Java, Kotlin, Groovy, and other JVM languages. Control access to fields and entities through a declarative, intuitive permission syntax. Make instances of your new model accessible through a top level collection or restrict access only through...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Spring Data R2DBC

    Spring Data R2DBC

    Provide support to increase developer productivity in Java

    Provide support to increase developer productivity in Java when using Reactive Relational Database Connectivity. Uses familiar Spring concepts such as a DatabaseClient for core API usage and lightweight repository-style data access. The primary goal of the Spring Data project is to make it easier to build Spring-powered applications that use new data access technologies such as non-relational databases, map-reduce frameworks, and cloud-based data services. Spring Data JDBC, part of the larger...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    MyBatis Generator

    MyBatis Generator

    A code generator for MyBatis

    This is a code generator for MyBatis. This library will generate code for use with MyBatis. It will introspect a database table (or many tables) and will generate artifacts that can be used to access the table(s). This lessens the initial nuisance of setting up objects and configuration files to interact with database tables. MBG seeks to make a major impact on the large percentage of database operations that are simple CRUD (Create, Retrieve, Update, Delete).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Portofino

    Portofino

    Create a webapp from an existing database in 30 seconds - Java/Groovy

    Portofino is a free and open source web platform that helps developers create outstanding enterprise applications by addressing three specific needs: productivity, features and architecture. Among its features: content management, CRUD, database connectivity, calendars, charts, security and easy customization using Groovy.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Intuitive CMMS for the connected workforce Icon
    Intuitive CMMS for the connected workforce

    Enhance the efficiency of your maintenance operations with CHAMPS Software.

    CHAMPS CMMS is a functionally comprehensive and advanced solution that allows organizations to manage and optimize their maintenance operations while increasing productivity.
  • 5

    jsf project generator

    Skelton of Springboot/JSF application with a crud generrator

    jsf project generator is a generator for Springboot jsf / primefaces web application. The project offers a skelton of a typical web app using the above technolgies and offers also a generator (a jar) for CRUD database operations. Users have only to write Entities or models, then the generator will do the whole the job by generating the view layer, the backing beans, services and dao classes. The generate tree by the generator have to be copied into the application folder. Jsf...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    The Black Toolkit

    The Black Toolkit

    RAD Tool and IDE for PHP, JSP, ASP, C++ and Java Swing

    The interface supports drag and drop HTML components, javascript and scriptlet events, and generate a very fast code, with no additional softwares layers or libraries. You can put your libraries, like jQuery. The generated code works with all browsers. You can create and debug Applets or Java Swing applications easily with the Visual Editor of the tool. Build C++ applications.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7

    PrestoSQLite

    Simple and powerful java ORM for sqlite database

    PrestoSQLite is the best ORM for sqlite written in java. It can map database tables with EntityAdapter class, which you can use to build sql query or if you don't like handling sql language you can only use entity class which provides functions to read, save and delete data from tables (CRUD) . Also with SQLiteQueryAdapter you can read data using complex query statements without directly using the sql language. To finish using the SQLBuilder class you can have your query written to be used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    minuteProject

    Reverse-engineering tool

    MinuteProject is reverse-engineering tool. It generates application stacks for opensource technologies. Backend technologies: iBatis, Hibernate, JPA, JPA2, springframework. REST: JEE-jersey, CXF, springMVC. Front-end: Openxava, Grails, Play. Methodology: FitNesse. In incubator: vaadin, jsf-primefaces, jooq, rails.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Libre-3

    Libre-3

    Job Board

    Libre-3 (Libre free) Opérations :Grillons, Crickets, Sauterelles #Tanach Web-APP core architecture #JAVA EE7 #EJB3 #Eclipselink #MVC #JSF2.2 #Glassfish #MOJARRA Presentation #Facelet,#jquery #bootstrap Security #JAAS three #REALMs
    Downloads: 0 This Week
    Last Update:
    See Project
  • Employee Productivity Tracking and Workforce Analytics Platform Icon
    Employee Productivity Tracking and Workforce Analytics Platform

    Employee monitoring software with screenshots

    Employee monitoring application for businesses of all sizes. Tracks productivity for in-office, remote, and hybrid workers. Provides analytics and data on how to improve your team. Keeps your team accountable. World-class security.
  • 10

    Java Address Book - JAddressBook

    A small address book written in Java

    A small address book written in Java. This project's goal is to demonstrate the creation of a small database based application (CRUD application) in the most simple way. In a deeper use, this project demonstrates the impact of an extreme normalization of the ER schema which results in an augmentation of database tables number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Sormula

    Java ORM

    Simple (Easy) Object Relational Mapping for Java Sormula is a Java library that moves data between Java objects and relational database tables. * Easy to Use * Simple to Understand * Minimal Configuration * Portable It provides select, insert, update, and delete, and many other common operations. One-to-one and one-to-many cascading for unlimited levels. Simplified IN operator parameter as java.util.Collection. Custom conversions between any Java class/type and column type...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    KittyORM

    KittyORM

    KittyORM is an ORM library designed for use with Android and SQLite.

    KittyORM is an Object-Relational Mapping library designed for use with Android and SQLite. It implements Data Mapper pattern design and its main purpose is to simplify interaction with SQLite database in Android applications. Written in Java 7 it supports devices from API level 9 Android. Main features we want to achieve with KittyORM are: * simple and clear API; * high flexibility of working with model POJO files via database mappers that grants you an ability to focus on your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    APISudPersistence

    APISudPersistence

    APISudPersistence, é uma API de mapeamento parecida com o Hibernate, podendo mapear um atributo de uma entidade com as colunas de uma tabela, realizando a persistência dos dados, sem a necessidade de criar sql de insert. etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    PrimeFaces CRUD Generator for NetBeans

    Generate PrimeFaces Pages from Entity Classes in NetBeans

    This module provides a forked version of the JSF Pages from Entity Classes wizard inside NetBeans but produces PrimeFaces JSF pages with page layout, menu and dialog boxes. The page style is inspired by Emre Simtay's blog "Simple CRUD Web Application with JSF 2.1, PrimeFaces 3.5, Maven and JPA".
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15

    HBase Data Browser

    A simple GUI interface to HBase Database

    HBase Manager provides a simple GU Interface to interact with HBase Database. With HBM we can do all the basic actions like Table Create/Alter/Drop/Truncate and Data Modifications like Insert/Delete/Update. The Scan Operation can be fully customized with Filters and custom scan range also. *Current build supports HBase 1.2 with Java 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    SugarOnRest

    SugarCRM/SuiteCRM Java REST Client

    SugarOnRest is a Java SugarCRM CE 6.x/SuiteCRM 7.x API client. SugarOnRest is a UniRest Java implementation. It is a Restful CRUD client that implements the SugarCRM module Create, Read, Update and Delete functionalities. SugarOnRest implements following SugarCRM REST API method calls: oauth_access, get_entry, get_entry_list, set_entry, set_entries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SmarTree

    SmarTree

    Smart Swing JTree evolution

    An extension of the class javax.swing.JTree with a lot of improvements and utilities.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    fxDB

    fxDB

    A framework to create CRUD applications with EclipseLink and JavaFX.

    This framework helps you to create a Java application to Create, Retrieve, Update and Delete data in a database using EclipseLink and JavaFX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BeigeERP

    BeigeERP

    JEE based ERP system.

    This project is deprecated. New project - https://sourceforge.net/projects/beige-accounting WEB based ERP that works on a standard JEE server as well as on A-Jetty (Jetty 9.2 adapted for Android that can run precompiled JSP/JSTL) This project also contains: * Beige-ORM is lightweigt multi-platform (JDBC/Android) ORM library. It supports Postgresql, H2 and SQlite. * Beige-WEB is CRUD interface based on standard JEE MVC (servlet, JSP, JSTL) and AJAX, JSON. It renders forms (include entity...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Schedule Creator

    A class schedule creator

    A semester long project with a fully implemented CRUD system. A java-based GUI project where it keeps track of semesters, classes, assignments, assignment grades, class grades, GPA, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    sqlite database manager

    sqlite database manager -sqdatabase - free powerfull database manager

    sqlite database manager -sqdatabase- free powerfull database manager. With this application you can make your crud operation (insert update delete read) and tou can run your sql code or if you want to work with excel with database advantages you can use this application import your excel file or sql file and that is all !! And new version 3 came!! With version 3 added pagination ! some bugs fixed now sqdatabase more stable and fast
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Easy HTTP: Easy Web Service Support

    Easy HTTP: Easy Web Service Support

    Classic Web Service Support

    With all of the hoopla over Web Services, you would think that servicing user requests over HTTP was something new. While we all may have lots of experience with REST, JSON, XML, SOAP, WSDLs, HTTPS, and even EDI ... but at the end of the day, it all comes down to legacies, security, and performance? So while big companies might have billions of dollars to spend re-writing their back end web legacies, those of us who want to seamlessly automate a simple set of CRUD operations to our...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An MDA(model driven architecture) tool to generate a complete web / mobile app from a UML model. Will generate high quality , best practices compliant code from UML model for all tiers of an enterprise application i.e. presentation, persistence, plumbing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Javaphpclases

    java php crud clases poo pdo

    estoy construyendo un programita en Java (con netbeans) para automatizar la creacion de clases php, lo que hago es hacer una consulta de las tablas de la base de datos que me interesa y creo las clases php con sus getter, setters, atributos, constructor, CRUD de datos en las tablas. todavia le falta algunas cosas, como generar select desde el GUI pero lo voy a hacer este fin de semana... si a alguien le apetece mejorarlo o agregarle cosas me sentiria muy a gusto recibir sus quejas y/o...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    HibernateRepository

    An implementation of Repository pattern by means of Hibernate.

    The project provides an implementation of REPOSITORY PATTERN using HIBERNATE for data access. The a goal of this project is to provide an EASY TO USE API that allows to write most of CRUD operations you will need in development of end user applications in ONE LINE OF CODE even for developers who are unfamiliar with Hibernate. We provide a well tested set of CRUD operations which were assembled in more than 4 years of refactoring of projects of our clients. Instead of writing same code over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next