Showing 621 open source projects for "java]"

View related business solutions
  • Get Avast Free Antivirus with 24/7 AI-powered online scam detection Icon
    Get Avast Free Antivirus with 24/7 AI-powered online scam detection

    Get protection for today’s online threats. Free.

    Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
    Free Download
  • 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
  • 1

    StrategyGenerator

    Generator for strategy pattern code in Java

    This project is inactive. Strategy Pattern and State Pattern are identical from the technical point of view. To support generation of State Pattern classes and Strategy Pattern classes the code of this project has been moved to the new project StrategyStateGenerator (https://sourceforge.net/projects/strategystategenerator/). The project StrategyStateGenerator offers generation of Strategy Pattern and State Pattern Java source code. However, the API has changed. Although the class...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    Java Query Library
    JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner. Example: List<MyItem> result = Jaqlib.List.selectFrom(myCollection) .where(myCondition).asList()
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    j4geo

    Java implementation for OpenGeoDB (http://opengeodb.org)

    j4geo is a java library for access to OpenGeoDB. It was used EclipseLink as JPA implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    Hibersap

    A Java library to communicate with SAP

    Hibersap helps developers of Java applications to call business logic in SAP backends. It defines a set of Java annotations to map SAP function modules to Java classes as well as a small, clean API to execute these function modules and handle transaction and security aspects. Hibersap's programming model is quite similar to those of modern O/R mappers, significantly speeding up the development of SAP interfaces and making it much more fun to write the integration code. Under the hood...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Concurrent and Functional Programming in Java Provide concurrent utilities and functional programming API similar to C++ STL by using Functors, Iterators, and Appenders. Also provide new type of Collections and Maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    The JAccumulator package brings the convenient type conversion and ad hoc composition capabilities of Javascript to Java programming structures. JAccumulator is dependent upon the Jupperware (http://jupperware.sf.net) to provide Javascript-like associative list capabilities and the convenience of easy hierarchical construction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Layout Parser

    Map fixed-length files to java objects allowing read from and write to

    Parses and formats positional and CSV data into and from Java Objects based on a layout defined in xml format. Particularly useful for developers that need to integrate Java with legacy systems/languages that only understand positional data (i.e.: Cobol).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Write code that anyone can read!
    Downloads: 1 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 10
    Ganesa is knowledge management framework developed to support knowledge organization, structuring, visualization, maintenance, search,... in object oriented way.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    JOPS
    Java Objects Persistence Service (JOPS) is a simple and very useful library dedicated to developers who don't need all the power of traditional DBs (MySQL,Oracle.etc) but still need to be able to persist and manipulate their persisted objects easily
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DropboxMQ is an implementation of the Java Message Service API that uses a shared file system to store and distribute messages. A dropbox is a set of shared directories that relies on atomicity of file move operations to settle contention for messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    JavaDocs

    My project to play around with Java and SVN

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    bz-htmlcss2rtf

    bz-htmlcss2rtf

    PHP/Java Making RTF and HTML (with CSS and Script Code) Files

    This application was developed in PHP/Java and helps to you to generate RTF File including Images, Tables and Lists. It is useful to generate html files with css and script code in design mode.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    OO7J is a Java version of the original OO7 benchmark (written in C++) from Mike Carey, David DeWitt and Jeff Naughton = Univ Wisconsin-Madison.The original benchmark tested ODBMS performance. This project also includes benchmarking ORM Tools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JProcessor is an expression execution environment for JAccumulators and serves as a middle ground between JAccumulator and the JXCell library; JProcessor provides a pluggable execution environment for Accumulator operation and test processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Geeklog Plugins, Static Pages and Blocks

    Multilingual FAQ and other addons for the Geeklog CMS

    This is a plugin project for the Geeklog CMS, providing plugins, static pages and blocks. The main project is MultiFAQ - a multilingual FAQ that lets each user see the FAQ in their chosen language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Automatically provides configurable implementations of the equals(Object), hashCode() and toString() methods inherited from java.lang.Object This project has moved to github: https://github.com/irobertson/pojomatic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Broadleaf Commerce

    Broadleaf Commerce

    Broadleaf Commerce is an open source Java eCommerce platform.

    Broadleaf Commerce (www.broadleafcommerce.com) is an open source Java eCommerce platform based on the Spring Framework. Broadleaf Commerce uses a robust, extensible architecture that enables deep customization and rapid development. The core framework is licensed under the Apache 2 license with additional community and commercial modules. Find out more here (www.broadleafcommerce.com). To get started using the project, we recommend our Getting Started guide (http
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Bridge to Babylon

    Object relational mapper

    Bridge To Babylon is a java object relational mapper (java ORM). It is intended to be lightweight and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FreezeDry

    FreezeDry

    Java persistence without the need for XML binding

    Easy, flexible, extensible, Java object persistence without the need for XML binding files or other configuration. Contains a semantic model that facilitates going from Object to any representation (XML, JSON, Database, etc) and back. See Wiki for Overview and Quickstart.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    JavATE is a set of Java libraries that enables application development using the domain driven methodology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Extension to the well-known Tomcat Sysdeo Plugin for eclipse. It adds features for managing context both, for: * Runtime functions like start, stop & reload context * Configuration functions like removing a context. Solving annoying development tasks
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    rmisockfactory

    rmisockfactory

    Collection of RMI Socket Factories

    This project contains a collection of RMI socket factories -- for instance gzip-encoded data sent over the wire, NIO-based communication etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Tabbed front End for Micro ERP-systems

    Sample of a Tab based GUI för micro business ERP-systems

    Visual ERP is a light front-end aproach as a template for Micro business ERP-systems . The aim is to provide a base template for ERP software vendors, and to make Business 2 Business dataexchange easy. The thinking is from the users point of view in a very small (e.g. a Micro Company). Any user needs to work with different business processes and stakeholders every day. The user needs to quickly change focus from one very important issue to another equally important matter, without losing...
    Downloads: 0 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.