Enable AI agents to securely access tools, workflows, and data with fine-grained control and just a few lines of code.
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
Try free now
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
The PluginCore is a framework for building modular software out of a number of seperate plugins. The goal of the project is to build a robust framework that allows for hotswapping of running code with minimal interuption of the program as a whole.
LXD intends to be a documentation system for large OpenSource projects. It mixes low level information (source code symbols) with high level information (modules, abstract data types, algorithms), by using well defined XML documents.
Hop groups file revisions into change units, which can be used for testing, release control, and review purposes. It is intended for small- to medium-sized teams with shared code ownership and high quality, modular, encapsulated code bases.
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.
The OMEGA plugin for eclipse is a generic infrastructure for the creation of specialized model editors aiming at Model-Driven Development.It provides a “canvas” for drawing the models and a code generating part for any desired output format.
AST Reproduce is a plugin for the Eclipse IDE. The purpose of this plugin is to generate code, that creates an Abstract Syntax Tree (AST) node. AST Reproduce expects as input an example AST node.
The SoSART (Software Static Analysis Reliability Toolkit) is intedned to aid developers in assessing the reliability of existing Java source code through the usage of Static Analysis.
The SpringEditor is a plugin for the Eclipse IDE (http://www.eclipse.org) that supports graphical modelling of application contexts for the spring framework (http://www.springframework.org).
DBCache is a tool/framework set that creates java classes from a Database schema, and allows you to start with the logic of your application. It uses a cache to reduce DB overload and facilitates DB access. It'll save you a lot of time.
Trusted by nearly 20,000 customers worldwide, and all major cloud providers.
OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
Qwicket is designed to create the basic skeleton of a wicket application with spring and hibernate configurations and basic page constructs built for you.
Datawarehouse process workflow server and generator of datawarehouse mappings. It allows to define dependencies between tables or files and processes and according to these metadata it runs processes in parallel.
Generate javascript validation from an xml template; you can configure on xml your html forms, giving params (min / max length, etc) and creates an JavaScript code to put in your html to validate your forms. Its an easy way to write js validation.
Plugins for Maven 1.x (http://maven.apache.org/maven-1.x/) - manage all aspects of your project (tests, docs, distribution) from a single project descriptor! This project provides plugins that are not bundled with Maven due to differing licenses.
GUI Generator creates screens folks can use 2 do CRUD (create, review, update, delete) on tables in a DB. Makes fully internationalized & accessible screens so users can search, edit, run reports & much more. Help buttons work! Uses any DB w/JDBC drivers
Generates Javadoc documentation for Java classes of the Lotus Notes API together with pseudo-source code. This standard Javadoc documentation can be integrated with IDEs like Eclipse. The generator depends on an installation of the IBM Domino Designer.
JASML is a java byte code compiler, providing yet another approach to view, write and edit java classes, even without the existence of a java source file - using the java macro instructions, those described in The Java Language Specification.
Automatically generates echo2 applications from a domain model (scaffolding). Goal is to integrate with ide plugins to provide a quick process for getting a database driven Echo2 AJAX application running.
A Java User Interface Editor. Draw your user interface with your mouse and JUIE will convert it to javacode. Developed back in the late 90s. Unfortunately I did not have the time to update it. Currently searching for a developer to continue development.
Jastor is a Javacode generator that generates Beans from Web Ontologies (OWL) enabling convenient, type safe access and eventing of RDF stored in a Jena model. Jastor uses Eclipses Java Emitter Templates (JET).
This project is only a module of Hibernate http://www.hibernate.org Read mapping file until insert/update/delete/select the persistent class in Hibernate. My Other projects: Tomcat Resources Manager http://sourceforge.net/projects/tomcat-res-mgr/
plsql2html is an HTML code browser for PL/SQL files. It converts sql and pl/sql files to colorized, browsable html files. plsql2html is coded in java and needs minimum jdk 1.4.
Simple Image Viewer using Java's built-in image handling functions.
Not Another Image Viewer (NAIV) is a java based, platform independent image viewer and database, aimed to carry more features and customisability than other software of the same nature. PS it is free.
This was primarily something to keep me occupied and used as a vehicle to learn new things. At this stage the code desperately needs some tidying up.
This project is only a module for Apache Tomcat, I change little tomcat source code to let it can dynamic reload modified resources -- file in WEB-INF/classes dir or WEB-INF/lib dir. please NOTE: it's reload resources! not reload web application!