23 Commits

Author SHA1 Message Date
Erhan KARAKAYA
3bdd542dbf Added @Value for map examples 2018-12-31 03:48:20 +03:00
amit2103
d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Gangadharan Khoteeswarun
6f887d29c6 @Lookup annotation Code (#3900)
* Updated

* Changed Test Names

* Updated code for method injection section 3.2

* Added Grader bean and changes for it
2018-04-16 08:17:39 -06:00
Muhammed Almas
2f5370dea6 Spring core xml (#2971)
* BAEL-1247 Spring XML injection.

* BAEL-1247 - updated test

* BAEL-1247 - updated test
2017-11-08 08:24:37 +01:00
tamasradu
90c2739563 Radu/bael 1265 junit updates (#2965)
* Code for test article: Different Types of Bean Injection in Spring

* Adding jUnits for test article: Different Types of Bean Injection in Spring

* BAEL-1265: Adding jUnit for article

* BAEL-1265: Closing ExecutorService in jUnit

* BAEL-1265: Adding jUnit for CountDownLatch and example for ExecutorService.awaitTermination
2017-11-05 17:46:29 -08:00
Muhammed Almas
22f07214b1 BAEL-1247 Spring XML injection. (#2901) 2017-11-02 08:44:45 +01:00
chrisoberle
5383b2b01b add valueswithdefaults example (#2369)
* add values with defaults example

* add additional examples

* remove unused imports
2017-08-06 15:31:55 -05:00
Tehreem
0fab04f1b6 Spring YAML Configuration (#1807)
* Spring YAML Configuration

* Spring YAML Configuration

* Spring YAML Configuration

* Update application.yml

removing ^M

* Update application.yml

* Spring YAML Configuration

* Update pom.xml

* Update pom.xml

* Spring YAML Configuration

* Spring YAMl Configuration
2017-06-21 20:25:36 +02:00
adasioo
96004deac1 BAEL-923 init class not managed by Spring with Spring Bean (#1906)
* adam.zawada@gmail.com - Different Types of Bean Injection in Spring

* adam.zawada@gmail.com - Different Types of Bean Injection in Spring
switch to Java based configuration

* BAEL-895 calculate the period/duration between two dates in Java 8

* clean old PR

* BAEL-923 How to inject a value from properties to a class not managed by Spring?

* clean PR

* BAEL-923 init class not managed by Spring with Spring Bean

* clean previous PR

* added mockito spring boot for test dependency
2017-05-29 22:21:03 +02:00
Syed Ali Raza
8c8c01ebbb BAEL-833: How to get last element of a Stream in Java? (#1930)
* Different Types of Bean Injection in Spring

* Fixed code formatting and test names for "Different Types of Bean Injection in Spring"

* BAEL-833: How to get last element of a Stream in Java?

* BAEL-833: Updated based on review from editor
2017-05-28 12:07:15 +02:00
Anton
389927d901 BAEL-748 quick guide to @Value (#1577)
* BAEL-748 quick guide to @Value

* BAEL-748 changes from review
2017-04-14 20:40:39 -05:00
iaforek
ad0cd72dfd BAEL-434 Spring Roo (#1589)
* Code for Dependency Injection Article.

* Added Java based configuration. Downloaded formatter.xml and reformatted
all changed files. Manually changed tab into 4 spaces in XML
configuration files.

* BAEL-434 - Spring Roo project files generated by Spring Roo. No
formatting applied. Added POM, java and resources folders.
2017-04-06 02:20:04 +02:00
ahamedm
26b5ab860a BAEL-696 - Implement OR in the REST API Query Language (#1404)
* Dependency Injection Types, XML-Config, Java-Config, Test Classes

* Formatting done with Formatter Configuration in Eclipse

* REST Query Lang - Adv Search Ops - Improvement - C1

* REST Query Lang - Adv Search Ops - Improvement - C2

* add update to rest api (#1401)

* upgrade to spring boot 1.5.2

* add full update to REST API

* BAEL-634 javassist (#1349)

* BEEL-634 javassist dependency

* BEEL-634 code for javassist article

* BEEL-634 test refinement

* BEEL-634 increment lib to newest version

* add test that uses reflection to verify

* add field

* add bytecode to different class

* adding following modules with updated testcase : DB, Filter, Json (#1410)

* adding ratpack module

* adding pom.xml

* adding following modules with updated testcase : DB, Filter, Json

* add entry points (#1413)

* spring boot custom banner (#1412)

* adding ratpack module

* adding pom.xml

* adding following modules with updated testcase : DB, Filter, Json

* adding spring-boot custom banner tutorial

* BALE-707 Refactoring changes (#1418)

* BAEL-707 Add the changes as per review comment

* BAEL-707 Refactored the code as per review comments

* BAEL-696 Code formatting
2017-03-16 11:49:13 +01:00
Marek Lewandowski
cddeb95e8e Format namespace 2016-12-12 09:23:40 +01:00
Marek Lewandowski
f17f9c9d12 Merge pull request #889 from DianeDuan/xmlclasspathapplicationcontext
BAEL-320: Intro to the Spring ClassPathXmlApplicationContext
2016-12-12 09:18:36 +01:00
DianeDuan
4b3c52df0f examples 2016-12-11 18:27:47 +08:00
DianeDuan
750aad44df merge upstream 2016-11-27 12:40:32 +08:00
DianeDuan
361874d0d6 simplify demos 2016-11-27 12:23:51 +08:00
Eugen
615ddc19bf Merge pull request #854 from dkornishev/master
Spring Constructor-Based DI
2016-11-23 08:36:49 -06:00
Danil Kornishev
61152915b7 Moved sprindi examples 2016-11-23 08:33:57 -05:00
Marek Lewandowski
b8ade6f6da BAEL-453 some improvments, formatting etc. 2016-11-21 22:01:05 +01:00
DianeDuan
77240dc024 delete extra comments and variable assignments, use guava precondition for check 2016-11-21 20:41:33 +08:00
DianeDuan
42fc383518 FactoryBean example code 2016-11-20 10:52:09 +08:00