Commit Graph

4676 Commits

Author SHA1 Message Date
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
Zeger Hendrikse 31cd77375a Reformatted some statements 2017-01-22 15:13:05 +01:00
Muhammed Almas 29825bf89a BAEL-590 Test for RangeMap (#1032)
* 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-590 Added test to support RangeMap.
2017-01-22 15:10:21 +01:00
Muhammed Almas 004c907141 BAEL-589 Added test to support RangeSet (#1031)
* 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-589 Added new test for RangeSet.
2017-01-22 14:39:04 +01:00
Abhinab Kanrar 7ba5cfb314 rest with spark java (#1028) 2017-01-22 13:55:28 +01:00
Andrew Morgan 21649ab375 BAEL-613 - Added workers which wait for all other workers to start 2017-01-21 20:51:50 +00:00
Muhammed Almas f7236b301b BAEL-519 Disruptor in its own module. (#1017)
* 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.
2017-01-21 06:51:04 -06:00
DOHA 60f5dd0938 add live test 2017-01-21 12:02:06 +02:00
slavisa-baeldung d939853fe6 Merge branch 'pr/1014-stephen' 2017-01-21 08:06:57 +01:00
slavisa-baeldung 62c59c82ce BAEL-583 - minor changes 2017-01-21 08:06:30 +01:00
Andrew Morgan 65e7c7fa30 Updated test names 2017-01-20 20:48:48 +00:00
Muhammed Almas 1af04dbd85 BAEL-587 Bi map changes in test names (#1022)
* 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-587 Initial commit for BiMap support.

* BAEL-587 Added new tests

* BAEL-587 Added new tests.

* BAEL-519 Removed Disruptor link from readme file.

* BAEL-587 Reverted Disruptor changes

* BAEL-587 reverted changes

* BAEL-587 Changed test names.

* BAEL-587 renamed tests.
2017-01-20 02:12:17 -06:00
slavisa-baeldung 444c475d7c Merge branch 'master' into pr/1014-stephen 2017-01-20 08:21:36 +01:00
Parth Joshi ad63b55edb Spark Java Article BAEL-498 (#912)
* Initial Commit for Spark Java Article BAEL-498

* reverting main pom.xml and rollbacking accidental changes.

* Changes as per review:

1. Added UserService
2. Renamed UserStore to UserServiceMapImpl
3. Removed Empty spaces in User.java
4. Removed AppTest
5. Changes in SparkRestExample for using UserServiceMapImp instead of
UserStore static functions.

* Suggested changes in print messages.

* Changes as per comments on github... for PR:
https://github.com/eugenp/tutorials/pull/912

* Changes in editUser function as per guidance by Kevin.

* Clean up

* added 1.8 config for pom.xml

* Clean up.

* Removed junit dep.

* Added Application/json in response type.
2017-01-19 20:14:30 -06:00
Naoshadul Islam 117635f955 Added relevant articles (#1021)
* Added relevant articles

* Update README.md

* Added relevant articles

* Update README.md

* Added relevant articles
2017-01-19 16:10:13 -06:00
eugenp 522599fc02 testing cleanup 2017-01-19 23:14:44 +02:00
eugenp 61fa5ff781 minor cleanup 2017-01-19 23:12:01 +02:00
Tomasz Lelek 49bcf8c967 BAEL-382 BlocknigQueue producer consumer program 2017-01-19 21:35:23 +01:00
pivovarit 71c298276f Refactor MetricsTest 2017-01-19 21:00:55 +01:00
pivovarit b68337b329 Add surefire plugin 2017-01-19 20:49:51 +01:00
Jesus Boadas c256938a1c Building an Application with Spring Boot (#1018)
* Initial commit

* Initial commit

* deleted old files

* classNotFoundException-contextLoaderListener

* Spring Boot Application

* delete ClassNotFoundException
2017-01-19 19:33:37 +01:00
maibin a9a3f3ba58 Thymeleaf i18n resolved (#1016)
* How to work with dates in Thymeleaf

* Fixes in PR for Thymeleaf

* Changes to i18n

* Resolved issue with i18n
2017-01-19 16:55:19 +01:00
pivovarit 3a566b4cce Refactor SpringRetryTest 2017-01-19 14:13:54 +01:00
Predrag Maric 761603c76a Formatting in metrics tests 2017-01-19 13:01:10 +01:00