81 Commits

Author SHA1 Message Date
Vivek Kumar
0aa46996a6 BAEL-580 handling exceptions in lambda expressions (#1004) 2017-01-17 09:01:59 +01:00
Muhammed Almas
a8d61e77dd BAEL-519 Introduction to LMAX Disruptor (#948)
* 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
2017-01-15 19:48:42 +01:00
Danil Kornishev
fbb4065024 Nashorn second Attempt (#923)
* Nashorn

* Nashorn x2

* Nashorn added trailing newlines

* Cleanup

* Formatted script lines

* Change system outs to asserts

* Change Nashorn to be Junit tests

* Remove empty test
2017-01-06 15:20:47 +01:00
Ravi-ronic
4a96076ecf BAEL-538 Basic introduction to JMX technology (#937)
wordpress link http://inprogress.baeldung.com/wp-admin/post.php?post=27628&action=edit
2016-12-29 03:00:03 -06:00
maibin
ed89b85f18 Slope One refactoring (#926)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase

* SA further fixes

* Slope One plus package refactoring

* SlopeOne refactoring
2016-12-26 21:21:17 +01:00
Saptarshi Basu
428bfcc8f2 WatchService vs. Apache Commons IO Mnitoring (#921)
* WatchService vs. Apache Commons IO Mnitoring

* Indentation fixed
2016-12-24 13:44:35 -06:00
maibin
1a17166d36 Slope One Algorithm (#917)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase

* SA further fixes

* Slope One plus package refactoring
2016-12-23 12:36:08 -06:00
Egima profile
3b6d709108 Code for Map (#909)
* 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
2016-12-21 21:07:46 +01:00
maibin
daa711d5a3 Simulated Annealing fix (#910)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase

* SA further fixes
2016-12-19 22:38:56 +01:00
Danil Kornishev
c2f7711923 Nashorn (#896) 2016-12-19 22:16:49 +01:00
maibin
39cc3511ad Simulated Annnealing fixes (#907)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase
2016-12-19 19:13:52 +01:00
Naoshadul Islam
1b59823654 Created README.md and added relevant articles (#901)
* Added relevant articles

* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Added relevant articles

* Added relevant articles

* Update README.md

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Update README.md

* Added relevant articles

* Update README.md

* Created README.md and added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Added relevant articles

* Created README.md and added relevant articles

* Update README.md
2016-12-18 02:15:07 -06:00
eugenp
d66d9fb2c0 maven fix and small formatting work 2016-12-17 15:24:36 +02:00
maibin
7f45d8f9c9 Simulated Annealing algorithm (#900)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Simulated Annealing algorithm

* Rebase

* Rebase
2016-12-16 21:10:54 +01:00
Naoshadul Islam
804f7ebfa8 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam
b9a290fd7a Created README.md and added relevant articles: 2016-12-15 21:34:38 +01:00
Naoshadul Islam
f53fe18755 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
DOHA
a3e61b9427 upgrade and cleanup 2016-12-13 22:02:58 +02:00
Egima profile
8f9f3bdfee Added new code snippets to OptionalTest to further demo filter API (#881)
* 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
2016-12-06 21:55:33 +01:00
slavisa-baeldung
4f4782255a BAEL-367 - Simplyfing code 2016-12-05 10:59:53 +01:00
eugenp
9621327040 minor formatting work 2016-12-05 11:50:57 +02:00
slavisa-baeldung
9d3b8dfb72 BAEL-376 - changing method signatures 2016-12-04 12:13:12 +01:00
slavisa-baeldung
5925abc243 BAEL-376 - simplifying 2016-12-04 09:59:30 +01:00
slavisa-baeldung
1a7f172587 BAEL-376 - Adding more test code 2016-12-03 10:53:17 +01:00
slavisa-baeldung
287fbc3b10 Merge branch 'master' into pr/873-yassser
Conflicts:
	core-java/src/main/java/com/baeldung/generics/Generics.java
	core-java/src/test/java/com/baeldung/generics/GenericsTest.java
2016-12-03 10:20:26 +01:00
Yasser Afifi
b18e801370 added more example 2016-12-02 23:31:10 +00:00
Egima profile
aa68501341 merged formatting changes and removed while loops in asynchronous client (#870)
* 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
2016-12-01 09:55:20 +01:00
eugenp
f354f9e305 minor formatting work 2016-11-30 09:05:38 +02:00
pivovarit
211d769942 Refactor FileSearchExample 2016-11-29 18:02:19 +01:00
Egima profile
cdb6dfd79e asyncronous channel apis (#839)
* 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
2016-11-25 16:48:25 +01:00
slavisa-baeldung
2186f64126 BAEL-376 - java generics code 2016-11-20 22:35:17 +01:00
Yasser Afifi
6835625602 added generics example method and tests 2016-11-20 20:20:52 +00:00
Grzegorz Piwowarek
697956e003 Remove duplicated file 2016-11-16 17:09:19 +02:00
Grzegorz Piwowarek
d1a12c2f6c Merge pull request #831 from maibin/master
X to PDF conversions
2016-11-16 10:29:13 +01:00
Grzegorz Piwowarek
dbe099fab3 Merge pull request #834 from sameira/master
Adding SHA-256 hashing impl and test classes
2016-11-14 21:54:08 +01:00
Sameera
8e2ad93233 Adding SHA-256 hashing impl and test classes 2016-11-14 22:31:50 +05:30
Grzegorz Piwowarek
315e1aa9cd Remove duplicate file 2016-11-14 16:26:41 +01:00
maibin
2d34971fcc Junit5 (latest two commits) (#825)
* PDF to X

* PDF to X

* Remove created doc

* Code fixes and cleanup for PDF module

* Fix web.xml in spring-mvc-web-vs-initializer project

* Rollback web.xml

* Fixes to PDF article

* Merge with main eugen branch

* Junit 5

* Fix name of test and modifier
2016-11-14 09:45:01 +01:00
michal_aibin
94bfcd3b26 Merge with main eugen branch 2016-11-12 22:15:57 +01:00
Nikhil Khatwani
c30bd6caa7 BAEL-29 Refactored Code to comeup with Unit Test 2016-11-12 13:52:26 +05:30
Jim Kerak
9399b42f9f Merge pull request #772 from khatwaniNikhil/BAEL-29-StringConversions
Bael 29 string conversions
2016-11-06 12:52:19 -05:00
eugenp
8ce7e1f588 formatting work 2016-11-03 18:04:09 +02:00
eugenp
455df4e499 minor cleanup in the java project 2016-11-03 18:03:47 +02:00
slavisa-baeldung
bde9a0032f NOJIRA - test and some minor fixes 2016-11-03 13:29:17 +01:00
eugenp
8628a63d95 test fixes 2016-11-03 12:47:43 +02:00
Eugen
5c56f09445 Merge pull request #783 from sbmaggarwal/master
Added HexToAscii example.
2016-11-03 02:42:38 -05:00
Nikhil Khatwani
c48a5c2c79 Fixed Failing EchoTest (#782) 2016-11-03 07:19:18 +00:00
Shubham Aggarwal
f1d7209198 Test case created for HexToAscii 2016-11-03 09:17:28 +05:30
Shubham Aggarwal
961f4f5b1e Test case created for HexToAscii 2016-11-03 09:13:21 +05:30
DOHA
c0c8d8690e cleanup 2016-10-31 12:06:29 +02:00