Showing 27 open source projects for "code ide for windows"

View related business solutions
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 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
  • 1

    Feign

    Make writing Java http clients easier

    ... APIs, it simplifies system aspects dramatically and makes it much easier to unit test your conversions. Feign makes use of great tools like Jersey and CXF for writing Java clients for ReST or SOAP services. It also lets you write your own code on top of http libraries, and connects your code to http APIs with little overhead.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    HTTP Kit

    HTTP Kit

    Clojure HTTP server/client library with WebSocket support

    .../sec on even midrange hardware. Here is another test about how it stacks up with others. It's not only fast, but efficient! Each connection costs nothing but a few kB of memory. RAM usage grows O(n) with connections. Written from the ground-up to be lean, the entire client/server is available as a single ~90kB JAR with zero dependencies and ~3k lines of (mostly Java) code. Synchronous is simple. Asynchronous is fast & flexible.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Takes

    Takes

    True object-oriented Java web framework without NULLs

    Takes is a true object-oriented and immutable Java8 web development framework. Pay attention that UTF-8 encoding is set on the command line. The entire framework relies on your default Java encoding, which is not necessarily UTF-8 by default. To be sure, always set it on the command line with file.encoding Java argument. We decided not to hard-code "UTF-8" in our code mostly because this would be against the entire idea of Java localization, according to which a user always should have a choice...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Cicada

    Cicada

    Fast lightweight HTTP service framework

    Fast, lightweight Web framework based on Netty; without too much dependency, and the core jar package is only 30KB. Configuration files can also be read in multiple environments, just add VM parameters, also ensure that the parameter name and file name are consistent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    Curl ORB for java
    Curl ORB is to comunicate between Curl and server side java. It can generate Curl source code from POJO which stands for Plain Old Java Object, and invoke the java methods on server side from Curl application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Velosurf is a database access layer for the Apache Velocity template engine. It provides an automatic database mapping of tables and relationships without any code generation, and provides authentication, localization and form validation tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    jReflectServer

    A lightweight Java HTTP server and webservice-framework

    jReflectServer is a very small, lightweight and super easy-to-use java web-server and -framework for creating (distributed) pure java web-applications, webservices and small websites. jReflectServer is able to randomly forward requests to a cluster of remote server nodes. For this distributed code execution no special code is needed. A distributed session can be used to share data between the server instances. Due to its small footprint, it's also perfect for embedded hardware like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    YADS

    Yet Another DPWS Stack, a WS4D JMEDS fork (discontinued)

    Note: This project has been discontinued due to the lack of quality of the original project's code base. I implemented a new DPWS stack from scratch for other projects, which was less work... YADS (Yet Another DPWS Stack) is a fork of the WS4D JMEDS webservice stack. YADS tries to integrate more standard Java SE features (type-safe template containers, concurrency, logging and modern Java language features) and high level HTTP components using non-blocking connections. YADS depends...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a apache v2.0 authentication module. Based on html form authentication and cookie authentication session. Cookie session are stored in memcache deamon. Can be used has an simple "Single Signe-On" (SSO). All the code source and the bug tracking has migrated to github: https://github.com/ZenProjects/Apache-Authmemcookie-Module All the documentation are here: https://zenprojects.github.io/Apache-Authmemcookie-Module/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 10

    Java HTTP REST interface

    Base for HTTP-REST Java application

    Simplified multithreaded Java HTTP server able to interpret GET/POST requests. Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a terminal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    maDDR
    Code library for browser/device repository. Standard interface adhering to W3C specification. Will be available in multiple source languages for multiple platforms. Main use is context-based adaptation of content/services on mobile aware Web servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    sjws
    (Yet another) Small Java Web-Server: A (Very) Small Java-Based Webserver. It allows you to publish ressources and Self-Generated Java-Pages in Object-Style (new Table("Title");).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Java Valves
    This Project aims at developing generic Valves for Containers like Tomcat.Development will be aimed at providing detailed request tracing valves based on the native logger valves.This project is created and architected by Arunn John Moothedathu (www.arunjohn.com).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A very light web framework with a component support. No templates, XML and HTML texts are necessary. Components are assembled to a hierarchy structure similarly like a HTML code, each component can be inherited as well as be composed to a new component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    It can auto test your network setting to connect internet. In China, China Mobile/Unioncom provide two proxy wap gateways to access internet. It used HttpConnection to access network. Source code: http://j2meautonetwork.cvs.sourceforge.net/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java Virtual System (JVS) is built around a virtual file system (VFS) - a common platform of Java, by Java, for Java. JVS extends JVM and makes it from an interpreter running half-compiled code a first-class server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JFolder is a web-based application development and management tool. It allows users to create applications through a web browser without writing any code. The current release includes an implementation of the Pet Store written without code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Java Server Executive (JSE) is a Web Server and Servlet, JSP, EJB, JWS, JMS Container. It aims at developing a new integrated framework that would tremendously minimize the time, cost and effort required for creating and maintaining a web-application. I
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SiteMesh is filter plugin for web-servers that provides presentation and web-app application integration. It is easy to use and requires no modification to existing code (HTML, CGI, PHP, etc).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    litehttpd is a lightweight web server. It also supports server-side java classes. The goal of the litehttpd project is to create a fast and small footprint web server that can leverage existing java code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The marriage of XHTML formatting text with Java code for web page creation is ugly, messy, and error prone. The Jxhtml toolkit uses Java objects to replace the XHTML hand coding for a much cleaner & easier to maintain system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The DocSOAP XML Development Kit (XDK) is a Java Web Services SOAP, and XML Development Kit that provides effective and efficient ways of manipulating XML documents and building Web services solutions for "document style SOAP".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Collection of plugins for Eclipse 2.1 (www.eclipse.org). Web-Application Development Environment (XML/HTML/CSS/JSP).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Lopica is a collection of scripts, code snippets, extension installers, FAQs, how-tos, and other goodies for Java Web Start/JNLP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Easy to understand, well documented common internet servers in java, targeted for those who may not be ready to comprehend full production-quality concepts and code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next