Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
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.
Connects Java objects and Swing user interface controls. Specifying underlying object for a control, along with a method to extract property value from the object, allows value to be displayed and edited in the control.
An Open Source lightweight java library(components) for user interface. It looks cool but has a small size. It isn't javabean, but we supply a tool called UIMaker to design the UI for applet or application. And it can be found in http://smartui.sourceforg
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
xdProf is a tool that captures and analyzes stack traces sent at a fixed interval from Java Virtual Machines in a distributed system. The xdProf client uses a C/C++ Java Virtual Machine Profiling Interface (JVMPI) library and works on many platforms.
JSkeleton is a swing based java application which generates skeleton java source
files from a forms based gui interface. Accessor ( get and set ) methods are
automatically created for variables specified by the user.
A command-line based (atleast for now) tool for testing the interfaces provided by CORBA servers. Implemeted in Java using interface repository, DII, DynAny APIs. Very useful tool for CORBA developers and testers.
PilotJFC offers an OO interface to the UI elements of the PalmOS, using Jump.
PilotJFC also offers an even management system to route events only to the appropiate objects.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
InfoDock is an integrated productivity toolset, mainly aimed at technical
people. It is built atop XEmacs and so has all of the power of Emacs, but with an extended menu-based user interface. Most objections to Emacs use are solved by use of InfoDock.
ControlIt is a client/server environment for developing serverside applications as easy as possible. ControlIt provides its modules database connectionpools, an archive system interface, automatic distribution of classes and ressources and many more.
The Java Command Infrastructure is a framework for separating application code from user interface code via the Command Pattern. Using this abstraction allows applications to deal with user commands in a flexible manner. The package also includes built
The AUIT toolkit is a high-level Java user interface toolkit which completely abstracts the application code from the interface. For many platforms, native widgets are provided; other platforms can use Swing. The interface is specified in XML.
The Java Desktop Management Interface provides Java API access to native desktop components. JDMI supports the manipulation of local native desktop components, including listing, moving, resizing and capturing screen shots of native desktop windows, via
Provides a voice interface for applications via a plug in system. Allows the inclusion of voice recognition in an application with a minimum of effort.
An easy to use package that would allow to load a native dll, link its functions to a javainterface and then invoke those functions by calling the javainterface methods.
The package would allow definitions structs, unions, arrays, pointers and callbac
This project aims at developing a free open-source Scraper and Macro Interface for Web programmers, that needs no installation and will work in most of the operating systems.
This project is aimed at developing an iconic programming language (IPL) which compiles to Java in order to help pre-CS students build stronger models of programming concepts. Project has moved to http://code.google.com/p/jubjub/
Compact Java UI is a lightweight UI lib with ability to display diverse UI components on all kinds of cell phone screens. It is compact, low-memory required, but highly agile and flexible. It is very easy to use Compact Java UI, just as using Swing compo
The Jobi project is a web software platform that let's you define easly and without programming, portal applications. It serves as a front-end of any source of data in an enterprise environment. You define the presentation defined from components.
gcli is a simple command line interface (CLI) implementation for Java. Adding a new command is simple as writing a new java class, decorating it with few annotations (if needed) and that's it!
This is a layout manager (with Panel), that lays out its components as a grid (like GridLayout). Puts as much cells on one row or column (depending on the orientation) as possible.
A very flexible and extendable Java layout engine that uses XML to render Java user interface components and separate the data model from visualization.
Send commands from the command-line to your running application.
Moved to GitHub https://github.com/fedups
ExCon is a small Java class (a runnable Jar file, “sender”) that you run whenever you need to send a command to your application. Your application needs to include the ExCon “receiver”. The receiver accepts the commands from the ExCon sender and processes them. Since the receiver runs within you application it can access all of your application’s classes and resources.
This is a Java Swing wizard dialog framework based on Robert Eckstein's article and source code at http://java.sun.com/developer/technicalArticles/GUI/swing/wizard/. The Wizard is allowed to have multiple paths to the finish button,