Search Results for "java jsp postgresql" - Page 6

1276 programs for "java jsp postgresql" with 1 filter applied:

  • 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
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 1
    Pootle, Virtaal & Translate Toolkit

    Pootle, Virtaal & Translate Toolkit

    Localization tools built by localizers for localizers

    Tools for localization: - Pootle: web based translation management system. - Virtaal: Computer Aided Translation (CAT) tool. - Translate Toolkit: QA, format conversion and support (PO, Java .properties, OpenOffice, Mozilla, XLIFF, TMX, TBX, CSV, Qt .ts).
    Leader badge
    Downloads: 94 This Week
    Last Update:
    See Project
  • 2
    The Dataverse Network is a Java EE5 app that enables researchers to share data on-line. It provides data citation standards, facilitates preservation, distribution and replication of data, and includes statistical analysis. More at: http://thedata.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Identifiers.org is a system providing resolvable and persistent identifiers, in the form of URIs, used to identify data for the scientific community, with a current focus on the Life Sciences domain. The provision of resolvable identifiers (URLs) fits well with the Semantic Web vision, and the Linked Data initiative. The resolving services of Identifiers.org rely on the information stored in the MIRIAM Registry.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    jBilling

    jBilling

    jBilling is a web-based enterprise billing system.

    jBilling is a web-based enterprise billing and rating system. It manages your subscribers with automatic invoicing (email and PDF) and payment processing (credit cards, checks, direct deposit). Robust, well documented and easy to use!
    Downloads: 2 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure 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
  • 5
    Universal Java Matrix Package

    Universal Java Matrix Package

    sparse and dense matrix, linear algebra, visualization, big data

    The Universal Java Matrix Package (UJMP) is an open source Java library which provides sparse and dense matrix classes, as well as a large number of calculations for linear algebra such as matrix multiplication or matrix inverse. Operations such as mean, correlation, standard deviation, replacement of missing values or the calculation of mutual information are supported, too. The Universal Java Matrix Package provides various visualization methods, import and export filters for a large...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    myWMS: Warehouse Management System

    myWMS: Warehouse Management System

    Open Source Warehouse Management (WMS)

    myWMS LOS is a professional open source Warehouse Management System WMS under GPL. It is running in industrial 24/7 environments and supports all basic processes. It runs on mobile terminals, works with Barcodes & RFID. The software is a JEE architecture. The sourcecode of the project is now available on https://github.com/wms2/mywms
    Downloads: 34 This Week
    Last Update:
    See Project
  • 7
    firecat
    Firecat is a Server-Side JavaScript(NSP) Webserver written in Java. It is similar to ASP and JSP, but it uses JavaScript as the main scripting language. It can run on any JVM, but the main target will be Free Runtimes such as SableVM, JamVM and Kaffe.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    XEO Framework
    XEO (eXtensible Enterprise Objects) is a Java-based agile development framework to create enterprise web applications that builds upon Object Oriented concepts and Model Driven Development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The concept behind DataWoo is to create a Spring-based architecture that allows developers to jump-start their coding efforts by providing a hardened and secure foundation when developing new systems; it can also be used as a reference for incorporating new technologies into existing systems. DataWoo is meant to be a research and development platform that can be extended into just about any enterprise-level web application. The architecture will be developed in three phases: 1. Basic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    Agilefant

    Agilefant

    The scalable open source tool for lean and agile project management

    Agilefant is a simple but powerful web based tool for lean and agile project management. It is the most versatile open source solution of its kind today, with a rapidly growing user base of more than 10k users around the world in thousands of organizations. Based on more than ten years of solid scientific research within real world organizations, Agilefant's unique model scales from personal todo-lists to large-scale multi-team development and long-term product and portfolio...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    The project is meant to create tools that will be used to manage and analyze data related to team sports. The data will include things like tournaments, matches with dates, scores and results, individual players information and statistics, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    COPE is a persistence framework for Java. The persistent schema is specified within Java source code, no external files are needed. This project has been moved to github: http://exedio.github.io/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tellervo

    Tellervo

    Dendrochronological sample measurement, curation and analysis program

    Tellervo enables users to measure, curate and analyse dendrochronological samples. It has a server/client architecture enabling users to collaborate within and between laboratories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    HyperImage Virtual Research Environment
    The HyperImage platform supports the linking of (audio)-visual objects, texts and mixed-media documents. References between images in total, regions of images, annotations regarding the images, and other media, are achieved by means of hyperlinks.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Site monitoring

    Site monitoring

    Monitoring of websites with spider and email notifications

    Free website monitoring software, easy to set up and use for monitoring web sites. It is a web application programmed in Java programming language. You can monitor HTML pages, JSON and XML, pages in sitemap and even your whole web site using spider. Naturally you can check multiple websites. You can check HTTP result codes and even contents of the checked pages. Website checking is done periodically using build-in cron mechanism. In case of a check failure, application will automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Open Information Integration
    Open Information Integration Tool Suite (Open II) is used by analysts and programmers to accelerate data integration and harmonization across organizations. OpenII has a neutral schema repository for browsing and comparing all sorts of data models. OpenII is built as a Rich Client Platform Application on top of Eclipse 3.x. Developers need to download Eclipse, install the RCP support, the Fatjar plugin and the Delta Pack in one of the 3.x flavors. Release Notes Release Date: Jan...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18
    XMLPipeDB is a suite of tools for building relational databases from XML sources with minimal manual processing of the data. While the applicability is general, our motivation was to facilitate the management of biological data from different sources.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JWhoisServer - Java Whois Server
    JWhoisServer: java whoisserver / java whois server : a small, fast and highly configurable RFC 3912 compliant whois server written in java (platform independent) and using a RDBMS (mysql, postgreSQL, oracle, SQLite3, HSQLDB, JavaDB / Apache Derby, CUBRID, firebird2, H2 Database Engine, ...) as a storage engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Liquibase

    Liquibase

    Version Control for your Database

    Liquibase is an open source, database-independent library for tracking, managing and applying database changes See more at http://liquibase.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    dotCMS

    dotCMS

    dotCMS helps enterprises create, manage and deliver content anywhere.

    dotCMS is a visual, headless CMS built for compliance-led enterprises that need to manage and scale digital content across brands, regions, and channels. From streamlining governance to enabling visual editing at scale, dotCMS powers global organizations like Telus and BNP Paribas to consolidate platforms, reduce overhead, and launch faster. Whether you're managing 10 or 1,000+ sites, dotCMS brings flexibility, security, and efficiency to enterprise content operations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    GeoKettle
    GeoKettle is a powerful, metadata-driven spatial ETL (Extract, Transform and Load) tool dedicated to the integration of different data sources for building and updating geospatial databases, data warehouses and services.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 23
    vocabulary training system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MV2
    There are a lot of tools and plugins to fix security issues of the dignified mail system. The goal of this project is to redefine a system that takes the problems of our time into account. Be sure to visit this project on github: https://github.com/mv2project/mv2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Project.net

    Project.net

    Open Source Enterprise Project Management Software for PPM and PPO

    Comprehensive Project Portfolio Management (PPM) / Enterprise Project Management (EPM) for standalone projects or portfolios of projects. Built-in blog and wiki functionality. Professional services and support available: see www.project.net.
    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.