Skip to content

Commit 6a6109e

Browse files
committed
Additional information for #19
Changes made: * Updates to README.md
1 parent 065e217 commit 6a6109e

File tree

1 file changed

+21
-11
lines changed

1 file changed

+21
-11
lines changed

README.md

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
FFLib Apex Common Sample
22
========================
33

4-
[![Build Status](https://travis-ci.org/apex-enterprise-patterns/fflib-apex-common-samplecode.svg)](https://travis-ci.org/apex-enterprise-patterns/fflib-apex-common-samplecode)
4+
**Dependencies:** Must deploy [Apex Mocks](https://github.com/apex-enterprise-patterns/fflib-apex-mocks) and [Apex Common](https://github.com/apex-enterprise-patterns/fflib-apex-common) before deploying this library
55

6-
**Dependencies:** Must deploy [Apex Common ](https://github.com/apex-enterprise-patterns/fflib-apex-common) before deploying this library
6+
Deploy Apex Mocks
7+
<a href="https://githubsfdeploy.herokuapp.com?owner=apex-enterprise-patterns&repo=fflib-apex-mocks">
8+
<img alt="Deploy to Salesforce"
9+
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
10+
</a>
11+
12+
Deploy Apex Common
13+
<a href="https://githubsfdeploy.herokuapp.com?owner=apex-enterprise-patterns&repo=fflib-apex-common">
14+
<img alt="Deploy to Salesforce"
15+
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
16+
</a>
717

18+
Deploy Apex Common Sample Code
819
<a href="https://githubsfdeploy.herokuapp.com?owner=apex-enterprise-patterns&repo=fflib-apex-common-samplecode">
920
<img alt="Deploy to Salesforce"
1021
src="https://raw.githubusercontent.com/afawcett/githubsfdeploy/master/src/main/webapp/resources/img/deploy.png">
@@ -13,14 +24,14 @@ FFLib Apex Common Sample
1324
Sample Application
1425
==================
1526

16-
This repository contains a sample application illustrating the Apex Enterprise Patterns library. The aim is to illustrate fullly working sample application to better illustrate the patterns in presentations and articles. You can see a [demo of this application in the Dreamforce 2013 session](http://www.youtube.com/watch?v=qlq46AEAlLI#t=572) I presented.
27+
This repository contains a sample application illustrating the Apex Enterprise Patterns library. The aim is to illustrate fullly working sample application to better illustrate the patterns in presentations and articles. You can see a [demo of this application in the Dreamforce 2013 session](http://www.youtube.com/watch?v=qlq46AEAlLI#t=572) presented by @afawcett
1728

1829
**NOTE:** The supporting **Apex Common** library can be found [here](https://github.com/apex-enterprise-patterns/fflib-apex-common).
1930

2031
![Alt text](/images/sampleappoverview.png "Optional title")
2132

22-
Application Enterprise Patterns on Force.com
23-
============================================
33+
Application Enterprise Patterns on Salesforce Lightning Platform
34+
================================================================
2435

2536
Design patterns are an invaluable tool for developers and architects looking to build enterprise solutions. Here are presented some tried and tested enterprise application engineering patterns that have been used in other platforms and languages. We will discuss and illustrate how patterns such as Data Mapper, Service Layer, Unit of Work and of course Model View Controller can be applied to Force.com. Applying these patterns can help manage governed resources (such as DML) better, encourage better separation-of-concerns in your logic and enforce Force.com coding best practices.
2637

@@ -32,13 +43,12 @@ Dreamforce Session and Slides
3243
- Video recording of the **Advanced Apex Enterprise Dreamforce 2014** session [here](http://dreamforce.vidyard.com/watch/7QtP2628KmtXfmiwI-7B1w%20).
3344
- View slides for the **Dreamforce 2015** session [here](http://www.slideshare.net/andyinthecloud/building-strong-foundations-apex-enterprise-patterns)
3445

35-
Latest Article Series on Developer Force.com
46+
More Information on Trailhead
3647
--------------------------------------------
3748

38-
I'm proud to have been given the opportunity to run a more detailed look at these patterns on developer.force.com.
49+
There are two Trailhead Modules for Apex Enterprise Patterns:
3950

40-
- [Apex Enterprise Patterns - Separation of Concerns](http://wiki.developerforce.com/page/Apex_Enterprise_Patterns_-_Separation_of_Concerns)
41-
- [Apex Enterprise Patterns - Service Layer](http://wiki.developerforce.com/page/Apex_Enterprise_Patterns_-_Service_Layer)
42-
- [Apex Enterprise Patterns - Domain Layer](http://wiki.developerforce.com/page/Apex_Enterprise_Patterns_-_Domain_Layer)
43-
- [Apex Enterprise Patterns - Selector Layer](https://github.com/apex-enterprise-patterns/df12-apex-enterprise-patterns#data-mapper-selector)
51+
- [Apex Enterprise Patterns - Service Layer](https://trailhead.salesforce.com/en/content/learn/modules/apex_patterns_sl)
52+
- [Separation of Concerns](https://trailhead.salesforce.com/en/content/learn/modules/apex_patterns_sl/apex_patterns_sl_soc)
53+
- [Apex Enterprise Patterns - Domain and Selector Layer](https://trailhead.salesforce.com/en/content/learn/modules/apex_patterns_dsl)
4454

0 commit comments

Comments
 (0)