6908 Commits

Author SHA1 Message Date
Chris Franklin
4f7d19e86a Revert "Christopher Franklin Different Types of Bean Injection in Spring"
This reverts commit d76d39fb87892a38da04105836facefbc7face5c.
2017-12-26 12:19:13 -05: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
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
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
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
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
Marcos
9ead70be1b var renamed 2017-12-15 20:42:56 +01:00
Marcos
1fa5e1a8e3 Merge remote-tracking branch 'upstream/master' into tutorials/binaryTreeJava 2017-12-15 20:27:41 +01:00
Marcos
15bc324430 binary tree changed to follow a recursive approach 2017-12-15 20:26:16 +01:00
ericgoebelbecker
6809155a91 BAEL-1374 - same search in each loop. 2017-12-15 13:19:43 -05:00
Jose Bob Santos Jr
ae109dfb7c BAEL-1330 Primitive Type Streams in Java 8 (#3106)
* initial commit for first article evaluation

* fixed compilation error

* removed final keywords for compliance

* added unit tests and refactored as needed

* refactored application-context.xml to use self-closing tags

* renamed tests to use UnitTest suffix

* removed unnecessary annotation

* added code samples for primitive streams

* removed sample code and tests for evaluation article

* renamed unit test to proper unit test naming

* added a test to show boxed method

* added the assertion to the test fox boxed

* changed mapToInt test to use Arrays.asList instead of a POJO as per Grzegorz and Eugen
2017-12-15 02:50:51 +01:00
ocheja
171d28a9d1 Remove verbose file info content (#3238)
* Define beans for handling different message types in a lean chat app

* Add class based spring beans configuration

* Define spring configuration in XML for constructor based bean injection

* Refactor package structure to separate constructor based bean injection code set from setter based bean injection code set

* Define configuration and classes specific to setter-based bean injection.

* Implement tests for constructor-based and setter-based bean injections

* develop codes for explaining type erasure

* Write unit tests for type erasure examples

* Remove evaluation article code

* Modify type erasure examples and unit tests

* Modify type erasure examples and unit tests

* Add expected exception in TypeErasureUnitTest

* Correct grammar in class name

* Implement File Manager app to demonstrate Polymorphism. Develop unit tests for Polymorphism article code

* Add examples for static polymorphism

* Change sysout statments to slf4j log info statements

* Add assertions and expected errors check on Test

* Add assertions and expected errors check on Test

* Correct compile time error of symbol not found

* Removed commented out non-compiling test.

* Replace string concatenations with String.format

* Replace string concatenations with String.format

* Remove verbose file info descriptor and replace with simpler one
2017-12-14 23:06:41 +01:00
Loredana Crusoveanu
542bbddab1
Merge pull request #3244 from eugenp/BAEL-720
fix windows jenkins script
2017-12-14 22:48:14 +02:00
Loredana Crusoveanu
92c92ee96c fix windows jenkins script 2017-12-14 22:24:31 +02:00
Loredana Crusoveanu
b2c31853a7
Merge pull request #3167 from dassiorleando/master
BAEL-720: Intro to Jenkins 2 and the power of pipelines
2017-12-14 21:48:44 +02:00
Muhammed Almas
9627971b46 BAEL-1375 Using compute for every usage. (#3242) 2017-12-14 17:54:27 +01:00
shouvikbhattacharya
ef4b560965 BAEL-1433: Article complete pushing final code. 2017-12-14 22:14:58 +05:30
Dassi Orleando
8caf1a6d4f Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-14 17:13:33 +01:00
Grzegorz Piwowarek
04df1cfef0 Remove spring-flyway (#3240)
* Remove spring-flyway

* Remove spring-flyway
2017-12-14 08:06:17 -08:00
shouvikbhattacharya
4e6650ca4d Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-1433 2017-12-14 20:17:02 +05:30
shouvikbhattacharya
0d07e421ff BAEL-1433: Commit changes for treeset article. 2017-12-14 20:15:00 +05:30
Dominik
07efbf9c01 VarHandles 2017-12-14 10:34:29 +01:00
Dassi Orleando
96bb1a3bd3 Merge branch 'master' of https://github.com/eugenp/tutorials 2017-12-14 05:40:10 +01:00
Loredana Crusoveanu
18c8747c98 BAEL-1248 google sheets api example (#3189)
* google sheets api example

* add dependencies

* rename test

* update test

* add comment

* trigger build

* trigger build

* Formatting to standards

* Getting rid of stray tabs

* Applying formatting rules to source files as well

* trigger build
2017-12-13 21:26:03 -07:00
abialas
b1323faaf3 BAEL-1304 add module spring-data-eclipselink 2017-12-13 23:20:56 +01:00
abialas
3210112a45 BAEL-1304 add files 2017-12-13 23:15:59 +01:00
abialas
92770e26eb remove folder 2017-12-13 23:14:51 +01:00
abialas
9e8e17b689 BAEL-1304 2017-12-13 22:45:14 +01:00