Commit Graph

4263 Commits

Author SHA1 Message Date
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
Zeger Hendrikse f1711af9ce Merge branch 'master' of https://github.com/eugenp/tutorials into nguyennamthai-master 2016-12-19 19:18:14 +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
pedja4 3d60f5cc7a Merge pull request #904 from pared/introduction_to_image_processing
BAEL-384 - Initial commit
2016-12-19 10:31:43 +01:00
KevinGilmore ac6a6962a2 Update README.md 2016-12-18 18:03:11 -06:00
eugenp 51a96d14de cleanup work 2016-12-18 22:13:53 +02:00
eugenp e84137bdfc cleanup work 2016-12-18 22:04:12 +02:00
prd b6e8cf95c7 init 2016-12-18 20:59:24 +01:00
eugenp 43f407e6e7 Merge branch 'master' of https://github.com/eugenp/tutorials 2016-12-18 18:11:25 +02:00
eugenp 8ff889bc7d maven work 2016-12-18 18:11:05 +02:00
Daniele Demichelis b74df6163a Pull Request for "A Guide to Rolling File Appenders" article. (#876)
* 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
2016-12-18 09:36:34 -06:00
eugenp bfb062d57f maven cleanup work 2016-12-18 17:35:41 +02:00
eugenp 73d82faf52 maven cleanup work 2016-12-18 17:31:20 +02:00
Eugen 5c8f44b2c6 Update README.md 2016-12-18 14:13:57 +02:00
Muhammed Almas 64b7412a9a BAEL-282 - Grep in Java after code review (#903)
* BAEL-242 Package refactoring after code review for article Grep in Java

* BAEL-282 Updated readme file
2016-12-18 04:34:15 -06:00
pivovarit 38eef2d1c0 Refactor EJBClient.java 2016-12-18 10:00:11 +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
Kevin Gilmore a1fe0749c0 BAEL-35: Added test methods using Apache Commons Collections4 2016-12-17 08:12:32 -06:00
Kevin Gilmore 45ab03cc51 Merge remote-tracking branch 'upstream/master' 2016-12-17 07:58:33 -06:00
eugenp d66d9fb2c0 maven fix and small formatting work 2016-12-17 15:24:36 +02:00
Muhammed Almas b4ac6c6ec5 BAEL-36 BAEL-282 Getting file size using Java and apache commons IO api. Also grep in Java (#890)
* BAL-36 File size api in java and apache commons IO

* BAEL-36 Getting file size using Java and commons IO api.

* BAEL-282 Added support for grep functionality.

* BAEL-282 Rename the text file extension.
2016-12-17 07:19:13 -06:00
DOHA 5faf49eae2 fix intelliJ formatter 2016-12-17 01:42:47 +02:00
DOHA a2c022f4dd create intelliJ formatter 2016-12-16 23:01:10 +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
Sunil Mogadati 2fe2e2a971 BAEL-40: Add NDC and JBoss Logging to the demo application (#880)
* Add NDC and JBoss Logging to the demo application

* NDC for Log4j, Log4j2 and JBoss Logging

* Simplify NDC example by making it a single operation instead of two

* Make NDC example as RestController, Use JBoss Logging only as a logging bridge

* Fix merge conflicts in pull request - log-mdc pom.xml updated
2016-12-16 12:29:32 -06:00
maibin 8844871e2b @Async and SecurityContext (#872)
* @Async and Spring Security

* @Async with SecurityContext propagated

* Spring and @Async

* Simulated Annealing algorithm

* Rebase

* Rebase
2016-12-16 10:14:48 +01:00
Marek Lewandowski 0087a4ab3b Add spring-mvc-simple as a module 2016-12-16 09:58:23 +01:00
Marek Lewandowski e93714999e Rename to spring-mvc-simple 2016-12-16 09:58:13 +01:00
felipe-gdr ff35749338 BAEL-127: @PreFilter and @PostFilter annotations (#898)
* BAEL-127: simple app with filters

* removed data rest dependency, final adjustments

* added first live test for the rest api

* move filters code to new module

* moved to root of module, create service layer, standard pom
2016-12-16 01:26:52 -06:00
Kevin Gilmore 165c895f5b Merge remote-tracking branch 'upstream/master' 2016-12-15 17:16:47 -06:00
pivovarit afa7fed038 Merge branch 'mmm' 2016-12-15 21:35:49 +01:00
Naoshadul Islam 29f673a278 Created README.md and added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam 27c38bcba4 Created README.md and added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam b907157014 Added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam 0d36fa8c58 Created README.md and added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam 0e8f896695 Added relevant articles 2016-12-15 21:35:32 +01:00
Naoshadul Islam 43f3dc3ac9 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam f162243755 Added relevant Articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 2ef40b15a7 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 804f7ebfa8 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 27bb95f572 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam e1692d6643 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam f20dfd4b54 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam ab5e8a5e61 Added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 71ab5b5ad1 Created README.md and added relevant articles 2016-12-15 21:34:38 +01:00
Naoshadul Islam 28e5917405 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 346c38b02a 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