![]() | Centralized Salesforce Development FrameworkScott Covert (scott.b.covert@gmail.com) |
Home AccountAfterDeleteTriggerHandler AccountAfterInsertTriggerHandler AccountAfterUnDeleteTriggerHandler AccountAfterUpdateTriggerHandler AccountBeforeDeleteTriggerHandler AccountBeforeInsertTriggerHandler AccountBeforeUpdateTriggerHandler AccountHelper AccountTriggerDispatcher AccountsTest CalloutHandler ConfigService CustomException DMLManager DataFactoryService DataFactoryServiceTest DateService DateServiceTest DiagnosticsInstrumentation HttpCalloutMockService ITriggerDispatcher ITriggerHandler QueueableDispatcher QueueableHandler QueueableHandlerTest RepeatingBatch RepeatingFuture SObjectService SObjectServiceTest ScheduleHandler ScheduledDispatcher TestVerificationService Test_DMLManager TriggerDispatcherBase TriggerFactory TriggerHandlerBase TriggerParameters | HomeCentralized Salesforce Development FrameworkThis framework was originally built using concepts introduced by Dan Appleman in Advanced Apex Programming and then further expanded using the Domain, Selector, & Service layer patterns discussed in Andy Fawcett's Force.com Enterprise Architecture (both are must-reads for any Apex developer). Much of the original codebase came from an open-sourced respository that was developed by Hari Krishnan and discussed in further detail within his great blog post. All credit for the work done in this project is due to them; all blame for any bugs should be directed to yours truly. The main goals of this project were to add the following concepts (again taken from Dan's Advanced Apex Programming and Andy's Force.com Enterprise Architecture) to Hari's foundational framework:
Next Steps - Time permitting here are some other concepts/items I'd like to add to the framework:
All source code can be found on GitHub Documentation was created using ApexDocs (originally developed by Aslam Bari and later improved by Steve Cox) and has been included in the project Happy Coding! |