TrustRadius: an HG Insights company

Togglz

Score6 out of 10

1 Reviews and Ratings

What is Togglz?

Togglz is a Java library that implements the Feature Toggles pattern, allowing developers to enable or disable features at runtime. It is particularly beneficial for continuous deployment and delivery, supporting agile development practices. According to the vendor, Togglz caters to companies of all sizes, ranging from small startups to large enterprises, and finds application in software development, IT services, e-commerce, financial services, and telecommunications.

Key Features

Feature Toggles Implementation: Togglz is a Java library that enables developers to enable or disable features dynamically at runtime using the Feature Toggles pattern.

Agile Development Practices: Togglz supports agile development practices, such as continuous deployment and delivery, by associating a toggle with each new feature under development.

Runtime Feature Activation: Togglz allows for the activation or deactivation of features during application runtime, providing flexibility without requiring redeployment.

User-Specific Feature Toggling: Togglz enables developers to enable or disable features on a per-user basis, granting precise control over feature availability.

Feature Declaration with Java Enum: Features can be conveniently declared and managed within the codebase using a regular Java enum type.

Simple Feature Activation Check: According to the vendor, checking if a specific feature is enabled for the current user is as straightforward as calling the isActive() method on the respective feature.

Quickstart Guide: Togglz offers a comprehensive quickstart guide, complete with examples and step-by-step instructions, to facilitate easy adoption and usage of the library.

Free and Open Source: Togglz is released under the Apache License as free and open source software.

Admin Console: Togglz provides an embedded admin console that allows users to toggle features and manage their state conveniently.

Activation Strategies: Togglz supports various activation strategies, including user-based, percentage-based, and time-based activation, enabling flexible control over feature availability.

Categories & Use Cases

Technical Details

Technical Details
Mobile ApplicationNo

FAQs

What is Togglz?
Togglz is an open source feature flag tool for Java.