Showing 1412 open source projects for "java framework"

View related business solutions
  • Resolve Support Tickets 2x Faster​ with ServoDesk Icon
    Resolve Support Tickets 2x Faster​ 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
  • 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
  • 1

    Autodrive

    Drives your automation lifecircle gathering information, test & deploy

    Autodrive is written to automate tasks within a large soa installation, ranging from gathering information to a metadata repository, over testing software solutions, and deploying prebuild software artifacts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Aspose for Spring.Java

    Aspose for Spring.Java

    Aspose for Spring.Java provides Aspose API samples for Spring.Java.

    Aspose for Spring.Java provides usage samples / sourcecodes for the demonstration of Aspose API for Java by extending famous Spring Java PetClinic Sample Web Application. This extension of "Spring Java PetClinic Sample Web Application" also shows the Integration of Aspose APIs with Spring MVC, JSP and Maven Project. Latest Release: v1.1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SmartTester

    SmartTester

    Test automation framework

    SmartTester is a Java based test automation framework, where you can remotely manage and run tests. Furthermore the framework returns a result file. To use a test against different DUTs you can create multiple datasets with arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FOXopen
    FOXopen is a 4GL, feature-rich XML framework which facilitates the rapid development of web-based applications with sophisticated workflows. For more information and help, see http://www.foxopen.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-First Supply Chain Management Icon
    AI-First Supply Chain Management

    Supply chain managers, executives, and businesses seeking AI-powered solutions to optimize planning, operations, and decision-making across the supply

    Logility is a market-leading provider of AI-first supply chain management solutions engineered to help organizations build sustainable digital supply chains that improve people’s lives and the world we live in. The company’s approach is designed to reimagine supply chain planning by shifting away from traditional “what happened” processes to an AI-driven strategy that combines the power of humans and machines to predict and be ready for what’s coming. Logility’s fully integrated, end-to-end platform helps clients know faster, turn uncertainty into opportunity, and transform the supply chain from a cost center to an engine for growth.
    Learn More
  • 5
    Jspresso
    Jspresso is an innovative framework for building high quality java rich internet applications. Jspresso dramatically reduces the development cycles needed to get your corporate application up and running.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Services library for Jujunie's projects. It includes common API that are shared between our projects. Among other utility classes, it currently contains a web MVC2 framework, a logging abstraction layer, a table consolidation API and XML writing API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    openhealthpractice

    A simulation environment for physiology models simulation

    ...Results can also be exported to different formats (xls, txt or csv). This simulation environment is built using Spring Framework and Java technologies. For more information on how to deploy and use the tool, check the installation and user manuals. This tool was developed within the Synergy project. You can view our publication about the Simulation Environment here: http://www.translational-medicine.com/content/12/S2/S7 The rest of the publication outcomes of the project can be found here: http://www.translational-medicine.com/supplements/12/S2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JCLEC
    JCLEC is a general purpose evolutionary computation framework developed in Java. Some of its mains features are: multilevel architecture, highly reusable and integrable with other systems, easy to use and a lot of implemented algorithms and operation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Ganesa is knowledge management framework developed to support knowledge organization, structuring, visualization, maintenance, search,... in object oriented way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Rent Manager Software Icon
    Rent Manager Software

    Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.

    Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
    Learn More
  • 10
    JEE development framework based on Spring 2.x, to easy up the creation of highly scalable, perfoming and clusterizable applications using a POJO-style programming philosophy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    famos

    famos

    Framework for Agent-oriented MOdelling and Simulation

    Famos is a Java-based framework for developing agent-based models. It uses the discrete-event simulation framework Desmo-J (http://desmoj.sourceforge.net) as its simulation engine. Famos implements event-driven time advance and focusses on supporting an explicit model of space for the environment, including the movement of agents. Famos was developed in the context of a PhD project.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    Open HLA (oh-la) provides an open-source implementation of the HLA RTI spec 1.3, IEEE 1516 and IEEE 1516 Evolved. It also provides a framework to wrap the standard RTI classes and FOM to code generation to make life simpler.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    Factory Equipment Network Testing

    Measurement science-based performance & conformance testing framework

    Real-time production information is needed to optimize manufacturing activities in a factory, but acquiring this information from isolated proprietary equipment is a manual process that takes time and introduces errors. Connecting equipment to the factory network can make accurate production information immediately available, but widespread interconnection of equipment has been inhibited by the lack of common information models and methods to measure performance and conformance. This project...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ExpressionOasis is a java based framework for evaluating the various type of expressions like arithmatic, logic expression etc. The framework is flexible enough to define any new grammer rules or operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Java ThreadPool

    Simple java threadpool

    Java ThreadPool is a java framework which gives the user the possibility to execute a divided problem into a finite number of subproblems, execute each subproblems in an asynchronous way and combine the result of each subproblem in a final result for the initial problem. The division of the problem into subproblems and the combining the subproblems' results into a result for the initial problem, is the user responsability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Architecture for Virtual Agents with Dynamic Embodiment - A framework for developing virtual environments equipped with virtual agents. Virtual agents are dynamically embodied; they have the ability to deliberatively change the form of their avatar.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18
    JSystem
    IMPORTANT: JSystem sources were moved to GitHub. Fork us at Top-Q/jsystem JSystem is a framework for writing and running automated system testing projects. For questions, try the relevant forum or send a mail to jsystemtest@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Cherry

    Cherry

    cherry

    The Cherry Framework is an open source application framework and reflect container for the Java platform. The Cherry Framework includes several modules that provide range of services: -Model-view-controller framework -Web framework -User interface components -Reflect container -Remote access framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NextBase

    NextBase

    NextBase – the enterprise level applications development platform.

    NEXTBASE FRAMEWORK Group of enthusiasts are having experience programming various enterprise systems highlighted some conceptual moments that helped with the design of this platform. These moments are the following: The platform supports, along with standard primitive types of data such as text, number, etc., some types that represent objects with certain fields and behavior model. These objects represent complete business modules which carry out a row...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    web4thejob.org

    web4thejob.org

    Open source to productivity

    Web4thejob is an open source java framework for the rapid development of data-centric web applications. It is ideal for those who seek a component-based event-driven full-stack web development framework, capable of producing elegant desktop-style web applications that can automate any business domain. The framework addresses the automation needs of any business domain introducing "joblets".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    atfwk

    Automation GUI test framework

    Automation test framework based on the Page Object design pattern. Selenium 2 WebDriver (IE) implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    TestMax

    Frontend & Backend Automation Tool

    TestMax is integrated Software Testing framework which can be used to test distributed system by developing rapid test cases using XML configuration in front and backend that talks to each other within the test framework. This tool can be used for Database, webservice, API, Junit, TestNg and Frontend including performance test. The main advantage of this TestMax architecture is separating test data configuration from test case run time environment. It reduces the maintenance of test cases...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    As those involved in SOA technologies will know web services and integration is a fairly dry subject. Typically the integrated systems and services sit behind a facade of other systems or web and desktop based applications. How then do you interest business users of the power of your solution? How do you quickly build or mock up an application that will interact with your back end services? We had just such a problem and needed a way to keep senior technical staff and business users awake...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jsimple.org

    jsimple.org

    Rapid Development Framework Based on the Java EE platform and Swing

    In a general way, we can define a jSimple as a piece of software that automatically connects persistent data (Entities) with the user interface (visual objects). We use the word "connect" because it implements all the logic that is needed to display persistent data and to make the user input persistent, creating or modifying data. The main benefit of using a jSimple is that it simplifies database applications development, because it takes care of all the technical aspects involved in...
    Downloads: 0 This Week
    Last Update:
    See Project