Showing 25 open source projects for "java remote"

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

    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 secuirty. Auth0 now, thank yourself later.
    Try free now
  • Never Get Blocked Again | Enterprise Web Scraping Icon
    Never Get Blocked Again | Enterprise Web Scraping

    Enterprise-Grade Proxies • Built-in IP Rotation • 195 Countries • 20K+ Companies Trust Us

    Get unrestricted access to public web data with our ethically-sourced proxy network. Automated session management and advanced unblocking handle the hard parts. Scale from 1 to 1M requests with zero blocks. Built for developers with ready-to-use APIs, serverless functions, and complete documentation. Used by 20,000+ companies including Fortune 500s. SOC2 and GDPR compliant.
    Get Started
  • 1
    VisualVM

    VisualVM

    VisualVM is an All-in-One Java Troubleshooting Tool

    ..., system administrators, quality engineers and end users. VisualVM automatically detects and lists locally and remotely running Java applications (jstatd must be running on the remote host). You can also define applications manually by JMX connection. For each process VisualVM shows basic runtime information: PID, main class, arguments passed to java process, JVM version, JDK home, JVM flags and arguments and System properties.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 2
    JMX Exporter

    JMX Exporter

    A process for exposing JMX Beans via HTTP for Prometheus consumption

    JMX to Prometheus exporter: a collector that can configurable scrape and expose mBeans of a JMX target. This exporter is intended to be run as a Java Agent, exposing a HTTP server and serving metrics of the local JVM. It can be also run as a standalone HTTP server and scrape remote JMX targets, but this has various disadvantages, such as being harder to configure and being unable to expose process metrics (e.g., memory and CPU usage). Running the exporter as a Java agent is strongly encouraged.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    ConnectBot

    ConnectBot

    ConnectBot is the first SSH client for Android

    ConnectBot is a secure shell client for the Android platform. Its ultimate goal is to create a secure connection through which you can use a shell on a remote machine and transfer files back and forth to your phone. ConnectBot is a powerful open source SSH (Secure Shell) client. It can handle several simultaneous sessions, create secure connections in tunnel mode and allows Copy/Paste from other applications. This client allows you to connect to SSH (Secure Shell) servers that typically include...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Glide

    Glide

    Android image loading & caching library focused on smooth scrolling

    ... of a list of images as smooth and fast as possible, and is able to achieve this through smart and automatic downsampling and caching, aggressive re-use of resources and deep lifecycle integration. Apart from smooth and speedy scrolling, it’s also good for any case where fetching, resizing, and displaying of a remote image is needed.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 5
    Spring Cloud Sleuth

    Spring Cloud Sleuth

    Distributed tracing for spring cloud

    Spring Cloud Sleuth provides Spring Boot auto-configuration for distributed tracing. Sleuth configures everything you need to get started. This includes where trace data (spans) are reported to, how many traces to keep (sampling), if remote fields (baggage) are sent, and which libraries are traced. Add Spring Cloud Sleuth to the classpath of a Spring Boot application (together with a Tracer implementation) and you will see trace IDs in logs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Java Tablesaw

    Java Tablesaw

    Java dataframe and visualization library

    Tablesaw is a dataframe and visualization library that supports loading, cleaning, transforming, filtering, and summarizing data. If you work with data in Java, it may save you time and effort. Tablesaw also supports descriptive statistics and can be used to prepare data for working with machine learning libraries like Smile, Tribuo, H20.ai, DL4J. Import data from RDBMS, Excel, CSV, TSV, JSON, HTML, or Fixed Width text files, whether they are local or remote (http, S3, etc.) Tablesaw supports...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    krangl

    krangl

    krangl is a {K}otlin DSL for data w{rangl}ing

    krangl is a {K}otlin library for data w{rangl}ing. Implementing a grammar of data manipulation using a modern functional-style API, allows filtering, transforming, aggregating, and reshaping tabular data. krangl is heavily inspired by the amazing dplyr for R. krangl is written in Kotlin, excels in Kotlin, but emphasizes as well on good java-interop. It is mimicking the API of dplyr, while carefully adding more typed constructs where possible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    jCIFS Filesystem

    Wraps jCIFS as a java filesystem

    ... and remote files with your java application. The jCIFS config can be set with the newFileSystem(URI uri, Map<String, ?> env) method of the CIFSFileSystemProvider class.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    File System Crawler for Elasticsearch

    File System Crawler for Elasticsearch

    Elasticsearch File System Crawler (FS Crawler)

    This crawler helps to index binary documents such as PDF, Open Office, MS Office. Local file system (or a mounted drive) crawling and indexing new files, updating existing ones, and removing old ones. Remote file system over SSH/FTP crawling. REST interface to let you “upload” your binary documents to elastic search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10
    Ribbon

    Ribbon

    Ribbon is an inter process communication library

    Ribbon is a Inter Process Communication (remote procedure calls) library with built in software load balancers. The primary usage model involves REST calls with various serialization scheme support. Ribbon comprises of multiple components some of which are used in production internally and some of which were replaced by non-OSS solutions over time. This is because Netflix started moving into a more componentized architecture for RPC with a focus on single-responsibility modules. So each Ribbon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Hystrix

    Hystrix

    Latency and Fault Tolerance for Distributed Systems

    Defend your app with Hystrix, a latency and fault tolerance library developed by the Netflix API team. It works by isolating points of access to remote systems, services and 3rd party libraries, thereby stopping cascading failure and providing fallback options, and making complex distributed systems more resilient in cases where failure is inevitable. In a distributed environment, failure is simply inevitable for some service dependencies. With Hystrix you can control the interactions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JaToo Exec Remote

    JaToo Exec Remote

    Ease the work with remote processes execution.

    A free open source Java library created to ease the work with remote processes execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Lightweight java library to perform remote calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    JElectro

    Java Remote Procedure Call (RPC) framework

    Attemp to build a peer to peer remote procedure call framework in java. For the moment the routing table behaviour is not as perfect as it should. Improvement in this sense is needed and should come as soon as I can. Server socket connections should also be handled using channel. This should come also soon. Works for 50 to 100 nodes. Just try it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mpaxs

    Mpaxs

    Transparent Local and Remote Parallelization for Java

    Mpaxs provides a simple abstraction for executing Callables and Runnables either locally within the same Virtual Machine, on the same host via RMI, or on remote machines, also via RMI. It supports launching of new compute hosts via an extensible API, currently featuring local compute host launching and grid compute host launching using the DRMAA API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Awake SQL

    Awake SQL

    Remote JDBC access through HTTP

    Awake SQL is discontinued and replaced by AceQL. See http://www.aceql.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    RELATED - REmotes LAboraTories extenED

    Java Framework for developing of remote/virtual laboratories

    RELATED framework proposes a structured methodology of remote/virtual labs development and, also, provides common facilities as user management, booking, basic visualization (trend graphs and direct interaction using interactives variables), data logging and experimental session’s control. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Paderborn Remote Method Invocation (PadRMI) library is a lightweight replacement for Java RMI that supports high-level routing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project is the implementation of a communication protocol for real time exchange between remote components.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    sshxcute
    sshxcute is a Java based tool used to execute command or script on remote machine via SSH protocol. sshxcute是Java编写的通过SSH协议远程执行命令或者脚本的工具。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Please use https://code.google.com/p/ganymed-ssh-2/ , as this current project is not getting the attention it should and therefore should be considered as 'parked'. Orion SSH for Java is a library which implements the SSH-2 protocol in pure Java. This is the new name, and home, for Trilead SSH (formerly Ganymed SSH2).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    This program replicates data storage systems of XAM (eXtensible Access Method) technology.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    ERSeL lets you to use a remote Sesame server with ease (you can not think about connections, just call methods). So it lets you to add, modify, remove and manage ontologies in a remote Sesame repository server too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    warpFX is a data abstraction library for Flex™ offering transparent data services between Flex™ and any AMF3 compatible server supporting some defined remote methods. warpFX ships with a server-side remote methods and AMF3 implementation for Helma.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    jrmc

    Java Remote Method Call

    Java Remote Method Call provides a Framework for remote method invocation on Java objects which solves the limitations of Java RMI. It provides a way for bidirectional communication of object states, between Client and Server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next