repo
stringlengths
1
191
file
stringlengths
23
351
code
stringlengths
0
5.32M
file_length
int64
0
5.32M
avg_line_length
float64
0
2.9k
max_line_length
int64
0
288k
extension_type
stringclasses
1 value
java-design-patterns
java-design-patterns-master/service-layer/src/test/java/com/iluwatar/servicelayer/app/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,754
34.816327
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/test/java/com/iluwatar/servicelayer/magic/MagicServiceImplTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
5,597
34.43038
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/test/java/com/iluwatar/servicelayer/spellbook/SpellbookDaoImplTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,148
36.701754
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/test/java/com/iluwatar/servicelayer/spell/SpellDaoImplTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,126
36.315789
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/wizard/Wizard.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,697
26.252525
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/wizard/WizardDaoImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,453
39.229508
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/wizard/WizardDao.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,492
39.351351
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/common/DaoBaseImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,734
31.431507
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/common/BaseEntity.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,131
30.820896
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/common/Dao.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,573
33.217391
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/app/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
8,221
40.525253
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/hibernate/HibernateUtil.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,146
36.915663
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/magic/MagicService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,775
36
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/magic/MagicServiceImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,792
33.060976
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/spellbook/Spellbook.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,072
25.95614
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/spellbook/SpellbookDaoImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,491
38.555556
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/spellbook/SpellbookDao.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,507
39.756757
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/spell/Spell.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,511
26.304348
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/spell/SpellDaoImpl.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,442
38.403226
140
java
java-design-patterns
java-design-patterns-master/service-layer/src/main/java/com/iluwatar/servicelayer/spell/SpellDao.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,487
39.216216
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/test/java/com/iluwatar/spatialpartition/BubbleTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,262
33.347368
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/test/java/com/iluwatar/spatialpartition/SpatialPartitionBubblesTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,378
35.6
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/test/java/com/iluwatar/spatialpartition/QuadTreeTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,942
38.24
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/test/java/com/iluwatar/spatialpartition/RectTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,039
34.172414
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/main/java/com/iluwatar/spatialpartition/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
6,392
46.355556
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/main/java/com/iluwatar/spatialpartition/SpatialPartitionGeneric.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,904
38.6875
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/main/java/com/iluwatar/spatialpartition/Rect.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,460
38.693548
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/main/java/com/iluwatar/spatialpartition/Bubble.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,179
37.313253
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/main/java/com/iluwatar/spatialpartition/QuadTree.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,009
34.803571
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/main/java/com/iluwatar/spatialpartition/Point.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,471
34.314286
140
java
java-design-patterns
java-design-patterns-master/spatial-partition/src/main/java/com/iluwatar/spatialpartition/SpatialPartitionBubbles.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,356
41.854545
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/test/java/com/iluwatar/factorykit/app/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,641
37.186047
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/test/java/com/iluwatar/factorykit/factorykit/FactoryKitTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,171
32.389474
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/Builder.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,525
42.6
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,764
41.538462
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/WeaponFactory.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,452
39.883333
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/Sword.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,462
39.638889
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/Bow.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,456
39.472222
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/Spear.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,461
39.611111
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/WeaponType.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,420
38.472222
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/Axe.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,455
39.444444
140
java
java-design-patterns
java-design-patterns-master/factory-kit/src/main/java/com/iluwatar/factorykit/Weapon.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,388
42.40625
140
java
java-design-patterns
java-design-patterns-master/version-number/src/test/java/com/iluwatar/versionnumber/BookRepositoryTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,376
36.94382
140
java
java-design-patterns
java-design-patterns-master/version-number/src/test/java/com/iluwatar/versionnumber/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,808
36.6875
140
java
java-design-patterns
java-design-patterns-master/version-number/src/main/java/com/iluwatar/versionnumber/BookNotFoundException.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,542
43.085714
140
java
java-design-patterns
java-design-patterns-master/version-number/src/main/java/com/iluwatar/versionnumber/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,979
45.27907
140
java
java-design-patterns
java-design-patterns-master/version-number/src/main/java/com/iluwatar/versionnumber/BookDuplicateException.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,532
42.8
140
java
java-design-patterns
java-design-patterns-master/version-number/src/main/java/com/iluwatar/versionnumber/BookRepository.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,362
37.215909
140
java
java-design-patterns
java-design-patterns-master/version-number/src/main/java/com/iluwatar/versionnumber/VersionMismatchException.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,524
42.571429
140
java
java-design-patterns
java-design-patterns-master/version-number/src/main/java/com/iluwatar/versionnumber/Book.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,254
26.168675
140
java
java-design-patterns
java-design-patterns-master/saga/src/test/java/com/iluwatar/saga/choreography/SagaChoreographyTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,420
36.246154
140
java
java-design-patterns
java-design-patterns-master/saga/src/test/java/com/iluwatar/saga/choreography/SagaApplicationTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,659
39.487805
140
java
java-design-patterns
java-design-patterns-master/saga/src/test/java/com/iluwatar/saga/orchestration/SagaOrchestratorTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,383
36.84127
140
java
java-design-patterns
java-design-patterns-master/saga/src/test/java/com/iluwatar/saga/orchestration/SagaOrchestratorInternallyTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,143
27
140
java
java-design-patterns
java-design-patterns-master/saga/src/test/java/com/iluwatar/saga/orchestration/SagaApplicationTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,666
39.658537
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/SagaApplication.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,208
38.134146
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/ServiceDiscoveryService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,203
33.984127
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/Service.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,821
32.234783
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/FlyBookingService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,591
37.829268
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/WithdrawMoneyService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,027
35.872727
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/OrderService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,588
36.833333
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/HotelBookingService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,601
36.255814
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/ChoreographyChapter.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,191
31.235294
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/choreography/Saga.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,897
20.768889
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/OrchestrationChapter.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,951
32.655172
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/SagaApplication.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,331
39.144578
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/ServiceDiscoveryService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,993
37.346154
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/Service.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,275
36.311475
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/FlyBookingService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,512
41.027778
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/WithdrawMoneyService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,918
39.829787
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/SagaOrchestrator.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,079
26.2
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/OrderService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,513
41.055556
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/ChapterResult.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,004
30.328125
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/HotelBookingService.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,051
37
140
java
java-design-patterns
java-design-patterns-master/saga/src/main/java/com/iluwatar/saga/orchestration/Saga.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,264
25.647059
140
java
java-design-patterns
java-design-patterns-master/update-method/src/test/java/com/iluwatar/updatemethod/SkeletonTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,696
31.493976
140
java
java-design-patterns
java-design-patterns-master/update-method/src/test/java/com/iluwatar/updatemethod/WorldTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,127
30.294118
140
java
java-design-patterns
java-design-patterns-master/update-method/src/test/java/com/iluwatar/updatemethod/StatueTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,961
31.163934
140
java
java-design-patterns
java-design-patterns-master/update-method/src/test/java/com/iluwatar/updatemethod/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,563
40.157895
140
java
java-design-patterns
java-design-patterns-master/update-method/src/main/java/com/iluwatar/updatemethod/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,321
37.065574
140
java
java-design-patterns
java-design-patterns-master/update-method/src/main/java/com/iluwatar/updatemethod/Skeleton.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,535
30.7
140
java
java-design-patterns
java-design-patterns-master/update-method/src/main/java/com/iluwatar/updatemethod/Statue.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,075
28.239437
140
java
java-design-patterns
java-design-patterns-master/update-method/src/main/java/com/iluwatar/updatemethod/World.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
3,300
27.213675
140
java
java-design-patterns
java-design-patterns-master/update-method/src/main/java/com/iluwatar/updatemethod/Entity.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,759
32.207547
140
java
java-design-patterns
java-design-patterns-master/client-session/src/test/java/com/iluwatar/client/session/ServerTest.java
package com.iluwatar.client.session; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; class ServerTest { @Test void checkGetSession() { Server server = new Server("localhost", 8080); Session session = server.getSession("Session"); assertEquals("Session",...
353
22.6
60
java
java-design-patterns
java-design-patterns-master/client-session/src/test/java/com/iluwatar/client/session/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,551
38.794872
140
java
java-design-patterns
java-design-patterns-master/client-session/src/main/java/com/iluwatar/client/session/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,383
41.571429
140
java
java-design-patterns
java-design-patterns-master/client-session/src/main/java/com/iluwatar/client/session/Request.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,556
35.209302
140
java
java-design-patterns
java-design-patterns-master/client-session/src/main/java/com/iluwatar/client/session/Session.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,653
32.755102
140
java
java-design-patterns
java-design-patterns-master/client-session/src/main/java/com/iluwatar/client/session/Server.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,170
31.893939
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/test/java/com/iluwatar/factory/method/AppTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,620
38.536585
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/test/java/com/iluwatar/factory/method/FactoryMethodTest.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
4,248
39.855769
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/main/java/com/iluwatar/factory/method/App.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
2,870
42.5
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/main/java/com/iluwatar/factory/method/ElfWeapon.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,607
35.545455
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/main/java/com/iluwatar/factory/method/OrcBlacksmith.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,926
35.358491
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/main/java/com/iluwatar/factory/method/ElfBlacksmith.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,926
35.358491
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/main/java/com/iluwatar/factory/method/Blacksmith.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,473
41.114286
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/main/java/com/iluwatar/factory/method/WeaponType.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,624
33.574468
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/main/java/com/iluwatar/factory/method/OrcWeapon.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,608
35.568182
140
java
java-design-patterns
java-design-patterns-master/factory-method/src/main/java/com/iluwatar/factory/method/Weapon.java
/* * This project is licensed under the MIT license. Module model-view-viewmodel is using ZK framework licensed under LGPL (see lgpl-3.0.txt). * * The MIT License * Copyright © 2014-2022 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associat...
1,411
39.342857
140
java