Search Results for "java component" - Page 9

Showing 656 open source projects for "java component"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software 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
  • 1

    Hokum

    Hokum is a framework designed to boost the application development.

    Hokum is a simple and lightweight framework, designed to simplifies and boost the development of software that handle many different data formats, for the Java platform, right now(in the future, the goal is to work in many platforms). It uses JSON for the data definitions and manipulation. The Hokum Framework exposes several interfaces and abstract classes, allowing you to change the type of implementation of an component with very little impact. Hokum framework is designed to work with many of the frameworks used in the market, with the goal to make de development process easyer, faster, and even funnier.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    iOSUI

    iOS like UI in Swing

    Swing based component suite for creating iOS (iPhone, iPad) like UI. Smooth animations, list views, switches, animated scroll controls, etc. Please NOTE: this project is not for developing iOS application in Java, it is for developing applications for desktop systems, which looks similar to iOS apps. Implemented in pure Java (however it requires Oracle (Sun) JRE, Open JDK has poor implementation of transparent frames) and tested on Windows, OSX and Linux (Ubuntu with GNOME) It is an almost complete component suite to let developers to create iOS like applications for desktop systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Bagchal

    Bagchal

    Game(similar to chess)

    A simple game originated from Nepal where two users or single user can play the game. There is two key component in the game i.e tiger and goat. Goat needs to trap the tiger in-order to win the game. And if tiger is able to eat 4 goats tiger wins the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Java EE Two-Phase Commit Testkit

    A Portable Thin Client & Server Pair for XA / 2PC Testing

    A portable testing tool to validate the configuration of XA and two-phase commit for Java EE 6 Containers. The tool permits the stress-testing, performance characterization and correct transaction semantics of distributed transactions across Three XA resource managers by Exception Injection. The thin-client can be run from the command-line or inside the IDE. The server side component includes EJB packaging and some simple Web servlet support for retrieving diagnostic and performance data from the testbed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5

    JProbeDataGraph

    a tool for graphically represent data probes in java realtime

    JProbeDataGraph is a component that you can easily use in your projects to visualize sort of data. It is a sliding graphic window that updates graphic view whenever a new data point is added to data source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    RELATED - REmotes LAboraTories extenED

    Java Framework for developing of remote/virtual laboratories

    ...In order to get these facilities, an RLAB (Remote LABoratory) system it defined using a formal specification of a virtual or remote laboratory (based on XML and used to structure components for laboratory). The main component is experiment, so students could run these experiments using RELATED facilities as painting data from the laboratory, change any relevant variable or take a look on laboratory structure. In order to integrate a laboratory as an RLAB system, the researchers and lecturers only have to develop local access to equipment using Java technology, using the “module” paradigm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    persian-calendar

    Java Persian Calendar library

    NOTICE: for the time bieng we are at http://code.google.com/p/persian-calendar/ a light-weight and easy to use Persian Calendar system (known as jalali or shamsi) for JDK. algorithms for converting Julian days to the Persian calendar, and vice versa are adopted from "casema.nl/couprie/calmath/persian/index.html" written entirely in VB. The algorithms is not exactly the same as the original. I've done some minor changes in the sake of performances and corrected some bugs. By...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    LifeMap

    LifeMap: Mobility Monitoring Tool

    LifeMap is mobility monitoring tool in smartphone. We open the source code of adaptive duty cycling component published in [1]. We will gradually open the source code of LifeMap for research communities. The subset of dataset is available in CrawDad research communities (http://www.crawdad.org/meta.php?name=yonsei/lifemap). [1] Y. Chon, E. Talipov, H. Shin, H. Cha, "Mobility Prediction based Smartphone Energy Optimization for Everyday Location Monitoring," in Proceeding of 9th ACM...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Swing GUI  Bean Form Binding
    A util toolkit which populate the back end form bean from GUI Swing component and vis versa It is intendend to be used as a lightweighted utility without importing massive of third party jar file It is flexible in a way you can add a third part GUI Swing
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10

    Mvc Infraestructure

    Serializable Data Transfer Object/Generic Dao for J2EE

    Dto.java and others classes - for data transmission from/to view (with EL - Expression Language" ) layer to/from business and persistence layer in J2EE application. Dto extends from HashMap class of Java API for encapsulate any type of information by key type:key_i.key_ij.key_ijk....: Any component in any J2EE functional chain can access to DTO if they know the key key_i.key_ij.key_ijk.... for object access. This project helps to decouple the data, business logic and persistence logic allowing portability between different frameworks gently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    IOJU

    IOJU

    generate i18n properties file, edit, get i18n object in classes

    ...http://sourceforge.net/p/jcrazysuite/ 1) Data & test class are completly separated. It makes no hardcode data in your test class. 2) Perfect mapping for data & java object(eg: POJO, POCO, Model). eg: int, boolean[], List<Double>, BigDecimal[][], YourPojo, YourPojo[], List<YourPojo>... 3) i18n object data for developer, there is no similar software component in the world up to now. 4) Ant .properties style, eg: key.my.dir=${user.dir}, key.others=${key.my.dir} 5) no need to config. Independence of Testing Framework, eg: JUnit3, JUnit4, TestNG, Android Testing Framework... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Jacman is a GUI frontend to the Pacman software management software that is a core component of ArchLinux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SciChart

    Interactive Swing based Charting library to display science data

    This free charting library supporting in the initial version line plot and bar plots. Provides: Axis sharing independent rescaling and panning of axis and datasets. Basic tooltips Legend displayer component with ability to select the active dataset. It is designed upon the Model View Controller paradigm. This mean that the dataset related API is abstracted in a model. This model is used by the swing components. Display related functionality is limited to the swing components with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Swing-1.1-Component for displaying a JList-Datamodel in more than one coloumn. The preferred project-language is german.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The DPML is an open-source project contributing to the development of advanced Java-based component management solutions. DPML products include the Transit resource management system, the Depot build system, the Metro IOC container, and Station console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NEXD is a native XML-Database. It uses a relational database as mass storage and is implemented in Java. NEXD provides a flexible component architectur, a soap interface and a new concept for virtual documents that reuse existing xml fragments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Muminav started as a high specialized software component. It should be used in a project named Mumie (see project website for more info).Now it is an applet for displaying visual graphs of all kinds:<br> <br> UML, flowchcharts, E/R , genealogical trees
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    CsvToFootprint

    Convert CSV to Kicad footprint.

    For electronics engineers, when using open source EDA tools, one of big challenge is component schematic symbols and footprints. If you are creating footprints for component with more than 100 pins, it becomes very time consuming and challenging to create error free footprints. Here is a simple program to create footprints for open source EDA kicad. The idea is to describe footprint in .csv format and convert .csv to kicad footprint format. At preset program supports Kicad only, but can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ZK h5chart

    ZK HTML5 Canvas Graph library. ZK h5chart library component.

    h5chart components integrated with ZK. Interactive Chart & Data graph in html5 canvas. Multiserie, Meter, Led, Signal, Pie, Ring, Thermometer, Vumeter and Other graphs. Zoomable graphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The aim of our project is to create a set of examples of use of JSF 2.1 MC Faces components from MC Components series. MC Components library provides a rich set of JSF 2.1 components with jsp and facelets support. Components available in this rich set provide simple and convenient access to funcionalities desired in each JSF web application. Most of components use famous JQuery javascript library as a javascript engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    iPFaces

    iPFaces

    mobile framework

    iPFaces is a framework for easier development of applications for mobile devices, such as iPhone or Android. All mainstream server platforms are supported, such as Java, PHP and ASP.NET. Here you can download server packages for free.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SCOPE

    SCOPE

    SCOPE: Space-Based Coordination Process Engineering

    SCOPE is a high-level coordination language which conforms to the BPMN 2.0 specification and is intended for architecture-centric model-driven software development. SCOPE differentiates between the space-based choreography of multiple concurrent process components and the orchestration of fine-grained activities within a single process component. The SCOPE workbench is based on the Xtext language framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JTreeMap is a Swing Component which represents a tree structure with rectangles (a TreeMap. See http://www.cs.umd.edu/hcil/treemap/). KTreeMap is the SWT component for treemapping (see http://en.wikipedia.org/wiki/Treemapping). It is an Eclipse plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JACo Proxy is a handy, tiny component designed to help you work with the internet proxies in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Document Management System

    This project is for managing documents in an organisation effectively

    ...It also enhances an organization’s ability to leverage information stores by allowing enterprise wide access for thousands of users. Provides tight security, ensuring that only people authorized to review or edit a document have access to it. EDMS is a fully Browser based system developed in Java and needs no client component for implementation, when deployed either in the Intranet or over the Internet.
    Downloads: 1 This Week
    Last Update:
    See Project