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/poison-pill/src/main/java/com/iluwatar/poison/pill/Consumer.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,298 | 33.833333 | 140 | java |
java-design-patterns | java-design-patterns-master/poison-pill/src/main/java/com/iluwatar/poison/pill/Message.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,385 | 27.070588 | 140 | java |
java-design-patterns | java-design-patterns-master/poison-pill/src/main/java/com/iluwatar/poison/pill/MessageQueue.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,501 | 44.515152 | 140 | java |
java-design-patterns | java-design-patterns-master/poison-pill/src/main/java/com/iluwatar/poison/pill/SimpleMessageQueue.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,846 | 35.215686 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/test/java/com/iluwatar/masterworker/ArrayInputTest.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,490 | 38.539683 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/test/java/com/iluwatar/masterworker/ArrayUtilityMethodsTest.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,927 | 36.076923 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/test/java/com/iluwatar/masterworker/system/ArrayTransposeMasterWorkerTest.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,265 | 35.548387 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/test/java/com/iluwatar/masterworker/system/systemworkers/ArrayTransposeWorkerTest.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,147 | 39.528302 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/Result.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,567 | 37.243902 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/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... | 4,258 | 50.313253 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/ArrayInput.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,932 | 33.104651 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/Input.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,673 | 35.391304 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/ArrayUtilityMethods.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,403 | 28.6 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/ArrayResult.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,535 | 40.513514 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/system/MasterWorker.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,883 | 36.68 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/system/ArrayTransposeMasterWorker.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,860 | 39.456522 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/system/systemmaster/ArrayTransposeMaster.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,383 | 41.3 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/system/systemmaster/Master.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,860 | 33.783784 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/system/systemworkers/ArrayTransposeWorker.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,371 | 39.896552 | 140 | java |
java-design-patterns | java-design-patterns-master/master-worker-pattern/src/main/java/com/iluwatar/masterworker/system/systemworkers/Worker.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 | 33.408451 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/test/java/com/iluwatar/doubledispatch/SpaceStationMirTest.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,039 | 27.411215 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/test/java/com/iluwatar/doubledispatch/FlamingAsteroidTest.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,130 | 27.990741 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/test/java/com/iluwatar/doubledispatch/RectangleTest.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,745 | 37.138889 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/test/java/com/iluwatar/doubledispatch/CollisionTest.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,583 | 39.566372 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/test/java/com/iluwatar/doubledispatch/SpaceStationIssTest.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,039 | 27.411215 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/test/java/com/iluwatar/doubledispatch/MeteoroidTest.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,051 | 27.523364 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/test/java/com/iluwatar/doubledispatch/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,810 | 35.959184 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/main/java/com/iluwatar/doubledispatch/Rectangle.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,958 | 36.673077 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/main/java/com/iluwatar/doubledispatch/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,310 | 39.876543 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/main/java/com/iluwatar/doubledispatch/GameObject.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,377 | 32.492958 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/main/java/com/iluwatar/doubledispatch/SpaceStationIss.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,637 | 38.95122 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/main/java/com/iluwatar/doubledispatch/Meteoroid.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,435 | 35.358209 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/main/java/com/iluwatar/doubledispatch/SpaceStationMir.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,867 | 36.736842 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/main/java/com/iluwatar/doubledispatch/FlamingAsteroid.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,651 | 38.333333 | 140 | java |
java-design-patterns | java-design-patterns-master/double-dispatch/src/main/java/com/iluwatar/doubledispatch/constants/AppConstants.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,466 | 42.147059 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/test/java/com/iluwatar/layers/entity/CakeTest.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,890 | 30.379032 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/test/java/com/iluwatar/layers/service/CakeBakingServiceImplTest.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... | 7,280 | 35.58794 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/test/java/com/iluwatar/layers/exception/CakeBakingExceptionTest.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,056 | 34.465517 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/test/java/com/iluwatar/layers/app/LayersAppTests.java | package com.iluwatar.layers.app;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.ApplicationContext;
import static org.junit.jupiter.api.Assertions.assertNotNull;
@SpringB... | 660 | 25.44 | 62 | java |
java-design-patterns | java-design-patterns-master/layers/src/test/java/com/iluwatar/layers/view/CakeViewImplTest.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,465 | 29.13913 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/dao/CakeDao.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,543 | 41.888889 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/dao/CakeLayerDao.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,566 | 40.236842 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/dao/CakeToppingDao.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,572 | 38.325 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/entity/CakeTopping.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,924 | 28.615385 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/entity/Cake.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,620 | 28.122222 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/entity/CakeLayer.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 | 28.984375 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/service/CakeBakingService.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,270 | 28.115385 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/service/CakeBakingServiceImpl.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,887 | 35.252632 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/exception/CakeBakingException.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,645 | 36.409091 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/com/iluwatar/layers/Runner.java | package com.iluwatar.layers;
import dto.CakeInfo;
import dto.CakeLayerInfo;
import dto.CakeToppingInfo;
import exception.CakeBakingException;
import lombok.extern.slf4j.Slf4j;
import service.CakeBakingService;
import view.CakeViewImpl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... | 2,480 | 34.956522 | 78 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/com/iluwatar/layers/app/LayersApp.java | package com.iluwatar.layers.app;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.domain.EntityScan;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.data.jpa.repo... | 699 | 32.333333 | 100 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/dto/CakeLayerInfo.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,038 | 32.42623 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/dto/CakeInfo.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,570 | 34.708333 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/dto/CakeToppingInfo.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,065 | 31.793651 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/view/CakeViewImpl.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,876 | 38.104167 | 140 | java |
java-design-patterns | java-design-patterns-master/layers/src/main/java/view/View.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,373 | 38.257143 | 140 | java |
java-design-patterns | java-design-patterns-master/step-builder/src/test/java/com/iluwatar/stepbuilder/CharacterStepBuilderTest.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,675 | 31.25 | 140 | java |
java-design-patterns | java-design-patterns-master/step-builder/src/test/java/com/iluwatar/stepbuilder/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,579 | 37.536585 | 140 | java |
java-design-patterns | java-design-patterns-master/step-builder/src/main/java/com/iluwatar/stepbuilder/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,506 | 33.722772 | 153 | java |
java-design-patterns | java-design-patterns-master/step-builder/src/main/java/com/iluwatar/stepbuilder/CharacterStepBuilder.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,907 | 24.696335 | 140 | java |
java-design-patterns | java-design-patterns-master/step-builder/src/main/java/com/iluwatar/stepbuilder/Character.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,172 | 31.924242 | 140 | java |
java-design-patterns | java-design-patterns-master/context-object/src/test/java/com/iluwatar/contect/object/ServiceContextTest.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,049 | 35.818182 | 140 | java |
java-design-patterns | java-design-patterns-master/context-object/src/test/java/com/iluwatar/contect/object/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,656 | 38.452381 | 140 | java |
java-design-patterns | java-design-patterns-master/context-object/src/main/java/com/iluwatar/context/object/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,840 | 41.402985 | 140 | java |
java-design-patterns | java-design-patterns-master/context-object/src/main/java/com/iluwatar/context/object/ServiceContextFactory.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,521 | 41.277778 | 140 | java |
java-design-patterns | java-design-patterns-master/context-object/src/main/java/com/iluwatar/context/object/LayerC.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 | 35.488889 | 140 | java |
java-design-patterns | java-design-patterns-master/context-object/src/main/java/com/iluwatar/context/object/LayerA.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,646 | 35.6 | 140 | java |
java-design-patterns | java-design-patterns-master/context-object/src/main/java/com/iluwatar/context/object/ServiceContext.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,560 | 36.166667 | 140 | java |
java-design-patterns | java-design-patterns-master/context-object/src/main/java/com/iluwatar/context/object/LayerB.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,646 | 35.6 | 140 | java |
java-design-patterns | java-design-patterns-master/data-mapper/src/test/java/com/iluwatar/datamapper/StudentTest.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,348 | 37.508197 | 140 | java |
java-design-patterns | java-design-patterns-master/data-mapper/src/test/java/com/iluwatar/datamapper/DataMapperTest.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,125 | 38.56962 | 140 | java |
java-design-patterns | java-design-patterns-master/data-mapper/src/test/java/com/iluwatar/datamapper/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,889 | 36.8 | 140 | java |
java-design-patterns | java-design-patterns-master/data-mapper/src/main/java/com/iluwatar/datamapper/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,131 | 36.73494 | 140 | java |
java-design-patterns | java-design-patterns-master/data-mapper/src/main/java/com/iluwatar/datamapper/Student.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,822 | 34.057692 | 140 | java |
java-design-patterns | java-design-patterns-master/data-mapper/src/main/java/com/iluwatar/datamapper/DataMapperException.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,000 | 40.6875 | 140 | java |
java-design-patterns | java-design-patterns-master/data-mapper/src/main/java/com/iluwatar/datamapper/StudentDataMapper.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,695 | 39.380952 | 140 | java |
java-design-patterns | java-design-patterns-master/data-mapper/src/main/java/com/iluwatar/datamapper/StudentDataMapperImpl.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,969 | 37.076923 | 140 | java |
java-design-patterns | java-design-patterns-master/monostate/src/test/java/com/iluwatar/monostate/LoadBalancerTest.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,917 | 35.936709 | 140 | java |
java-design-patterns | java-design-patterns-master/monostate/src/test/java/com/iluwatar/monostate/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,596 | 36.139535 | 140 | java |
java-design-patterns | java-design-patterns-master/monostate/src/main/java/com/iluwatar/monostate/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,496 | 45.240741 | 140 | java |
java-design-patterns | java-design-patterns-master/monostate/src/main/java/com/iluwatar/monostate/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,518 | 38.973684 | 140 | java |
java-design-patterns | java-design-patterns-master/monostate/src/main/java/com/iluwatar/monostate/LoadBalancer.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,518 | 31.294872 | 140 | java |
java-design-patterns | java-design-patterns-master/monostate/src/main/java/com/iluwatar/monostate/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,036 | 31.854839 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/test/java/com/iluwatar/servicetoworker/GiantModelTest.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,458 | 38.758621 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/test/java/com/iluwatar/servicetoworker/GiantViewTest.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,947 | 37.96 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/test/java/com/iluwatar/servicetoworker/GiantControllerTest.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,884 | 38.520548 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/test/java/com/iluwatar/servicetoworker/DispatcherTest.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,901 | 36.688312 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/test/java/com/iluwatar/servicetoworker/ActionTest.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,309 | 37.482143 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/test/java/com/iluwatar/servicetoworker/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,594 | 37.902439 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/main/java/com/iluwatar/servicetoworker/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,235 | 43.944444 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/main/java/com/iluwatar/servicetoworker/Command.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,731 | 41.243902 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/main/java/com/iluwatar/servicetoworker/Dispatcher.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,386 | 28.8375 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/main/java/com/iluwatar/servicetoworker/Action.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,501 | 28.093023 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/main/java/com/iluwatar/servicetoworker/GiantView.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 | 35.409091 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/main/java/com/iluwatar/servicetoworker/GiantModel.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,068 | 26.648649 | 140 | java |
java-design-patterns | java-design-patterns-master/service-to-worker/src/main/java/com/iluwatar/servicetoworker/GiantController.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,226 | 32.742424 | 140 | java |
java-design-patterns | java-design-patterns-master/currying/src/test/java/com/iluwatar/currying/BookCurryingTest.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,811 | 32.879518 | 140 | java |
java-design-patterns | java-design-patterns-master/currying/src/test/java/com/iluwatar/currying/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,600 | 39.025 | 140 | java |
java-design-patterns | java-design-patterns-master/currying/src/main/java/com/iluwatar/currying/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,778 | 42.94186 | 140 | java |
java-design-patterns | java-design-patterns-master/currying/src/main/java/com/iluwatar/currying/Genre.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 | 39.6 | 140 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.