Browse free open source Groovy Frameworks and projects below. Use the toggles on the left to filter open source Groovy Frameworks by OS, license, language, programming language, and project status.

  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • 1
    Development of this library has been moved to https://github.com/kordamp/json-lib/ Json-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 2
    Grails

    Grails

    Grails - the Web Application Framework

    Grails is an open‑source, full‑stack web application framework built on the Groovy language and the Java platform. It emphasizes “coding by convention” to streamline development by reducing configuration, leveraging Spring Boot, Hibernate, and integrated DSLs for rapid productivity. Supports expressive DSLs for validation, querying, and view rendering. High‑productivity web framework adopting “coding by convention” paradigm. Rich IDE support across IntelliJ IDEA, Eclipse, Sublime, and NetBeans. Asynchronous and reactive programming support via Promises and RxJava.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    ZK - Simply Ajax and Mobile
    ZK is an open-source Java framework for building modern web and mobile applications. It enables developers to create rich, interactive UIs using only Java — no JavaScript required. With 200+ Ajax-powered components, event-driven architecture, and support for popular technologies like Spring, Java EE, and JSP/JSF, ZK makes it simple to deliver powerful and user-friendly web applications.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Apache Bigtop

    Apache Bigtop

    Bigtop is an Apache Foundation project for Infrastructure Engineers

    Apache Bigtop is a project focused on building and packaging the Hadoop ecosystem and related big data components. It provides a consistent framework for testing, packaging, and deploying Hadoop distributions, including tools like HDFS, YARN, Spark, Hive, HBase, and more. By maintaining cross-platform builds (RPMs, DEBs, Docker images, and Kubernetes support), Bigtop makes it easier for organizations to deploy big data stacks in different environments. It also includes a set of integration tests and smoke tests to ensure compatibility and stability between ecosystem components. Developers and operators can use Bigtop to assemble customized Hadoop distributions tailored to their infrastructure and workloads. Its focus on reproducibility and packaging reduces friction in deploying large-scale data processing systems and ensures that different components of the Hadoop ecosystem work well together.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5
    JPPF

    JPPF

    The open source grid computing solution

    JPPF makes it easy to parallelize computationally intensive tasks and execute them on a Grid.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    Metawidget
    Metawidget is a smart User Interface widget that populates itself, at runtime, with UI components to match the properties of your business objects. Supports Swing, Java Server Faces (JSF), GWT, Spring, Struts, Android, Hibernate, Groovy, JPA and more
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    scriptHelper

    integration between Java and scripting languages

    scriptHelper is a Java library allowing a simple integration between Java code and various script languages. This library also allows to debug these scripts in the context of a Java program.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Java MVC

    Java MVC

    Brutos is an easy and powerful mvc controller.

    Brutos is an easy and powerful mvc controller configurable for annotation, programming and XML with support for Inversion of Control and Dependency Injection. Compatible with JSF, Velocity, DisplayTag, Spring, PicoContainer, ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Needle is a simple dependency injection framework for configuring POJOs from properties files using annotations. Supports all numeric types, enums, arrays, collections and maps. Just drop into your classpath and never read a properties file again!
    Downloads: 1 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10
    The Amplify MDA project is aimed at delivering a 'model-to-text' generator tool with real-world applicability in less than 1000 lines of Java/Groovy code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AppJoint

    AppJoint

    Cross module Android development made easy!

    AppJoint is a minimalist Android componentization tool that aims to simplify cross-module communication in modularized Android projects. In complex apps broken into multiple modules or “features,” invoking methods or classes across module boundaries can become cumbersome or tightly coupled. AppJoint uses a small set of annotations and a simple runtime API to decouple modules: one module can declare a method interface, annotate it, and other modules can call it dynamically without direct dependency on the implementation. The tool hides much of the boilerplate of dependency injection or manual wiring of interfaces. It allows progressive modularization: you can incrementally introduce AppJoint in parts of an existing app without rewriting everything. The design focuses on being lightweight and easy to adopt—only a few annotations and calls are needed. In multi-module Android architectures, it helps maintain loose coupling and cleaner module boundaries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The asyncobjects framework is intendend for implementing event-driven network applications. It provides higher level API if compared with Java NIO. Initial code is based asyncobjects prototype from sebyla.sf.net project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A framework for creating service-oriented representations of common websites, using them to create composite services, and providing AJAX methods to "mash-up" these services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Bean2Bean
    Concise and fast Java library for object transformations: * Object mapper between classes, using annotations * Type converter for any class (or Type, even Generics) Supporting dynamic languages as OGNL or Groovy for custom expressions Maven dependency: <dependency> <groupId>net.sf.kfgodel</groupId> <artifactId>bean2bean</artifactId> <version>1.1.2</version> </dependency> Don't forget to add custom repository: <repository> <id>tenpines_repo</id> <name>Repositorio 10pines</name> <url>http://services.10pines.com:8081/artifactory/repo</url> </repository>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Blocks Workflow

    Blocks Workflow

    Platform for creating workflow based systems like DMS, CMS or CRM.

    Platform for creating workflow based systems like DMS, CMS or CRM. It use Grails as web framework, Bootstrap as UI, Activiti as process engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Catharsis.Social Web Widgets

    Catharsis.Social Web Widgets

    Useful social media widgets to include on web pages of your site.

    Catharsis Social Web Widgets is a modern software library which provides useful social media widgets to include on web pages of your site. It comes adapted for several popular web frameworks and technologies: 1. ASP.NET MVC (https://github.com/prokhor-ozornin/Catharsis.NET.Web.Widgets) 2. Grails (https://github.com/prokhor-ozornin/Catharsis.Grails.Widgets) As of the latest version, the following areas are covered : 1. Cackle 2. Disqus 3. Facebook 4. Google 5. IntenseDebate 6. Mail.ru 7. RuTube 8. Surfingbird 9. Tumblr 10. Twitter 11. Vimeo 12. VKontakte 13. Yandex 14. YouTube 15. VideoJS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This framework provides the easiest way to build cross platform installers based on Java technologies. Due to its extensible architecture, it can be easily adjusted to fit your needs and allows nice UI interfaces implemented with Groovy or JavaFX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Combean is a Java framework for mathematical structures and optimization algorithms. Through a set of Java interfaces and JavaBeans-based config, Combean glues optimization codes together - leading to more interoperable, adaptable and flexible solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A small library that provides a powerful and container-less Dependency-Injection mechanism, via AspectJ and Groovy. If you are tired of reams of XML configuration files, managing complex factories and containers, this non-API solution may appeal to you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Contextor
    Contextor is a light-weight simple-to-use Java based library to help developers and researchers working with the general concept of a resource; as examples, resources can be text resources, web resources, images and videos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Demoiselle

    Demoiselle

    Framework, process, docs and tools to make easy JEE development.

    Root site: http://demoiselle.sourceforge.net. From that, access: framework, components, wizard, sample e process. Releases can be downloaded via Maven from http://demoiselle.sourceforge.net/repository
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FGen is a framework for Flex application. This Framework provides code generation by DSL. This framework aims labor saving and liberation from tedious coding and testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A comprehensive business framework to enable sophisticated enterprise workflows. Define, simulate and deploy cross-platform workflows while being able to enrich and customize the core services on demand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Glue Stick dependency injection framework is used for assembling and configuring Java applications from external bean definition and configuration files. There are several supported bean definition file formats, such as Groovy, JSON and Spring XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    *** WARNING ***: THIS PROJECT HAS MOVED TO GITHUB. GO TO http://www.graniteds.org FOR UP-TO-DATE INFORMATION AND LINKS. Granite Data Services (GraniteDS) is a comprehensive development and integration solution for building Flex / JavaEE RIA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next