Ilkka Seppälä
|
09cee8ffa7
|
#590 add explanation for DTO
|
2020-07-18 17:10:50 +03:00 |
|
Ilkka Seppälä
|
5aacdecc6c
|
#590 add explanation for Callback
|
2020-07-18 11:25:49 +03:00 |
|
Ilkka Seppälä
|
eeea3c7b1f
|
#590 add explanation for Object Pool
|
2020-07-18 10:51:02 +03:00 |
|
Ilkka Seppälä
|
76fb9aff8b
|
#590 add explanation for Dao
|
2020-07-18 10:22:43 +03:00 |
|
Ilkka Seppälä
|
68fa6f451b
|
#590 add explanation for Visitor
|
2020-07-16 20:46:00 +03:00 |
|
Ilkka Seppälä
|
e98ad671e9
|
#590 add explanation for Iterator pattern
|
2020-07-15 20:06:58 +03:00 |
|
Ilkka Seppälä
|
4264f52d49
|
#590 add explanation for Command pattern
|
2020-07-15 11:03:23 +03:00 |
|
Ilkka Seppälä
|
ee654cf7b2
|
Add references to Enterprise Integration Patterns
|
2020-07-07 21:23:04 +03:00 |
|
Ilkka Seppälä
|
51f6282e9b
|
Add references to Patterns of Enterprise Application Architecture
|
2020-07-07 21:19:14 +03:00 |
|
Ilkka Seppälä
|
2212690468
|
Add references to J2EE Design Patterns book
|
2020-07-07 20:05:35 +03:00 |
|
Ilkka Seppälä
|
4beb53b8b8
|
Add references to Refactoring to Patterns book
|
2020-07-07 18:44:00 +03:00 |
|
Ilkka Seppälä
|
0b1a98137a
|
Add links to Head First Design Patterns book
|
2020-07-07 18:05:11 +03:00 |
|
gitlocalize-app[bot]
|
bd1dbec19f
|
Translate README.md via GitLocalize (#1259)
Co-authored-by: xiaod-dev <657829312@qq.com>
|
2020-07-07 21:17:11 +08:00 |
|
Ilkka Seppälä
|
a3564a8847
|
Update links
|
2020-07-06 13:31:07 +03:00 |
|
Ilkka Seppälä
|
9e30383eb6
|
Update license and puml
|
2020-07-04 12:20:54 +03:00 |
|
ZhouSky
|
6fe219d644
|
Pr/1235 Review (#1250)
* Add simple implementation for strangler pattern.
* Add strangler pattern in pom.xml.
* change package name
* Revert "change package name"
This reverts commit 430bd9073ea7bea6430586a0953c77f1798aacc8.
* Code review for strangler
Delete final of method parameters.
Add final to private members.
Change package name.
* Revert "Code review for strangler"
This reverts commit d5063567083e0348d678a938bd749e17343bcb8e.
* Revert "Revert "Code review for strangler""
This reverts commit c8fd65fda782749c4f74f6de85da0f271d3c48a8.
* Remove unnecessary files
|
2020-07-04 12:05:46 +03:00 |
|
Ilkka Seppälä
|
5192beb5dd
|
Re-add gh access token
|
2020-06-14 22:36:47 +03:00 |
|
Ilkka Seppälä
|
f4f9c1a441
|
Remove gh token
|
2020-06-14 22:15:13 +03:00 |
|
Ilkka Seppälä
|
a396d972f6
|
Add sonar modulekey
|
2020-06-14 21:54:47 +03:00 |
|
Ilkka Seppälä
|
30678792fd
|
Remove extra project key
|
2020-06-14 21:23:07 +03:00 |
|
Ilkka Seppälä
|
cfa2b35bff
|
Fix syntax
|
2020-06-14 21:04:09 +03:00 |
|
Ilkka Seppälä
|
5db8037b8b
|
Add SonarCloud analysis
|
2020-06-14 21:02:40 +03:00 |
|
Ilkka Seppälä
|
71affacee2
|
Remove update website script
|
2020-06-14 20:19:35 +03:00 |
|
Ilkka Seppälä
|
371263d1b3
|
Fix xvfb setup
|
2020-06-14 18:45:01 +03:00 |
|
Ilkka Seppälä
|
0b41aaaa76
|
Fix syntax
|
2020-06-14 18:37:29 +03:00 |
|
Ilkka Seppälä
|
f28a63a46c
|
Use GabrielBB/xvfb-action
|
2020-06-14 18:33:48 +03:00 |
|
Ilkka Seppälä
|
3ea65e06bc
|
Install xvfb before building
|
2020-06-14 18:23:25 +03:00 |
|
Ilkka Seppälä
|
1aea35f8e5
|
Update build status badge
|
2020-06-14 17:48:42 +03:00 |
|
Ilkka Seppälä
|
0f751d40cb
|
Fix checkstyle error
|
2020-06-14 17:36:26 +03:00 |
|
Ilkka Seppälä
|
92ecd63ccf
|
Add Github Actions workflow
|
2020-06-14 17:27:43 +03:00 |
|
Ilkka Seppälä
|
3033e4c9fc
|
Improve lazy loaded Singleton example
|
2020-06-10 18:10:34 +03:00 |
|
Alexander Iskuskov
|
e68beb40ec
|
Fix typo for leader-election pattern description (#1239)
|
2020-05-31 10:47:14 +03:00 |
|
venkatrs-ch197
|
a3c4d36c3d
|
Added Java 11 support and created constants in App.java (#1238)
Co-authored-by: cherukumilliv <VenkatRamaSubbarago.Cherukumilli@Cevalogistics.com>
|
2020-05-31 10:45:28 +03:00 |
|
Zhang WH
|
1c26bd7416
|
Fix issue #1218: Arrange, Act, Assert pattern (#1221)
* add AAA pattern
* reformat comment
* use Testing in readme tags in stead of Unit Test
|
2020-05-17 21:44:53 +03:00 |
|
Anurag Agarwal
|
daf53225d8
|
Resolves CR comments
|
2020-05-01 08:04:45 +00:00 |
|
Zhang WH
|
845da1fa16
|
add java 11 support (o) (#1222)
|
2020-04-26 15:06:09 +03:00 |
|
Anurag Agarwal
|
d733122e7a
|
Java 11 migraiton: mutex
|
2020-04-12 23:00:49 +00:00 |
|
Anurag Agarwal
|
2fa938c02d
|
Java 11 migraiton: mute-idiom
|
2020-04-12 22:58:50 +00:00 |
|
Anurag Agarwal
|
9b105d770d
|
Java 11 migraiton: multiton
|
2020-04-12 22:51:37 +00:00 |
|
Anurag Agarwal
|
109d33c710
|
Java 11 migraiton: monostate
|
2020-04-12 22:49:00 +00:00 |
|
Anurag Agarwal
|
a142c06048
|
Java 11 migraiton: monad
|
2020-04-12 22:45:54 +00:00 |
|
Anurag Agarwal
|
f1b27ef5c7
|
Java 11 migraiton: module
|
2020-04-12 22:38:00 +00:00 |
|
Anurag Agarwal
|
99c70af16a
|
Java 11 migraiton: model-view-presenter
|
2020-04-12 22:35:33 +00:00 |
|
Anurag Agarwal
|
edcb520d08
|
Java 11 migraiton: model-view-controller
|
2020-04-12 22:30:18 +00:00 |
|
Anurag Agarwal
|
a00622c656
|
Java 11 migraiton: memento
|
2020-04-12 22:21:48 +00:00 |
|
Anurag Agarwal
|
93e5570778
|
Java 11 migraiton: mediator pattern
|
2020-04-12 22:19:11 +00:00 |
|
Anurag Agarwal
|
59e050b20b
|
Java 11 migraiton: master-worker-pattern
|
2020-04-12 22:05:13 +00:00 |
|
Anurag Agarwal
|
e6c74a5fb9
|
Java 11 migraiton: marker
|
2020-04-12 21:35:48 +00:00 |
|
Jacob Hell
|
751b3b9452
|
Changing Aggregator Microservices pattern link (#1214)
Page doesn't exist anymore, so changed to use web archive
|
2020-03-28 20:26:37 +02:00 |
|
Zhang WH
|
be1c0b8143
|
Fix issue #179: Leader Followers Pattern (#1189)
* add leader followers pattern
* use var and streams instead in App::execute
* use logger instead of printing to system output stream
|
2020-03-26 21:14:44 +02:00 |
|