Dragonfly | An In-Memory Data Store without Limits
Dragonfly Cloud is engineered to handle the heaviest data workloads with the strictest security requirements.
Dragonfly is a drop-in Redis replacement that is designed for heavy data workloads running on modern cloud hardware. Migrate in less than a day and experience up to 25X the performance on half the infrastructure.
Learn More
Enterprise AI Agents for Every Customer Moment
For enterprise companies looking for AI Agents
From chat to voice to SMS, every conversation gets a smart, personalized response powered by your policies, tone, and data.
Simple UI Dialog boxes much like 'zenity' project for jython
I have wanted very simple dialog box implementation for asking user questions, such as what is intended by the 'zenity' (or previous XDialog) type of interfaces.
After looking at options I settled on using swing based UI components and it is based on the information available from:
https://wiki.python.org/jython/SwingExamples
The specific use of this code is targeted to user inputs for simple activities and it appears as if there isn't any single 'aggregator' and I tried to provide this...