TriggerX VS fflib-apex-common

Compare TriggerX vs fflib-apex-common and see what are their differences.

TriggerX

A Light Trigger Pattern for Force.com with Event and Recursion Control (by se6wagner)

fflib-apex-common

Common Apex Library supporting Apex Enterprise Patterns and much more! (by apex-enterprise-patterns)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
TriggerX fflib-apex-common
1 5
28 869
- 1.0%
10.0 6.0
over 9 years ago 24 days ago
Apex Apex
- BSD 3-clause "New" or "Revised" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

TriggerX

Posts with mentions or reviews of TriggerX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-21.

fflib-apex-common

Posts with mentions or reviews of fflib-apex-common. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-21.
  • Enforcing security in Apex
    1 project | /r/salesforce | 9 Dec 2022
    Check out https://github.com/apex-enterprise-patterns/fflib-apex-common It has all checks you need done automatically
  • Suggest Me.....
    2 projects | /r/SalesforceDeveloper | 21 Jan 2022
    fflib includes a trigger handler framework in the file fflib_SObjectDomain.cls and I would recommend looking online for examples of how this can be implemented.
  • Separate of Concern library.
    1 project | /r/salesforce | 4 Nov 2021
    Currently I am learning this library https://github.com/apex-enterprise-patterns/fflib-apex-common . I have followed Mr. MATT GERRY. His channel is great. Please advise if we have any group for discussing this library. I have bugs when deploying library. Thanks.
  • Ideas for Streamlining Test class data?
    1 project | /r/SalesforceDeveloper | 20 Mar 2021
    If I was given the option to start from scratch I would implement test mocking: https://github.com/apex-enterprise-patterns/fflib-apex-common
  • Salesforce Separation of Concerns and Apex Commons Tutorial Series: Episode 1 - The Basics of Separation of Concerns
    1 project | /r/salesforce | 12 Mar 2021
    Hey there everyone, this week I have released the first video for my series covering Separation of Concerns in Salesforce and how to implement it with or without the Apex Commons library that was made popular by Andrew Fawcett. This is one of the most important design concepts to grasp hold of as a developer and I feel like it is often not implemented in Salesforce orgs which leads to gigantic and hard to maintain code bases. I also feel like, while it was meant to be a good thing (and is), the apex commons library for many devs serves to further obfuscate how to start implementing this concept immediately.