Showing 1040 open source projects for "json-java"

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
  • 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
  • 1
    Java Utilities is a collection of following java applications: 1) Setup Maker : Makes platform independent setup 2) Class Loader : Opens java apps and applets 3) Help Maker : Shell for viewing help files 4) Applet Viewer 5) Custom Swing Components
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    BitSet is a plugin which extends the Eclipse IDE through a dialog which provides register definitions sorted by architecture. The value of the register is automatically calculated while the user is selecting register options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The project tries to extend the basic Hotswap support in the current JVM and allows developers to add/remove instance fields and methods and replace the new class in a running JVM, thus saving huge time incurred in restarting the JVM for every change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ASPOJO-based dependency manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 5
    This is a replacement for the CruiseControl reporting application. It is template based (rather than using XSLT) and will allow plugins for displaying project-specific information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Thesis subject: Plagiarism detection tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Unzip buildtemplate and you will have a project set up with ant/junit/verifydesign/code coverage all out of the box. It is a great way to get started and then add to the build.xml as you go. netbuildtemplate is for .net and has nant/nunit/NCover, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    maven2-junit4x is a maven2 plug-in which runs test written in Junit4.x. It has customisable output options and is written to make as few a demands on the developer as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Mavenizer intends to ease the (rather painfull) process of making third party libraries (which are not built with Maven) available as artifacts on a maven repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 10
    Suite of libraries and tools to manager the relationships and distribution of java software modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Automatically use your Ant-defined classpaths within your Eclipse projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    xcluder is an XML Inclusions (XInclude) task for Apache Ant. Offers the choice of using Xerces or Elliotte Rusty Harold's XOM API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    To create java beans based on a sample xml documents. It's much easier and efficient than Apache's XMLBEANS project. 1)No need DTD/Schema 2)Easier xml content navigation 3)Track XML<-->Java beans
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Reduce Java dependency headaches by repackaging third-party jars.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    PGA (Petit Generateur entre amis : little generator betwenn friends in french) is a generation kernel to load, manipulate emf models (eclipse) with ATL, and practice code generation with several templating technologies like JSP2, Velocity, Jet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Krypton is a software build tool that applies an artifact-oriented paradigm to the build whereby the focus is on what is built rather than how it is built. Krypton's standard library provides support for building both Java and .NET software.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Set of Ant filters that can be used to gather statistics from files or resources. It is mainly used for log files analysis. It allows to: - count inputs - count occurrences of each input - calculate average, max and min values of floats in input
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Provide a plugin for the Eclipse basebuilder to enable pde-build to use a subversion repository.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Fast, easy, Java developer's tool for query building that works with Apache Derby, HSQLDB, Sql Server and other JDBC DB's. Includes a PreparedStatement Editor, Query Builder, SQL Code Generator, editor with colorful letters & more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The SJSX is a tool to make a XML Data Binding from a schema (XSD) and to generate its representatives classes in Java Script. You can create JS objects from these classes to easily generate a XML structure based in the schema.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Connect to DB2, Oracle, MS SQL and Mysql database. Add, edit and remove connections. Multiple connections simultaneously. Load/execute SQL. Export table/data as SQL/CSV/html. Import data from delimited/fixed length file. Loader with advanced option
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Sopi is an Ant task that instruments System.out.println() statements in place. System.out.println("Hello") becomes System.out.println("test.java, 43: " + "Hello"). It grew from a need for the Java equivalent of the C Macros __LINE__ and __FILE__.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Multiplatform Unit Distributor (MUD)-This framework allows for automated build and deployments. This application will be the glue code between development builds and their deployment. A content management repository will be used to store software assets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Creates Installers using Ant by configuring an XML file (no java required): The installer collects user input, then run specific Ant targets from a build.xml file. Runs in a Swing GUI or on the command line.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    OpenToro is a CMS written in JAVA that allows the development of database driven web Applications in a quick and agile way. Use OpenToro and forget developing countless SQLs and JSPs.
    Downloads: 0 This Week
    Last Update:
    See Project