Showing 3027 open source projects for "java web apps"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 1
    greenDAO

    greenDAO

    Light ORM solution for Android that maps objects to SQLite databases

    Android ORM for your SQLite database. For new apps we recommend ObjectBox, a new object-oriented database that is much faster than SQLite and easier to use. For existing apps based on greenDAO we offer DaoCompat for an easy switch (see also the announcement). greenDAO is an open source Android ORM making development for SQLite databases fun again. It relieves developers from dealing with low-level database requirements while saving development time. SQLite is an awesome embedded relational...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CloudTest-Cloud java unit test framework

    CloudTest-Cloud java unit test framework

    A redefined framework with new approach and methodology for unit test

    CloudTest is a redefined unit testing approach and methodology, which can make your testing jobs become much more easy and efficient. It is a pure java lightweight framework integrated test cases management, test data management, assert management, automation regression, performance monitor and test report in one.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    WebRTC Android

    WebRTC Android

    webrtc VideoCall VideoConference

    WebRTC Android is a sample project that showcases how to implement real-time peer-to-peer communication (audio, video, and data) on Android using WebRTC. It demonstrates a complete pipeline—from signaling and connection setup to media capture and transmission—making it an excellent reference for developers looking to integrate WebRTC into their mobile apps. The project includes UI components and handles network state changes, codec configuration, and ICE negotiation to provide a robust base...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    React PWA

    React PWA

    An upgradable boilerplate for Progressive web applications (PWA)

    A highly scalable, Progressive Web Application foundation, boilerplate, with the best Developer Experience. Getting started with ReactPWA is very easy. It helps you create Progressive Web Apps easily. PWA is not the only option given to the developer, one can develop static sites with hash routing, enable/disable service workers, and also create a simple deployable application. Using ReactPWA you can create a Progressive web application with simple knowledge of React.JS. As we all know...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 5
    A graphical tool to create tests for websites. It includes elements for filling forms, following links and checking page content. It is based on httpunit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    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
  • 7
    material-about-library

    material-about-library

    Makes it easy to create beautiful about screens for your apps

    Makes it easy to create a beautiful about screen for your app. Generates an Activity or Fragment. If you use this library in your app, please let me know and I'll add it to the list.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A set of java libraries and applications to capture and save and distribute a DVB stream on a Linux box with a DVB-T card.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    bluetroller

    A library and interface for controlling bluetooth LE devices

    bluetroller is a library and interface for controlling all kinds of bluetooth LE devices. A vast number of devices can be controlled via Bluetooth LE, including fitness trackers, lighting, camera sliders, gimbals and many more. Right now these devices can only be controlled via phone apps which are frequently buggy, unmaintained and will stop working after some future phone update. This project aims to grow to become an exhaustive library of these devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Zappa

    Zappa

    Serverless Python

    Zappa makes it super easy to build and deploy serverless, event-driven Python applications (including, but not limited to, WSGI web apps) on AWS Lambda + API Gateway. Think of it as "serverless" web hosting for your Python apps. That means infinite scaling, zero downtime, zero maintenance - and at a fraction of the cost of your current deployments! With a traditional HTTP server, the server is online 24/7, processing requests one by one as they come in. If the queue of incoming requests grows...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    ADDC Server Commons Java Libraries

    ADDC Server Commons Java Libraries

    Java libraries for buiding IIOP and Web Services

    ADDC Server Commons supplies a set of java libraries published to maven central for writing Java servers offering both IIOP/SSLIOP and HTTP/HTTPS access using Spring Framewrok and JacORB. It also supplies a client for Monitoring CORBA Services, Balanced Groups and a full JNDI implementation for both CosNaming and Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OfficeFloor

    OfficeFloor

    inversion of coupling control

    OfficeFloor provides inversion of coupling control, with its: - dependency injection - continuation injection - thread injection For more information visit the OfficeFloor web site ( http://officefloor.net )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TypeScript Koa Starter

    TypeScript Koa Starter

    TypeScript Koa Starter

    Koa with TypeScript's application generator. Creates a new typescript koa application. application is configured to use TypeScript instead of plain JavaScript. Node Js is great for the rapid development of web-projects, but is often neglected because of the lack of type safety. TypeScript solves this issue and (along with its linter file) can even make your code more robust than some other static languages like Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    RocketMiX

    RocketMiX

    RocketMix API Platform

    ... Plateform. To perform that, we simplified everything and just offered Linux executables instead of complex Java packages: one for the routing server and one for the management server. APIs you would build using our Spring Boot Starter module would automatically register themselves t make calls automatically routed to them. RocketMiX also offers some documentation features (with Swagger UI and OpenAPI specs), security, load-balancing and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Blazor

    Blazor

    Build client web apps with C#

    Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. Blazor is a feature of ASP.NET, the popular web development framework that extends the .NET developer platform with tools and libraries for building web apps. Blazor can run your client-side C# code directly in the browser, using WebAssembly...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Imixs Workflow

    Imixs Workflow

    Imixs Workflow - the open source business process management

    Manage Complexity of Your Business Process... Imixs-Workflow is the open source solution for human-centric business process management. This means supporting human skills, activities and collaboration in a model driven architecture. The Imixs-Workflow engine protects and securely distributes your business data based on the BPMN 2.0 standard. http://www.imixs.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    DeskGap

    DeskGap

    A cross-platform desktop app framework based on Node.js

    DeskGap is a framework for building cross-platform desktop apps with web technologies (JavaScript, HTML and CSS). To enable native capabilities while keeping the size down, DeskGap bundles a Node.js runtime and leaves the HTML rendering to the operating system‘s webview.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    The goal of the project is to provide a J2EE based lightweight implementation of a worflow engine. The engine will be standards based in its interfaces and run on a variety of platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    rest-client

    rest-client

    A tool for automated testing REST API, generating exquisite testing re

    Wisdom rest-client is a tool supports automated testing REST API, producing exquisite report, and generating exquisite REST API documentation based on historical cases.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Performance Monitoring Tool for Java / J2EE Applications. Features: light-weight profiler, AOP based, lists API times, JDBC / SQL statistics, central logging, cluster support, web UI, call trees, configurable monitoring levels.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    HL7 Inspector

    HL7 Inspector

    HL7 Inspector is a tool for managing HL7 messages

    The HL7 Inspector project has moved to Bitbucket. https://bitbucket.org/crambow/hl7inspector All new releases can be found there. The web-based version can still be found at www.hl7inspector.com
    Downloads: 12 This Week
    Last Update:
    See Project
  • 22
    pulse - Java web app framework / CMS

    pulse - Java web app framework / CMS

    Built for enterprise level and highly customized websites

    An open source portal solution in Java. pulse is a framework on top of the Servlet API providing easy to use and easy to extend patterns for creating browser based applications and websites. Moreover pulse delivers a set of out-of-the-box components, e.g. CMS, shopping, user management. Key features: - Cross-platform, implemented using Java technology. - Completely written using Java 6. - Provides a framework for quick development of own applications. - Is delivered...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    ADempiere ERP Business Suite

    ADempiere ERP Business Suite

    A full ERP system - moved to GitHub. See full description for details.

    NOTE: We're moving! See adempiere.net for more info. ADempiere Business Suite is a fully functional ERP/CRM/MFG/SCM/POS system suitable for large enterprise adoption. The software is fully open source and supported by an international community of developers and system experts.
    Downloads: 24 This Week
    Last Update:
    See Project
  • 24
    Tadpole DB Hub

    Tadpole DB Hub

    Web based Database collboration tools

    Original home : https://github.com/hangum/TadpoleForDBTools It is a tool to manage Altibase, Amazon RDS, Apache Hive,Apache Cassandra, Apache Tajo, MongoDB, CUBRID, MariaDB, MySQL, Oracle, MSSQL, SQLite, Tibero, PostgreSQL in Web Browser.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Roth

    Roth

    Roth is a full-stack enterprise application development framework.

    Roth is a full-stack framework for enterprise web application development in Java. Though it can be characterized as an M.V.C. framework, a more accurate description would be a M.U.S.I.C. framework (Model Utility Servlet Interface Client). The Model and Utility components provide a simple persistence-like interface to database back-ends, without the complexity or overhead of JPA or Hibernate. The servlet component provides a simple and easy way to generate concise controller code...
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.