8120 Commits

Author SHA1 Message Date
Dassi Orleando
3d99307365 BAEL-1216: Introduction to the Oriented Java APIs 2017-12-24 05:48:32 +01:00
Jose Carvajal
85f12cd254 BAEL-399: A Guide to Multitenancy in Hibernate 5 (#3235)
* BAEL-399: A Guide to Multitenancy in Hibernate 5

* Removed unused properties in profile 2
2017-12-23 17:23:21 -06:00
Loredana Crusoveanu
13d47f0873
Merge pull request #3285 from eugenp/BAEL-1329
remove extra serialization ex
2017-12-23 23:00:22 +02:00
Loredana Crusoveanu
b18c4deb3f remove extra serialization ex 2017-12-23 22:36:56 +02:00
Loredana Crusoveanu
cc39f18d21
Merge pull request #3208 from Ahmad-alsanie/master
BAEL-1329 A Guide to Java Initialization
2017-12-23 22:28:30 +02:00
KevinGilmore
314e2148b2
BAEL-1326 2nd attempt (#3281)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README

* BAEL-1326: Default and static methods in interfaces
2017-12-23 07:04:16 -06:00
Chris Franklin
d76d39fb87 Christopher Franklin Different Types of Bean Injection in Spring
My first article about the three different types of bean injection
supported by the Spring Framework. This code walks through all three
methods and has supporting tests.
2017-12-22 10:59:53 -05:00
Victor Ikoro
52edd46c0a BAEL-1371 - Guide to Cipher class (#3150)
* Bean Injection Types

* Bean Injection Types

* Bean Injection Types

* Bean Injection Types -  Added / Fixed tests

* BAEL-1371 Encryptor class

* BAEL-1371 Modified Encryptor class, added encryptor test

* BAEL-1371 Modified Encryptor class, added encryptor test

* BAEL-1371 removed spring core files

* BAEL-1371 Update test, new line for "when" and "then" logic

* BAEL-1371 Fixed tests

* BAEL-1371 cleanup and assertj assertions
2017-12-21 21:39:55 -06:00
Eric Goebelbecker
0d22a64cbf BAEL-1420 - introduction to InfluxDB with Java (#3276)
* BAEL-1420 - introduction to InfluxDB with Java

* BAEL-1420 - removed unused catches. Shorten batch timer.

* BAEL-1420 - add notes to readme.
2017-12-21 16:44:00 -08:00
Tim Schimandle
4f0ae5d2e3 BAEL-1176 SPring Could Heroku (#3212)
* BAEL-1176 setting up base application with in memory database

* BAEL-1176 adding postgres stuff

* BAEL-1176 swapping product entity for book entity to make this in line with other spring boot apps.

* BAEL-1176 change products endpoint to books
2017-12-21 18:22:27 +01:00
Shouvik Bhattacharya
d14cc42306 BAEL-1438: TreeMap vs HashMap (#3265)
* BAEL-1438: Final code.

* BAEL-1438: Temporary commit.

* BAEL-1438: New Changes.

* BAEL-1438: New test case to support Java 8 features.
2017-12-21 08:44:27 -08:00
André Thiago
2bff7a623e BAEL-1328 Solving conflcts and applying code formatter. (#3273)
* BAEL-1328 How to Invert an Array in Java

* Removing code from evaluation article.

* BAEL-1328
Adjusting spaces and implement inversion with commons lang3 and guava.

* BAEL-1328 Renaming unit test class; using AssertJ.

* BAEL-1328 Change to use rangeClosed.

* BAEL-1326 Solving conflicts and apply code formatting.
2017-12-21 09:06:58 -06:00
DOHA
908b766575 Merge remote-tracking branch 'eugenp/master' 2017-12-21 12:32:25 +02:00
Eugen
9ed1d5b7b4
Delete README.md 2017-12-21 11:10:07 +02:00
José Carlos Valero Sánchez
b4dd01013f
Merge pull request #3241 from linhvovn/BAEL-1411
[tlinh2110@gmail.com] Testing Method Security
2017-12-20 22:38:53 +00:00
José Carlos Valero Sánchez
9c0c1e78a3
Merge pull request #3245 from chrisoberle/master
Add flyway-callback demo code per BAEL-1316
2017-12-20 21:43:16 +00:00
KevinGilmore
057b41029a
Update README (#3272)
* BAEL-973: updated README

* BAEL-1069: Updated README

* BAEL-817: add README file

* BAEL-1084: README update

* BAEL-960: Update README

* BAEL-1155: updated README

* BAEL-1041: updated README

* BAEL-973: Updated README

* BAEL-1187: updated README

* BAEL-1183: Update README

* BAEL-1133: Updated README

* BAEL-1098: README update

* BAEL-719: add README.md

* BAEL-1272: README update

* BAEL-1272: README update

* BAEL-1196: Update README
2017-12-19 22:46:36 -06:00
daoire
c9eeb7f04f
Merge pull request #3270 from eugenp/daoire-patch-2
Update README.md
2017-12-19 19:40:00 +00:00
daoire
2cbd44df83
Update README.md 2017-12-19 19:03:15 +00:00
linhvovn
665195dc98 [tlinh2110@gmail.com] Update test runner 2017-12-19 23:30:22 +08:00
Eugen Paraschiv
533218682f import cleanup 2017-12-19 13:51:58 +02:00
Seun Matt
87e7b66300 Added Complete Source Code for VRaptor BAEL-1214 (#3237)
* added updated example codes

* updated example code StringToCharStream

* deleted StringToCharStream.java locally

* removed redundant file

* added code for apache commons collection SetUtils

* refactored example code

* added example code for bytebuddy

* added example code for PCollections

* update pom

* refactored tests for PCollections

* spring security xml config

* spring security xml config

* remove redundant comment

* example code for apache-shiro

* updated example code for Vavr Collections

* updated Vavr's Collection example

* updated Vavr Collection file

* updated example code for Apache Shiro

* updated Vavr Collections example

* added example code for N1QL

* update example code for N1QL

* added integration test for N1QL

* update N1QL Example code

* update the N1QL example Code

* rename module to couchbase

* rename module to couchbase

* change module name in parent module and pom

* added cas-server module

* added cas secured app for Spring SSO with CAS

* refactor cas modules into cas folder

* updated files

* removed redundant files

* refactor the config for cas-server

* added sql file to generate tables and database

* added source code for VRaptor

* update source code for VRaptor article

* update pom and reformat code
2017-12-19 11:02:45 +01:00
Ahmed Tawila
3bcff4672e fix spring boot project failure (#3267) 2017-12-19 07:38:39 +01:00
Binesh Narayanan
94ace2eda8 BAEL-1348 | BatchProcessing example using jdbc (#3216)
* BAEL-EVAL | Adding an example to demo Bean Injection

### Changes done
A Spring boot app to demo bean injection

* Adding @Autowired for Constructor Injection

* BAEL-EVAL | Correcting the method name

* BAEL-EVAL

* BAEL-1348 | Adding example of Batch Processing in JDBC

### Changes done
- Added one example using statement
- Added one example using preparedstatement

* Removing evaluation article

* BAEL-1348 | Adding example of Batch Processing in JDBC

### Changes done
- Added an example using statement
- Added an example using preparedstatement

* BAEL-1348 | BatchProcessing example using jdbc

### Changes done
- Add example using statement
- Add example using PreparedStatement
- Add Unit Tests

* BAEL-1348 | Changes to pom.xml and refactoring UnitTest

* BAEL-1348 | Removing the example using spring-boot
2017-12-19 07:37:35 +01:00
Seun Matt
f4903c6118 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-18 20:22:53 +01:00
Seun Matt
457baf6015 update pom and reformat code 2017-12-18 20:22:31 +01:00
linhvovn
d145e559e2 [tlinh2110@gmail.com] remove unsed property 2017-12-18 22:57:20 +08:00
linhvovn
fb5dd0a85e [tlinh2110@gmail.com] Remove unused test cases 2017-12-18 22:55:23 +08:00
chober
8828d98fc7 update flyway dependency to latest 5.0.2 release 2017-12-18 13:52:59 +00:00
Carsten Gräf
617c2ffdba
Merge pull request #3257 from shouvikbhattacharya/BAEL-1433
BAEL-1433: Guide to TreeSet in Java
2017-12-18 06:50:12 +01:00
Carsten Gräf
89b2cdf238
Merge pull request #3225 from dhruba619/master
BAEL-1207 File search using Lucene
2017-12-18 06:48:14 +01:00
Loredana Crusoveanu
6592e4d179
Merge pull request #3239 from Wosin/BAEL-1367-variable-handles-demistyfied
VarHandles
2017-12-17 10:27:08 +02:00
Dominik
ec95d9b208 BAEL1367: VarHandles Article 2017-12-17 01:19:46 +01:00
Ahmed Tawila
783995351d Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-16 21:33:25 +02:00
Ahmed Tawila
1c6ece18d9 wait for some time before retrieving values 2017-12-16 21:33:15 +02:00
Loredana Crusoveanu
925297c60f
Merge pull request #3253 from asturcon/tutorials/binaryTreeJava
BAEL-1339 - Implementing a binary tree in Java
2017-12-16 20:21:01 +02:00
Loredana Crusoveanu
d3053922ca
Merge pull request #3256 from eugenp/BAEL-720
change repo name
2017-12-16 18:07:55 +02:00
shouvikbhattacharya
6b323c45cc BAEL-1433: Minor changes. 2017-12-16 21:28:03 +05:30
Loredana Crusoveanu
afb9578847 change repo name 2017-12-16 17:46:57 +02:00
Pazis
a5f78cf7d5 BAEL-1308 - Copy a File with Java (#3000)
* Create Student.java

* Create ApplicationContextTestBeanInjection.java

* Update Student.java

* added tests

added tests

* BAEL-1308

part 1

* Create test_stream.txt

* Create test_files.txt

* Create test_channel.txt

* Create test_apache.txt

* Create test.txt

* Delete test.txt

* Create readme.txt

* Delete Student.java

* Delete StudentInjectionTest.java

* Delete ApplicationContextTestBeanInjection.java
2017-12-16 13:18:09 +01:00
Grzegorz Piwowarek
bac07e4dca
Update README.md (#3252) 2017-12-16 13:15:22 +01:00
Carsten Gräf
1d73d59d93
Merge pull request #3243 from shouvikbhattacharya/BAEL-1433
Bael 1433: Guide to TreeSet in Java
2017-12-16 12:47:39 +01:00
Marcos
959845621f refactor 2017-12-16 12:37:30 +01:00
Marcos
7acbc7902d recursived deletion binary tree 2017-12-16 12:33:50 +01:00
Loredana Crusoveanu
5055f348b6
Merge pull request #3255 from eugenp/BAEL-1304
change test name
2017-12-16 11:07:43 +02:00
Loredana Crusoveanu
f7c32aabb1 change test name 2017-12-16 10:39:02 +02:00
Loredana Crusoveanu
6e0f93def2
Merge pull request #3236 from abialas/master
BAEL-1304
2017-12-16 09:09:24 +02:00
Loredana Crusoveanu
4ae33ebdf8
Merge pull request #3254 from egoebelbecker/master
BAEL-1374 -reuse search array
2017-12-16 08:13:55 +02:00
ericgoebelbecker
e20d477733 BAEL-1374 - reuse array 2017-12-15 18:58:37 -05:00
abialas
970de81734 BAEL-1304 changes after code review 2017-12-15 23:43:51 +01:00