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
  • Figure Markets: OnChain Assets Icon
    Figure Markets: OnChain Assets

    Figure Markets bridges crypto and real-world assets into one seamless platform.

    Instantly unlock liquidity with Crypto-Backed Loans—borrow against BTC or ETH at rates starting from 12.5% APR, with no credit checks, no prepayment penalties, and 3-month terms. Keep your crypto, get your cash.
    Learn More
  • 1
    libabk

    libabk

    Ana de Breuil Java Kit: un framework agnóstico para programar en Java

    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    LazyJ is a rapid development framework for Java-based WEB applications. It includes a very fast template engine, page and data caching, database wrapper with connection pooling, database-backed sessions, time-bounded execution and other nice features
    Downloads: 14 This Week
    Last Update:
    See Project
  • 3

    EasyML

    EasyML serialization library, to and from XML, similar to Gson

    EasyML converts Java objects into XML and back again, without the need for annotations or other types of configuration. EasyML offers extensive support for JDK classes and also supports customization through user settings, user extensions, or through the Java Serialization API. EasyML provides support for: - reading and writing XML text and/or org.w3c.dom documents - Java Collections framework - Java Serialization framework - Multi-threading - Java Generics and functional APIs EasyML can be customized with user-defined serialization strategies. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A free Java library and extensible framework for mapping, parsing and unmarshalling CSV file contents into Plain Old Java Objects. It provides Xdoclet support for easy and painless mapping of CSV records to Java Objects. The library requires J2SE 1.5
    Downloads: 0 This Week
    Last Update:
    See Project
  • Ninox | The low-code platform for all business processes Icon
    Ninox | The low-code platform for all business processes

    With Ninox (SaaS), build business apps and databases as you want, including for CRM and ERP, without a single line of code (no-code/low-code).

    With Ninox you can store and organize your complex data in your own structured way. Ninox provides a highly customizable user interface which allows you to process, analyze and evaluate any kind of data. Furthermore you can integrate different services e.g. from Google with Ninox's API.
    Learn More
  • 5
    Koarse Grind (formerly Coarse Grind)

    Koarse Grind (formerly Coarse Grind)

    Test Automation framework intended for coarse-grained testing

    Koarse Grind has been rewritten in Kotlin (hence the 'K'). It's new home is here: https://github.com/william-hood/koarse-grind-kotlin __________________________________ Test Automation framework for Kotlin/Java with an integrated web-based user interface. It is intended for larger-grained testing of an installed & configured product, rather than unit testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A small, easy to learn framework. For rapid application development. No XML, no action, no EJB. Use the power of Java AND the power of your database. Extracted from (comercial) app working in prod for 7 years now (www.clinsis.com). Designed in Spanis
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    A service-oriented, cross-platform application framework (v1 was implemented in .net, current codebase is in Java), which is trageted to speed up and standartise development by providing a robust freely extensible component structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Framework that aims to get high productivity in enterprise software development. It uses a layer application division model, implementing some design patterns. It also allows the development of n-tier applications with data access technology independ
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    TRUNKS

    Web and Mobile framework

    TRUNKS is a web J2EE framework. It's dedicated to develop all kinds of applications in a basic way. Used technologies are based on a MVC model, XML for screen definition. Are included navigation, multilanguage, security, CSS styles, data export...
    Downloads: 0 This Week
    Last Update:
    See Project
  • We Stop Hackers From Sending Emails From Your Domain with DMARC Icon
    We Stop Hackers From Sending Emails From Your Domain with DMARC

    For businesses of all sizes, government organizations, and Managed Service Providers (MSPs) seeking robust email security

    PowerDMARC is a comprehensive email security solution designed to protect your brand reputation and safeguard your email communications. By leveraging advanced technologies such as DMARC, SPF, DKIM, BIMI, MTA-STS, and TLS-RPT, PowerDMARC offers a robust defense against email threats like spoofing, phishing, and ransomware.
    Learn More
  • 10
    ZK - Simply Ajax and Mobile
    ZK is an open-source Java framework for building modern web and mobile applications. It enables developers to create rich, interactive UIs using only Java — no JavaScript required. With 200+ Ajax-powered components, event-driven architecture, and support for popular technologies like Spring, Java EE, and JSP/JSF, ZK makes it simple to deliver powerful and user-friendly web applications.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11

    Empact Foundation Class Library

    Cross-platform C++ library for use as a default application framework.

    ...Follow the 'Wiki' link above to explore everything about the framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GATE
    NOTE THAT THE SOURCE CODE AND ISSUE TRACKER HAVE NOW MOVED TO GITHUB. FIND US AT https://github.com/GateNLP/ GATE (General Architecture for Text Engineering) is an architecture, framework and development environment for developing, evaluating and embedding Human Language Technology. See http://gate.ac.uk for full details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Stripes
    Stripes is a Java web framework with the goal of making Servlet/JSP based web development in Java as easy, intuitive and straight-forward as possible. Stripes has always been guided by the following principles: * Convention over configuration (CoC) * Extremely lightweight with very few external dependencies. * Quick, iterative code/deploy/test experience for developers
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Brill Software

    Brill Software

    A faster way to develop React Web Applications

    The Brill Framework allows React web applications to be built quickly using a "Low Code" approach. A Content Management System (CMS) supports editing of pages containing React components. The React components communicate with each other and the Server using a middleware that's based on WebSockets. With a "No Code" solution, there's always something you require that's not support. You spend ages bending the product to your requirements or pay the supplier to provide the components...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Guice

    Guice

    Lightweight dependency injection framework for Java 6 and above

    Guice is a lightweight, open source, dependency injection framework for Java 6 and higher. It was made to alleviate the need for factories and using new in your Java code. You would still need to write factories in some cases as you normally would, but with Guice your code will no longer directly depend on these factories. In most cases, they will also be easier to change, unit test and reuse.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    The Related Values Processing Framework helps the integration of Process Control Data Historian Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FluentLenium

    FluentLenium

    FluentLenium is a web & mobile automation framework

    FluentLenium is a React-ready website automation framework that extends Selenium to write readable, reusable, reliable and resilient UI functional tests. It’s written and maintained by people who are automating browser-based tests on a daily basis. FluentLenium provides a Java-fluent interface to Selenium, and brings some magic to avoid common issues faced by Selenium users. FluentLenium is shipped with adapters for JUnit4, JUnit5, TestNG, Spock, Spring TestNG, Cucumber and Kotest, but it can also be used standalone. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    4WS Warp

    Development of extjs based rich web applications

    Warp is an open source framework that can be used to develop Java based applications, using Java and JEE5. It allows to develop Desktop Applications or 3 Tier Applications based on Swing extensions or Rich web applications based on ExtJS and JAX-RS (Restful web services). Business logic and data access tiers can be developed using JPA or JDBC and EJB 3 or any other Java based technology.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    FireWeb

    FireWeb

    Java Single Page Web Application Framework

    Java Single Page Application Framework. Using POJO/JavaScript/WebSocket/HTML. Without any scripting - only pure Java classes. Simply and easy to learn, use and extend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    JVM Sandbox

    JVM Sandbox

    Real-time non-invasive AOP framework container based on JVM

    JVM sandbox container, a JVM non-invasive runtime AOP solution. Real-time non-invasive AOP framework container based on JVM. Dynamically enhance the class you specify, get the parameters and line information you want, and even change the method execution. JVM-SANDBOX (sandbox) implements an AOP solution that does not restart or invade the target JVM application. Static knitting occurs when the bytecode is generated, and the AOP bytecode is inserted into the target class and method in advance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CTFcrackTools

    CTFcrackTools

    China's first CTFTools framework

    The first CTF tool framework in China. China's first CTFTools framework designed to help CTFer quickly overcome the CTF problem. Use kotlin and java mixed development. This is probably the first tool framework applied to CTF in China. Built-in current mainstream password, includes but is not limited to Virginia password, Caesar password, fence password. Users can write plugs independently, but only support Python to write plugs.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Spock Framework

    Spock Framework

    The Enterprise-ready testing and specification framework

    Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spock is inspired from JUnit, RSpec, jMock, Mockito, Groovy, Scala, Vulcans, and other fascinating life forms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sureness

    Sureness

    A simple and efficient security framework

    Sureness allows you to security any server written with jvm modern frameworks such as Spring, Spring Boot, Spring WebFlux, Javalin, Quarkus, Micronaut, Solon, Jfinal or Ktor as well as frameworks for Kotlin. The essence of Sureness is to use an interceptor (like a servlet filter or Spring interceptor) to intercept all rest requests for authenticating and authorizing. So no matter any framework, as long as it has an interceptor, it can integrate with sureness. Sureness uses Exception Handling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Netty

    Netty

    An event-driven asynchronous network application framework

    Netty is an asynchronous, event-driven networking framework for the JVM that simplifies building high-performance clients and servers. It wraps Java NIO with a channel/handler pipeline model, enabling clean composition of codecs, TLS, and application logic with minimal overhead. Its ByteBuf abstractions, buffer pooling, and zero-copy techniques help reduce GC pressure and improve throughput under heavy I/O.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Takes

    Takes

    True object-oriented Java web framework without NULLs

    Takes is a true object-oriented and immutable Java8 web development framework. Pay attention that UTF-8 encoding is set on the command line. The entire framework relies on your default Java encoding, which is not necessarily UTF-8 by default. To be sure, always set it on the command line with file.encoding Java argument. We decided not to hard-code "UTF-8" in our code mostly because this would be against the entire idea of Java localization, according to which a user always should have a choice of encoding and language selection. ...
    Downloads: 0 This Week
    Last Update:
    See Project