15651 Commits

Author SHA1 Message Date
Loredana Crusoveanu
6f93d7f2b1
Merge pull request #5996 from amit2103/BAEL-10837
[BAEL-10837] - Splitted core-java-concurrency module
2018-12-27 20:52:35 +02:00
YuCheng Hu
1fab3fa204 提交一个 Java 8 的方法和一个递归的方法 2018-12-27 13:49:22 -05:00
YuCheng Hu
197a3580d1 添加新的测试数据 2018-12-27 13:37:20 -05:00
YuCheng Hu
edd772d01c 展平数组测试 2018-12-27 13:35:36 -05:00
Maiklins
545bdb0559
Merge pull request #1 from eugenp/master
Update - 20191227
2018-12-27 16:21:18 +01:00
Ganesh Pagade
6ae59f8f8d clean up 2018-12-27 17:08:34 +05:30
Ganesh Pagade
9e23ea5abe simplier asserts 2018-12-27 17:02:37 +05:30
Tom Hombergs
417a81d47e
Merge pull request #5939 from eugenp/akka
Akka HTTP
2018-12-27 11:42:39 +01:00
Loredana Crusoveanu
8626b6413d
Merge pull request #6003 from eugenp/lor6-patch-13
Update README.md
2018-12-27 12:38:34 +02:00
Loredana Crusoveanu
67d011540e
Update README.md 2018-12-27 12:35:01 +02:00
Steven van Beelen
d5ad67a801 BAEL-2435 Add http resource
Add http resource to try out all the end points when running the
application in Intellij
2018-12-27 10:47:22 +01:00
Steven van Beelen
4c7303c293 BAEL-2435 Rename main file
Rename main file from MessagesRunner to OrderApplication
2018-12-27 10:46:45 +01:00
Steven van Beelen
769af6759e BAEL-2435 Introduce Query message logic
Introduce a FindAllOrderedProductsQuery query message, which is
published on the QueryGateway through the OrderRestEndpoint and handled
by the OrderedProductsEventHandler
2018-12-27 10:39:42 +01:00
Steven van Beelen
84b6dc1dbb BAEL-2435 Switch domain around
Change the domain from 'Messages' to 'Order' as that domain is better
suited for an example project like this. The Query Model would be better
 suited to revolve around the OrderedProducts rather than just printing
 out a line of text. To that end, add a OrderedProduct model with the
 OrderStatus, which is updated in the (renamed)
 OrderedProductsEventHandler upon all the events
2018-12-27 10:36:10 +01:00
Steven van Beelen
eab6dfe0dd BAEL-2435 Switch domain around
Change the domain from 'Messages' to 'Order' as that domain is better
suited for an example project like this. Update the endpoint to reflect
the order focus i.o. the message focus. Additionally, add a POST
endpoint which would return an exception due to the state check in the
aggregate
2018-12-27 09:55:49 +01:00
Steven van Beelen
bd0a1efe70 BAEL-2435 Switch domain around
Change the domain from 'Messages' to 'Order' as that domain is better
suited for an example project like this. To that end the
MessagesAggregate should be replaced by an OrderAggregate. Additionally,
 add some decision making logic which denies the shipping of an order if
 it hasn't been confirmed yet. Adjust and update thee unit test
 accordingly
2018-12-27 09:51:08 +01:00
mherbaghinyan
5dd6d52025 Vector class more tests 2018-12-27 12:48:51 +04:00
Steven van Beelen
2279246a42 BAEL-2435 Switch domain around
Change the domain from 'Messages' to 'Order' as that domain is better
suited for an example project like this. First, update the commands and
events, adding an extra command/event to flesh out the domain some what
2018-12-27 09:39:40 +01:00
codehunter34
acf8034d93 BAEL-2399: Guice vs Spring - Dependency Injection 2018-12-26 23:58:04 -05:00
greg
a5cf9e4343 BAEL-2438 Difference between HashMap and HashTable (#5931)
* BAEL-2368 convert string array to string

* BAEL-2368 Convert array to string code

* BAEL-2368 Change package

* Fix for test

* BAEL-2438 Difference between HashMap and HashTable
2018-12-26 21:46:39 -06:00
YuCheng Hu
d12dd975c0 添加新的测试 JUnit 类 2018-12-26 17:53:11 -05:00
YuCheng Hu
c8fada5726 修改包的名字进行修改 2018-12-26 17:38:46 -05:00
YuCheng Hu
853a073b65 修改包的名字 2018-12-26 17:38:00 -05:00
YuCheng Hu
96ea15ef65 修改包的名字 2018-12-26 17:37:38 -05:00
Loredana Crusoveanu
f1f5beee37
Merge pull request #5995 from eugenp/lor6-patch-12
Update README.md
2018-12-26 21:25:03 +02:00
Loredana Crusoveanu
705128d9ba
Merge pull request #5999 from eugenp/BAEL-2175-v2
new module core-java-perf
2018-12-26 21:24:44 +02:00
Loredana
0a0701c947 new module core-java-perf 2018-12-26 20:42:28 +02:00
Loredana Crusoveanu
4600c02f84
Merge pull request #5990 from faabianr/BAEL-2454
BAEL-2454 Add new section in Java Http Request article
2018-12-26 20:10:07 +02:00
YuCheng Hu
79296322bf 不使用循环的输出测试程序 2018-12-25 21:20:50 -05:00
YuCheng Hu
aa0b09e306 不使用循环的方式输出循环的值,具体问题,请参考:https://www.cwiki.us/display/ITCLASSIFICATION/Count+Up+Down 2018-12-25 21:17:34 -05:00
YuCheng Hu
a35c713322 Kayak 添加数组排列算法 2018-12-25 16:00:26 -05:00
YuCheng Hu
145596a71e 更新测试结果,修改 https://www.cwiki.us/display/ITCLASSIFICATION/Robot+Movement
中的图片
2018-12-25 15:10:07 -05:00
kyleandari
21bde94745 Java Interfaces Examples (#5992)
* Implementing Hexagonal Architecture in java

* Implementing multi-inheritance and Polymorphism using interfaces

* Removing hexagonal code

* Deleting hexagonal architecture code

* fix for unit test names

* Java Interfaces examples
2018-12-25 11:58:14 -08:00
YuCheng Hu
91a4b7964a 有关问题的 详细解释和说明,请参考
https://www.cwiki.us/display/ITCLASSIFICATION/Robot+Movement 中的内容
2018-12-25 14:41:13 -05:00
YuCheng Hu
8a65195b33 Kayak 代码面试题中的有关按照坐标移动的问题 2018-12-25 14:39:56 -05:00
YuCheng Hu
6b3f0afa0f Kayak 面试题中的 Unit 测试 2018-12-25 14:38:25 -05:00
YuCheng Hu
58b84c1fdb 将包的名字进行重命名 2018-12-25 13:45:41 -05:00
YuCheng Hu
efcfd98982 README 文件名大写 2018-12-25 13:32:07 -05:00
YuCheng Hu
824355ade6 尝试将 README 名字大写 2018-12-25 13:31:23 -05:00
YuCheng Hu
4383c19b63 修改 POM 文件 2018-12-25 13:29:44 -05:00
amit2103
45ba2a9387 [BAEL-10837] - Splitted core-java-concurrency module 2018-12-25 21:54:46 +05:30
Loredana Crusoveanu
55158e59c9
Update README.md 2018-12-25 15:54:29 +02:00
Loredana Crusoveanu
8fbed2e741
Merge pull request #5993 from amit2103/BAEL-10839
[BAEL-10839] - Added missed class and moved articles related to hashc…
2018-12-25 15:53:44 +02:00
Loredana Crusoveanu
ed05ee188b
Merge branch 'master' into BAEL-10839 2018-12-25 15:25:31 +02:00
Loredana Crusoveanu
eb3503be30
Merge pull request #5985 from amit2103/BAEL-10838
[BAEL-10838] - Created core-java-lang-syntax module
2018-12-25 15:15:17 +02:00
Loredana Crusoveanu
bb57ab3de1
Merge pull request #5983 from amit2103/BAEL-10968
[BAEL-10968] - Updated Jackson Dates article
2018-12-25 15:11:43 +02:00
Loredana Crusoveanu
ddef2c4043
Merge pull request #5994 from eugenp/BAEL-9044-v2
move networking articles, update readme
2018-12-25 15:02:23 +02:00
Loredana Crusoveanu
be54e39e60
Merge branch 'master' into BAEL-10838 2018-12-25 14:25:08 +02:00
Loredana
e02f08eb8c update readmes 2018-12-25 14:13:34 +02:00
Loredana
fb66f1bc78 move networking articles, update readme 2018-12-25 14:05:10 +02:00