Search Results for "java restful and api" - Page 21

Showing 7626 open source projects for "java restful and api"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    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
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    Soma-direct

    Soma-direct

    System Omnichannel Marketing Analysis

    Soma - System Omnichannel Marketing Analysis is an open-source solution for simplifying the processes of analyzing and predicting consumer behavior. With Soma, you can combine data from multiple systems and channels in the profile joining process. Interactions and behaviors registered as a part of a unique user create and show what a Customer Journey looks like. The data is subjected to an analysis process which enables the examination of the significance of individual touchpoints for the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VIKAMINE is a flexible environment for visual analytics, data mining and business intelligence - implemented in pure Java. It features several powerful visualization and mining methods, and can utilize background knowledge.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Payara Server

    Payara Server

    Open Source Java Application Server Derived from GlassFish

    Payara Server is a fully supported, developer friendly, open source Java application server originally derived from Glassfish as a drop in replacement. Payara Server’s architecture is innovative, cloud-native and optimized for production deployments. Officially compatible with Jakarta EE 8 and Eclipse MicroProfile, the application server is developed in collaboration with an industry-leading DevOps team and the global Payara community to ensure Payara Server is the best option for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BackSlash Linux

    BackSlash Linux

    Linux based operating system with OOBE - comprises of FOSS.

    BackSlash Linux will no longer receive updates. BackSlash Linux is going to discontinued as of Sept 15, 2021 for a good reason. There is an article on the main page of https://www.backslashlinux.com which will explain the reason of the discontinuation of the project and future plans. I thank you all for the love and support.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 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
  • 5
    spatial-framework-for-hadoop

    spatial-framework-for-hadoop

    The Spatial Framework for Hadoop allows developers

    The Spatial Framework for Hadoop allows developers and data scientists to use the Hadoop data processing system for spatial data analysis. For tools, samples, and tutorials that use this framework, head over to GIS Tools for Hadoop. At the root level of this repository, you can build a single jar with everything in the framework using Apache Ant. Alternatively, you can build a jar at the root level of each framework component. Custom MapReduce jobs that use the Esri Geometry API require that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BestBooks

    BestBooks

    BestBooks Accounting Application Framework (BAAF)

    Accounting is hard, and writing software for accounting is even more difficult. BestBooks solves this problem with its Accounting Application Framework. This framework enables accountants and developers to build accounting systems without having to know the entire accounting terminology. Over the years, BestBooks has been one of the most successful Accounting Application Framework software. This platform is enterprise grade and has a lot to offer when it comes to security and data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Java Ledger

    Accounting Journal and Ledger and Balance Sheet

    This will be an accounting application operated at least in the beginning from the command line. It will do basic account or book keeping. It will give you journal reports, accounts reports, ledger account reports and balance sheet reports, also maybe income statements reports. Journal and Chart of Accounts are kept in xml files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    DataBlocks

    A simple key value java server to store file using REST API

    A simple key value java server to store file using REST API, it uses the thread pool model, and manages the authentication and authorization
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Easy Rules

    Easy Rules

    The simple, stupid rules engine for Java

    The simple, stupid rules engine for Java. As of December 2020, Easy Rules is in maintenance mode. This means only bug fixes will be addressed from now on. Version 4.1.x is the only supported version. Please consider upgrading to this version at your earliest convenience. Lightweight library and easy-to-learn API. POJO-based development with an annotation programming model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 10
    VocQuiz

    VocQuiz

    Student Project - Mulitplayer vocabulary quiz

    Only in german available Java 11 must be installed
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    MTTK_AS2

    A software that implements AS2 protocol to send and receive messages

    is an open source software which implement EDIINT AS2 protocol, it includes encryption, digital signature, compression, sync and async (Partial support) MDN. This software is 100% based on java technology, supports Windows and Linux platform Just extract to any directory to run, a sample configuration is also available. Refer to user manual under doc directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    icmp4j

    icmp4j

    ICMP ping for Java

    ICMP4j is an ICMP ping implementation for Java with a simple and clean API. Linux/Mac/Solaris/Windows are supported natively. If you can provide other native implementations, please contact the author!
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Easy Random

    Easy Random

    The simple, stupid random Java beans/records generator

    Easy Random is a library that generates random Java objects. You can think of it as an ObjectMother for the JVM. The java.util.Random API provides 7 methods to generate random data: nextInt(), nextLong(), nextDouble(), nextFloat(), nextBytes(), nextBoolean() and nextGaussian(). What if you need to generate a random String? Or say a random instance of your domain object? Easy Random provides the EasyRandom API that extends java.util.Random with a method called nextObject(Class type). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project will be a project that will be used by Speleologist (cavers) to help aid in the mapping of the underground world. It will be simple at first.. only allowing the entry of survey (dist/azmith/V-angle) and give back a line plot..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Open Source Data Quality and Profiling

    Open Source Data Quality and Profiling

    World's first open source data quality & data preparation project

    ...It also had Hadoop ( Big data ) support to move files to/from Hadoop Grid, Create, Load and Profile Hive Tables. This project is also known as "Aggregate Profiler" Resful API for this project is getting built as (Beta Version) https://sourceforge.net/projects/restful-api-for-osdq/ apache spark based data quality is getting built at https://sourceforge.net/projects/apache-spark-osdq/
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    jteklif

    jteklif

    JTeklif, Ücretsiz Teklif Hazırlama Programıdır.

    Bu Program müşterilerilerinize teklif hazırlamanız, bu teklifleri çıktı almanız yada pdf gibi formatlara dönüştürerek müşterinize göndermeniz içindir. Jteklif, Java ile geliştirilen açık kaynaklı, ücretsiz bir yazılımdır. Yazılım için Netbeans ide kullanıldı. Veritabanı için Derby db, MySql, MariaDB kullanılıyor. Geliştirme çalışmaları Pisi Linux işletim sistemi üzerinde yapılmaktadır. Java ile geliştirilmesi sayesinde Java yüklenen her platformda çalışacaktır.
    Leader badge
    Downloads: 14 This Week
    Last Update:
    See Project
  • 17
    axway-ats-examples

    axway-ats-examples

    Axway Automation Testing System (ATS) - Ready to use examples

    VM with ready to run Axway ATS Framework examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    UCanAccess

    UCanAccess

    A pure Java JDBC driver for Microsoft Access database files

    UCanAccess is a pure Java JDBC Driver implementation which allows Java developers and JDBC client programs to read/write Microsoft Access database (.mdb and .accdb) files. No ODBC needed.
    Leader badge
    Downloads: 702 This Week
    Last Update:
    See Project
  • 19
    XML Editor/Validator/Designer with CAMV

    XML Editor/Validator/Designer with CAMV

    CAM XML Editor for XML+JSON+Hibernate+SQL Open-XDX sponsored by Oracle

    Java CAMV XML/JSON validation engine is a complete exchange test framework [XMLUnit, TEAM(Schematron)]. Java/Eclipse +Saxon/XSL
    Downloads: 9 This Week
    Last Update:
    See Project
  • 20

    Android Scents for Maven

    Android Scents for animal-sniffer-maven-plugin

    If you want to verify your Maven project (library) can also work in Android, you can use animal-sniffer-maven-plugin to check the API against the desired API level. Android Scents will be pushed to Maven Central in groupid "net.sf.androidscents.signature".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mohist

    Mohist

    Minecraft Forge Hybrid server implementing the Spigot/Bukkit API

    MohistMC is dedicated to pushing boundaries by accomplishing the impossible through the creation of unique hybrid Minecraft software. Additionally, we strive to maintain and enhance select mods and plugins, aiming to provide players with an exceptional gaming experience.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    JPointerLock

    JPointerLock

    Pointer Lock for Java AWT/Swing

    Adds support for confining the mouse pointer to a Java AWT or Swing window, useful for video games that use mouse look or edge scrolling. Usage: 0. Download release/jpointerlock.jar and lib/native-library-loader.jar from the code section, and add them to your build path/classpath. 1. Call PointerLockLoader.init() as early as possible on the AWT EDT to load the native library. 2. Call PointerLock.setPointerLock(Window, boolean) on the AWT EDT when you want to lock or unlock the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JDataCom

    JDataCom

    Stream manager

    Create ports : TCP/UDP/Terminal/File/RS232(txrx)/DB/System/Bluetooth/JNA/ETH(jpcap)/Sound. Simply configure with GUI/SFC XML file/CLI. Display, modify, replay, store (tcpdump), decode flow of bytes or objects. Implement : loop/echo/paddings/... and delai/DB2XML/Stacks/Matrix/... management. Stream conversations with a dynamic packet analyse.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    TimeSlotTracker

    TimeSlotTracker

    Simple and useful time tracker

    Simple and useful time tracker. Collects tasks and works (timeslots) in hierarchical tree. Has: reports (based on xslt templates), localization (7 langs), xml data format, ical, jnlp and JIRA (R) support. Runs on Windows, Mac and Linux. The code at GitHub: https://github.com/TimeSlotTracker/timeslottracker-desktop The git on Source forge is read only (replica).
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    PiracyChecker

    PiracyChecker

    An Android library that prevents your app from being pirated

    An Android library that prevents your app from being pirated / cracked using Google Play Licensing (LVL), APK signature protection and more. API 14+ required. This library applies some techniques to help protect your app's users and attempt to thwart reverse engineers and attackers. BUT, this isn't guaranteed to stop your app from getting pirated. There is no such thing as 100% security, and a determined and skilled attacker with enough time, could remove these checks from the code. The real...
    Downloads: 0 This Week
    Last Update:
    See Project