Commit Graph

4448 Commits

Author SHA1 Message Date
Predrag Maric d38930100d BAEL-614 Fixed compilation error in NumbersProducer 2017-01-29 11:55:53 +01:00
Tomasz Lelek afa9292544 Merge branch 'master' into BAEL-614 2017-01-29 11:43:17 +01:00
KevinGilmore 8d68b5bcf9 Create README.md 2017-01-28 20:42:33 -06:00
Tomasz Lelek 0639b2cd6f BAEL-614 thread local random 2017-01-28 10:49:35 +01:00
Tomasz Lelek 2c0494dd03 BAEL-614 introduced poison pill message to stop our producers form run indefinitely 2017-01-28 10:45:57 +01:00
Mobi Blunt d472a7dfa0 Hibernate one to many Tutorial (#1050)
* First Commit

* Second Commit for Guide to JGit

* Hibernate many to one example

* added test units to hibernate one to many tutorial
2017-01-28 09:16:00 +01:00
pedja4 a722a46373 Merge pull request #1061 from felipe-gdr/master
BAEL-612: Guide to java.util.concurrent.Future
2017-01-28 08:39:34 +01:00
Muhammed Almas ed6e3f56a5 BAEL-637 Pre conditions (#1054)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.

* BAEL-637 Guide to PreConditions
2017-01-27 23:25:42 +01:00
Felipe Reis c0756273ca BAEL-612: Example usage of ForkJoinTask 2017-01-27 18:23:23 -02:00
Felipe Reis f36d7f1ac2 BAEL-612: Single and multi threaded Future usage. 2017-01-27 18:23:11 -02:00
Vivek Kumar 6f9e6e0f20 BAEL 575: Pull request for Projections and Aggregation in Spring Data MongoDB (#1047)
* BAEL-575 - update spring data mongodb version to 1.9.6, update query dsl version to
4.1.4, Add constuctor to user class, add projection tests

* BAEL-575 - Add aggregation test files and zips.json resource
2017-01-27 20:24:49 +01:00
Nitish Bangera af44518a6a BAEL-591 : Changes in the Final review. (#1059)
* String to char and vice versa initial article code

* Junit test case for String Conversion. Deleting normal class.

* Changes based on review.

* BAEL-591 : New Java9 Collectors code snippet

* Deleting String conversion test

* BAEL-591 : Changing to BDD style testcase names.

* BAEL-591 : Changes based on final review
2017-01-27 20:00:28 +01:00
pivovarit 5f89c098bd Merge remote-tracking branch 'origin/master' 2017-01-27 17:48:31 +01:00
pivovarit abb541bfba Fix Worker.java 2017-01-27 17:48:22 +01:00
Pedja 9f38b7c681 Merge branch 'tomekl007-BAEL-382_kotlin' 2017-01-27 15:12:21 +01:00
Pedja 4999547861 BAEL-382 Added java sources into pom.xml 2017-01-27 15:11:34 +01:00
Pedja a765ad26ec Merge branch 'BAEL-382_kotlin' of https://github.com/tomekl007/tutorials into tomekl007-BAEL-382_kotlin 2017-01-27 14:45:57 +01:00
Tian Baoqiang 5d2abc9031 add concurrentmap tests (#1051) 2017-01-27 14:10:49 +01:00
Pedja fb61d1b187 BAEL-614 Changed to use ThreadLocalRandom instead of Random 2017-01-27 12:24:31 +01:00
Pedja 9308d7d54b Merge branch 'tomekl007-BAEL-614' 2017-01-27 11:58:37 +01:00
Pedja 4ff894095c BAEL-614 Added "public" to class definitions; Formatted code 2017-01-27 11:52:17 +01:00
Pedja 955d26116c Merge branch 'BAEL-614' of https://github.com/tomekl007/tutorials into tomekl007-BAEL-614 2017-01-27 11:40:31 +01:00
Nitish Bangera cc7d5ba3fc Final Review changes. (#1055)
* String to char and vice versa initial article code

* Junit test case for String Conversion. Deleting normal class.

* Changes based on review.

* BAEL-591 : New Java9 Collectors code snippet

* Deleting String conversion test

* BAEL-591 : Changing to BDD style testcase names.
2017-01-26 18:50:41 +01:00
Tomasz Lelek c9a1fb1b39 BAEL-614 move to proper package, move inner classes to separate classes 2017-01-26 18:41:29 +01:00
Tomasz Lelek 350765edfc Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-614 2017-01-26 18:39:25 +01:00
DOHA 09fc6d9ee4 secure configuration server 2017-01-26 13:27:28 +02:00
DOHA cf7d8078aa change server port 2017-01-26 13:27:20 +02:00
DOHA 4c0a72d6e7 configure discovery and resource servers 2017-01-25 23:35:39 +02:00
Egima profile 663951d8eb refactored Comparator code in TreeMap test (#1036)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article

* added project for regex

* changed regex project from own model to core-java

* added project for routing in play

* made changes to regex project

* refactored code for REST API with Play project

* refactored student store indexing to zero base

* added unit tests, removed bad names

* added NIO Selector project under core-java module

* requested changes made

* added project for nio2

* standardized exception based tests

* fixed exception based tests

* removed redundant files

* added network interface project

* used UUID other than timestamps

* fixed network interface tests

* removed filetest change

* made changes to NIO2 FileTest names

* added project for asyncronous channel apis

* added project for NIO2 advanced filesystems APIS

* merge conflicts

* merged changes to asyncfiletest with future get API

* removed while loops from async client and server

* added project for java8 optional

* fixed merge conflicts in spring-core

* fixed optional

* fixed optional

* fixed asyncechotest

* shifted optional to own package

* made additional tests to demo filter API

* added code for Map

* added javaslang project

* javaslang project

* added pattern matcher code

* refactored comparator code for TreeMap

* refactored Comparator code
2017-01-25 20:22:00 +01:00
Jesus Boadas a78f9ad680 Revert "Building an Application with Spring Boot" (#1045) 2017-01-25 20:21:20 +01:00
DOHA 7870c613b6 rename server 2017-01-25 20:47:33 +02:00
DOHA d99365a493 Fix configuration 2017-01-25 20:35:21 +02:00
Tomasz Lelek 31c65f649a BAEL-614 java/kotlin interop 2017-01-25 19:30:06 +01:00
Tomasz Lelek ea7e3db154 BAEL-614 remove println 2017-01-25 19:10:49 +01:00
Tomasz Lelek 5013f7be99 BAEL-614 without a fibonacci 2017-01-25 19:07:48 +01:00
lor6 ff77354a26 file upload max size controller, handler (#999)
* file upload max size controller, handler

* add controller advice

* update controller

* add reset button
2017-01-25 09:59:18 -06:00
KevinGilmore 86b3ccefb4 Update README.md 2017-01-25 09:44:43 -06:00
KevinGilmore 2affafd08f Create README.md 2017-01-25 09:42:51 -06:00
DOHA 6b23f7f7cf add configuration server 2017-01-25 16:36:46 +02:00
pedja4 3793b32dee Merge pull request #1012 from mogronalol/master
BAEL-613 CountDownLatch
2017-01-25 11:46:22 +01:00
Nitish Bangera dd2772a387 BAEL-591 : New Stream Collectors in Java 9 (#1046)
* String to char and vice versa initial article code

* Junit test case for String Conversion. Deleting normal class.

* Changes based on review.

* BAEL-591 : New Java9 Collectors code snippet

* Deleting String conversion test
2017-01-25 09:15:11 +01:00
Alex Theedom e02f7825a3 Merge remote-tracking branch 'origin/master' 2017-01-24 09:59:27 +00:00
Alex Theedom b7cd127b48 Remove packaging type WAR from POM 2017-01-24 09:58:57 +00:00
DOHA ec121c1ade add book reviews service 2017-01-24 11:06:16 +02:00
Jesus Boadas e4bc0a44ce Move intro inside main src (#1037)
* Initial commit

* Initial commit

* deleted old files

* classNotFoundException-contextLoaderListener

* Spring Boot Application

* delete ClassNotFoundException

* Add intro package inside main source tree
2017-01-24 09:42:09 +01:00
Daniele Demichelis 673faede4c baeldung-articlesBAEL-553 Intro to Spring Remoting with HTTP Invokers (#1034)
* First test with log4j rolling appenders

* small fix

* Log4j rolling appender

* First set up with rolling file on log4j 2

* Added logback code.

* log4j2 more detailed example

* log4j2 more detailed example

* Improved names and examples

* Fixed configurations

* improved configs

* formatted

* Final fix

* fixed formatting

* Formatting fix

* Fix sample apps to avoid try / catch

* Fix request to replace files

* Fix end lines

* Log4j2 logger is shot down at the end.

* Initial commit, the server starts launched from maven

* made room for client and server projects

* made room for client and server projects

* base example works

* poms restructured

* packages restructured

* packages restructured

* Some renaming and a proper formatting string

* Small renamings

* Small renamings

* Fixed invoked URL in client through fixing bean name

* java.time.* instead of java.util.Date

* java.time.* instead of java.util.Date

* Removed log on file, kepts log on console

* Updated Spring and Logback version to latest release.

* Exception removed from run()

* Code simplification.
- Interfaces and objects simplified.
- Spring Boot instead of plain Spring
- No need for Tomcat plug in anymore.

* Small updates to poms.

* Unused classes removed.

* Unused classes removed.
2017-01-23 22:00:58 -06:00
Alex Theedom 9220584528 Add video tutorial module and Jackson annotation code 2017-01-23 16:56:53 +00:00
Ravi-ronic 7a4d666521 BAEL-524 Building an MVC application using Struts 2 (#1010)
* BAEL-524	 Building an MVC application using Struts 2

* BAEL-524	 Building an MVC application using Struts 2

* BAEL-524	Building an MVC application using Struts 2
2017-01-23 16:10:49 +01:00
DOHA 8f590967c9 add security configuration 2017-01-22 16:23:14 +02:00
Zeger Hendrikse 2f4fcc0b9b Reformatted some statements 2017-01-22 15:17:16 +01:00