Commit Graph

257 Commits

Author SHA1 Message Date
amit2103 f2128ad054 Bael 5249 cleanup (#4108)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02:00
amit2103 ba1ba8455d Bael 5249 (#4052)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Defined the integration profile in the parent

* 21.02 - pom cleanup

* 21.02 - pom cleanup

* 21.02 - pom cleanup

* 21.02 - pom cleanup

* Spring-dependency injection

* BAEL-1683-Guide to Java Clock class

* BAEL-1683-Guide to Java Clock class

* added article link

* added article link

* fixed link

* refactoring packages and using generics

* BAEL-717: Singleton Session Bean. (#4046)

* BAEL-717: Singleton EJB Bean

Files for BAEL-717:Singleton EJB Bean.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Changed artifactId value.

* BAEL-717: Singleton EJB Bean.

Added module for Singleton EJB Bean.

* BAEL-717: Singleton EJB Bean. 

Removed Singleton EJB Bean Module.

* BAEL-717: Singleton EJB Bean

Changed the JNDI Lookup name.

* BAEL-717: Singleton EJB Bean. 

Added the "singleton-ejb-bean" module.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton EJB Bean

Corrected Indentation.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton EJB Bean.

Corrected Indentation.

* BAEL-717:Singleton EJB Bean.

Corrected Indentation.

* BAEL-717:Singleton EJB Bean.

Corrected Indentation.

* BAEL-717: Singleton Session Bean.

Added class for Bean-Managed concurrrency.
Changed class name from CountryStateCacheBean to CountryStateContainerManagedBean.

* BAEL-717: Singleton Session Bean.

Changing the name of the class to CountryStateContainerManagedBean.

* BAEL-717: Singleton Session Bean.

Added method to test Bean-Managed concurrency.

* Get Latest.

* deleting CountryStateBeanManagedBean for new file.

* deleting CountryStateCacheBean for new file.

* deleting CountryStateContainerManagedBean for new file.

* BAEL-717: Singleton Session Bean.

Adding file for Bean with Bean-Managed concurrency.
Changing file name for original file to CountryStateContainerManagedBean with Container-Managed concurrency.

* Deleting file for new checkin.

* BAEL-717: Singleton Session Bean.

Added test case for Bean-Manged concurrency.
Change in JNDI names.

* BAEL-717: Singleton Session Bean.

Changed the assert method parameter order and null check in test cases.

* BAEL-717:Singleton Session Bean

Removed volatile keyword for the variable countryStatesMap. Marking it as final.

* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum (#3890)

* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum

* Commiting editor's suggested changes

* Commiting article Spring Data Reactive Mongo DB microservice in Kotlin

* Revert commit for BAEL 1687 - Moving those files to a new branch

* Use AssertJ and BDD-style on unit testing

* BAEL 1639: added singleton examples and test. (#3977)

* BAEL-1701 (#4012)

* BAEL-1701: Create SQSApplication, add most functionality (still need to format, and add queue monitoring)

* BAEL-1701: Complete examples

* added article links

* removed folder "SpringDependencyInjection"
e Please enter the commit message for your changes. Lines starting

* BAEL-1706 - optional parameters in java (#4050)

* BAEL-1706 - optional parameters in java

* minor adjustments per review

* add tests
* fix formatting
* fix constructor issue with MultiVitaminOverloading

* BAEL-1706 Test name change, formatting

* working with booleans in thymeleaf (#4061)

* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit (#4058)

* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit

* updated test cases

* Update README.md

* Demonstration of Java assert

* BAEL-1679 (#3959)

* BAEL-1412 add java 8 spring data features

* BAEL-21 new HTTP API overview

* BAEL-21 fix executor

* BAEL-1432 add custom gradle task

* BAEL-1567 add samples of cookie and session in serlvet

* BAEL-1567 use stream api

* BAEL-1567 fix optional

* BAEL-1679 add query annotation jpa spring data

* BAEL-1679 added new junits

* BAEL-1679 use assertJ, use givenWhenThen naming convention

* 21.02 - pom cleanup

* 21.02 - pom cleanup

* 21.02 - pom cleanup

* spring-data final

* service locator pattern

* service locator pattern

* variable name changes

* Spring MVC @PathVariable dot (.) get truncated

* testing changes

* Update README files (#4065)

* BAEL-1612: Update README

* BAEL-1562: Update README

* BAEL-1562: Update README

* BAEL-1369

* BAEL-1369

* BAEL-1369

* remove comments

* Back-link corrected (#4071)

* Back-link corrected (#4073)

* Back-link added (#4074)

* Back-link added (#4075)

* Back-link added (#4076)

* Back-link added (#4077)

* Back-link added (#4078)

* Back-link added (#4080)

* Back-link added (#4081)

* Back-link added (#4083)

* Back-link corrected (#4086)

* Back-link added (#4087)

* Back-link added (#4091)

* Back-link added (#4089)

* added example code for Java mail (#4101)

* Back-link added (#4099)

* Back-link added (#4088)

* Back-link added (#4082)

* 21.02 - pom cleanup

* 21.02 - pom cleanup

* 21.02 - pom cleanup

* 21.02 - pom cleanup
2018-04-26 08:50:35 +02:00
amit2103 7ae3babd59 Bael 5927 (#4042)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Defined the integration profile in the parent
2018-04-19 09:41:39 +02:00
Doha2012 fe0e0ba115 upgrade boot parent (#3352)
* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup
2018-01-05 20:56:21 +01:00
Rokon Uddin Ahmed f02ffe9ae6 pull req 16.11 (#3059)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md
2017-11-17 15:00:32 +01:00
ahmetcetin39 5f1c2abc6e BAEL-1088 Jsp page changed to Thymeleaf page (#2706)
* add dependency to pom.xml about thymeleaf

* Update and rename viewPage.jsp to viewPage.html
2017-10-11 09:30:27 +02:00
ahmetcetin39 01dddf49c0 BAEL-1088 / fix / RequestMapping is replaced with GetMapping (#2640)
* RequestMapping is replaced with GetMapping

* Update PassParametersController.java
2017-09-20 15:54:10 +02:00
ahmetcetin39 22015c8007 BAEL-1088 Model, ModelMap and ModelView in Spring MVC (#2590)
* Add files via upload

* Controller methods are written. Test methods are written based on the controller methods and the view is created as an example.
2017-09-12 00:36:49 +02:00
Grzegorz Piwowarek 4a6d2a6f93 Update README.md (#2577) 2017-09-07 20:09:46 +02:00
fromalexwithluv 5a184d4e0d BAEL-871 What is serialVersionUID? (#2203)
* Bean Injection in Spring – ashrafmsokkar@gmail.com

* Bean Injection in Spring – ashrafmsokkar@gmail.com

* BAEL-871: What is serialVersionUID?

* BAEL-871: What is serialVersionUID?

* BAEL-871 What is serialVersionUID?

* BAEL-871 Implemented feedback
2017-07-07 08:45:03 +02:00
Anand kumar d2880044df Spring Web Contexts (BAEL-82) (#2113)
* spring web contexts example

* applicationContext util added

* java based configuration added

* bean name fixed
2017-07-03 08:55:31 +02:00
Doha2012 91be1eaf49 fix test names (#1865)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom

* cleanup pom

* add missing parent

* fix logging issue

* fix test names

* fix merge

* minor fix

* fix test names

* fix test names
2017-05-16 11:03:40 -05:00
lor6 0c973f492e injection point example (#1850) 2017-05-15 14:46:35 +03:00
Doha2012 0be7de2c42 minor fix (#1847)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom

* cleanup pom

* add missing parent

* fix logging issue
2017-05-14 14:55:47 -05:00
eugenp d8cf653345 changing the names of tests 2017-05-14 19:30:10 +03:00
eugenp e0b85586e2 cleanup work and test naming 2017-05-14 19:23:11 +03:00
Doha2012 2b374fa8ae cleanup pom (#1846)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom

* cleanup pom
2017-05-14 11:01:35 -05:00
Doha2012 7c73abdede cleanup pom (#1836)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files

* fix commons-logging issue

* add parent to pom

* cleanup parent dependencies

* cleanup pom
2017-05-12 13:32:54 -05:00
Grzegorz Piwowarek 05807aebed Hibernate5 fix (#1774)
* Reduce logging

* Reduce logging

* Reduce logging

* Reduce logging

* Reduce logging

* Optimize build

* Remove testng from core-java

* Fix hibernate tests

* Exclude hibernate5

* Fix settest

* XStream refactor

* Refactor

* Refactor
2017-05-03 18:38:08 +02:00
Doha2012 9f9dc8770a cleanup generated files (#1705)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix

* fix dependency issues

* Revert "fix dependency issues"

This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.

* fix dependency issues

* minor fix

* minor fix

* minor fix

* cleanup generated files
2017-04-22 19:58:20 +02:00
Doha2012 5e1e320cee exclude commons-logging dependency (#1686)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies

* remove commons-logging

* merge

* fix conflict

* exclude commons-logging dependency

* cleanup

* minor fix

* minor fix
2017-04-19 16:14:10 +02:00
Doha2012 74688cf30e remove log4j dependencies (#1675)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml

* remove log4j dependencies
2017-04-18 22:39:13 +02:00
mariiakulik a5f4ae927d Readme files update (#1680)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.MD

* Update README

* Rename README to README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2017-04-18 22:20:20 +02:00
Doha2012 7525544e09 use standard logback.xml (#1666)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test

* minor fix

* fix integration test

* fix integration test

* minor cleanup

* minor cleanup

* remove log4j properties

* use standard logbook.xml
2017-04-17 18:41:23 +02:00
Grzegorz Piwowarek c75daff854 Refactor Mockito snippets (#1616) 2017-04-11 08:45:52 +02:00
Raúl Juárez 13a42ea281 Intro to JasperReports with Spring (#1608) 2017-04-08 11:48:47 +02:00
Doha2012 f5437fefaa Fix integration test (#1607)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test
2017-04-07 22:42:32 +02:00
KevinGilmore 2dfd789a4d Update README files and cleanup (#1597)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md

* BAEL-680: renamed test methods

* BAEL-714: Updated README.md

* BAEL-737: Updated README.md

* BAEL-680 and BAEL-756 README.md updates

* BAEL-666: Updated README

* BAEL-415: Custom Scope

* BAEL-415: Custom Scope - renamed classes to reflect TenantScope

* README file updates for BAEL-723, BAEL-763, and BAEL-415
2017-04-05 17:49:18 -05:00
KevinGilmore 806d2d87b7 BAEL-415: Custom Scope in Spring (#1578)
* Add files via upload

* Update pom.xml

* Update RunGuice.java

* Update Communication.java

* Update CommunicationMode.java

* Update DefaultCommunicator.java

* Update EmailCommunicationMode.java

* Update IMCommunicationMode.java

* Update SMSCommunicationMode.java

* Update MessageLogger.java

* Update MessageSentLoggable.java

* Update AOPModule.java

* Update BasicModule.java

* Update CommunicationModel.java

* Update Communicator.java

* Update BasicModule.java

* Update RunGuice.java

* Update MessageLogger.java

* Update Communicator.java

* Update pom.xml

* BAEL-278: Updated README.md

* BAEL-554: Add and update README.md files

* Update pom.xml

* Update pom.xml

* Update pom.xml

* BAEL-345: fixed assertion

* BAEL-109: Updated README.md

* BAEL-345: Added README.md

* Reinstating reactor-core module in root-level pom

* BAEL-393: Adding guide-intro module to root pom

* BAEL-9: Updated README.md

* BAEL-157: README.md updated

* Changed project name

* Update RunGuice.java

Removed references to message logging and output

* Update Communication.java

Removed message logging-related code

* BAEL-566: Updated README.md

* New project name

* BAEL-393: removing guice-intro directory

* BAEL-393: renamed module guice-intro to guice in root pom.xml

* BAEL-393 and BAEL-541 README.md files

* BAEL-731: Updated README.md

* BAEL-680: renamed test methods

* BAEL-714: Updated README.md

* BAEL-737: Updated README.md

* BAEL-680 and BAEL-756 README.md updates

* BAEL-666: Updated README

* BAEL-415: Custom Scope

* BAEL-415: Custom Scope - renamed classes to reflect TenantScope
2017-04-05 13:12:33 -05:00
Raúl Juárez 4b9aa5480a BAEL-431 A CLI with Spring Shell (#1562)
* A Simple CLI with Spring Shell

Code for article

* Correct file name
2017-04-01 21:58:58 +02:00
Grzegorz Piwowarek 22842a0e71 Update README.md (#1321) 2017-03-06 22:41:34 +01:00
Grzegorz Piwowarek f07985b402 Remove spring-autowire (#1319) 2017-03-06 20:38:29 +01:00
Muhammet Oğuz ÖZCAN 325466a782 Master (#1250)
* Bean Injection Project is added

Different Types of Bean Injection article codes are added.

* Java-based configuration added

Java-based configuration and tests are added. Coding styles are fixed.

* List of Lists Article Codes added.

List of Lists Article Codes added.
2017-02-26 18:53:32 +01:00
mariiakulik e5ecd86f27 README files update (#1195)
* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.MD

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Delete README.md
2017-02-19 22:22:43 +01:00
eugenp 84ecb92f45 minor boot upgrade 2017-02-10 10:13:14 +02:00
eugenp 791142c67e cleanup and testing work 2017-02-04 21:56:11 +02:00
pivovarit 3a566b4cce Refactor SpringRetryTest 2017-01-19 14:13:54 +01:00
pivovarit deb694bc88 Refactor PersonBuilder 2017-01-17 06:41:02 +01:00
pivovarit f60ae3be29 Refactor SpringRetryTest 2017-01-13 07:56:41 +01:00
Tuan 8734c956bb BAEL-470-Spring Retry (#967)
* add Spring Retry

* remove redundant code

* convert tab to space in XML file

* align spaces in xml file
2017-01-13 07:53:59 +01:00
Ahmed-Saied 9e48d87306 Spring scheduling beyond scheduled (#984) 2017-01-11 21:29:25 +01:00
DOHA 8c27b3240d upgrade dependencies 2016-12-09 23:14:10 +02:00
michal_aibin 03e97ffe0e Import All Eclipse modules 2016-10-30 10:45:20 +01:00
Eugen 1d3ac0836f Update README.md 2016-10-21 20:50:38 +03:00
Grzegorz Piwowarek fd1a5796a9 Refactor Screenshot examples 2016-10-20 23:10:14 +02:00
DOHA 5a0c407987 add integration test profile 2016-10-20 14:14:55 +02:00
Ante Pocedulic 35009ad3c4 - refactored CacheHelper class (#756) 2016-10-18 16:54:54 +02:00
Naoshadul Islam d148076180 Updated README.md 2016-10-16 13:05:59 +03:00
Ante Pocedulic db2b93a1b6 Ehcache article source code (#751)
* - created packages for each logical part of application
- created validator for WebsiteUser rest API
- created ValidatorEventRegister class which fixes known bug for not
detecting generated events
- created custom Exception Handler which creates better response
messages

* Code formatting

* formated pom.xml
replaced for loops with streams
fixed bug while getting all beans

* removed unnecessary code
changed repository type

* - added test for Spring Data REST APIs
- changed bad request return code
- formated code

* - added source code for ehcache article
- added ehcache dependency to pom.xml

* - added test for ehcache article
- removed main method which was only for testing purposes
2016-10-16 12:12:51 +03:00
eugenp 856be0a08a formatting work 2016-10-12 08:02:05 +03:00
Ante Pocedulic b36a7e00cc Ehcache code (#734)
* - created packages for each logical part of application
- created validator for WebsiteUser rest API
- created ValidatorEventRegister class which fixes known bug for not
detecting generated events
- created custom Exception Handler which creates better response
messages

* Code formatting

* formated pom.xml
replaced for loops with streams
fixed bug while getting all beans

* removed unnecessary code
changed repository type

* - added test for Spring Data REST APIs
- changed bad request return code
- formated code

* - added source code for ehcache article
- added ehcache dependency to pom.xml
2016-10-11 17:15:13 +02:00
Grzegorz Piwowarek dd457fa63a Add EventListener example 2016-08-18 07:11:34 +02:00
Alex Theedom 2f331cecf8 Minor changes after review 2016-08-15 18:47:23 +01:00
Grzegorz Piwowarek 3949ff343c Remove annotations 2016-08-15 18:58:47 +02:00
Grzegorz Piwowarek 208fcaa915 Add AllStrategies combined example 2016-08-15 17:44:19 +02:00
Grzegorz Piwowarek d27db567c1 Add init-method example 2016-08-14 08:58:25 +02:00
Grzegorz Piwowarek b759bf7c59 Add logging to ApplicationListener example 2016-08-14 08:18:10 +02:00
Grzegorz Piwowarek 24e033a24b Add ApplicationListener example 2016-08-14 08:13:04 +02:00
Grzegorz Piwowarek 28f1fe27e2 Modify logging 2016-08-13 13:41:55 +02:00
Grzegorz Piwowarek 2153e6d1a5 Remove ApplicationListenerBean 2016-08-13 13:38:24 +02:00
Grzegorz Piwowarek bec20baad0 Add examples 2016-08-13 13:32:04 +02:00
Grzegorz Piwowarek cd2ee40c06 Use scope prototype 2016-08-13 13:20:45 +02:00
Grzegorz Piwowarek f755fce0bb Initial classes 2016-08-13 13:12:57 +02:00
prashant1067 3a6206c666 Update StudentControllerConfig.java (#569)
Making formatting changes
2016-08-02 08:21:30 +02:00
Grzegorz Piwowarek eb8526cfde Fix java config 2016-08-01 18:31:44 +02:00
prashant1067 96f4f732f8 adding config files (#554)
* adding config files

* adding test class

* adding autowired annotation
2016-08-01 17:57:05 +02:00
Sergey Petunin 7c34948ade Moved spring-akka to a separate project (#560) 2016-08-01 08:38:52 +02:00
Sergey Petunin ffcd83697a Source code for the article "An Intro to Spring with Akka" (#541) 2016-07-28 17:22:08 +02:00
Grzegorz Piwowarek 3b100597b4 Move spring-controller to spring-all 2016-07-28 08:57:51 +02:00
Grzegorz Piwowarek 515eaa7fbc Remove .settings 2016-07-28 06:30:45 +02:00
Grzegorz Piwowarek a09e6454f3 Remove Eclipse-specific files 2016-07-19 18:18:50 +03:00
Sergey Petunin b5a3fabb75 Moved spring-4.3 project into spring-all (#500)
* Moved spring-4.3 project into spring-all

* Removed spring-4.3 project
2016-07-14 16:27:31 +03:00
DOHA 79ec294fd9 add systemPropertiesModeName example 2016-07-08 18:49:51 +02:00
m0cacin0 92d44e3dcd Update README.md 2016-06-28 12:21:31 +03:00
m0cacin0 49e996888f Update README.md 2016-06-28 12:21:06 +03:00
Eugen 4b4b09adc0 Merge pull request #413 from lor6/scopes-examples
scopes examples
2016-06-03 13:47:07 +01:00
Loredana Crusoveanu abb64b29a7 modifications to request and session scopes examples 2016-05-31 21:50:25 +03:00
Loredana Crusoveanu e792db4d6d revised bean scopes examples 2016-05-05 20:19:48 +03:00
eugenp f83d3dcccc caching work 2016-05-03 13:27:12 +03:00
Loredana Crusoveanu c3abba5f2a scopes examples 2016-04-27 08:33:56 +03:00
eugenp a2989da4bf maven work 2016-03-06 12:10:06 +02:00
eugenp 0708c51125 mave work 2016-03-06 11:59:13 +02:00
eugenp c467ca73e2 maven work 2016-03-06 11:49:59 +02:00
MichelLeBon 15b5ac439e Update README.md 2016-02-10 14:24:04 +02:00
MichelLeBon b3dff4d5de Update README.md 2016-02-08 12:40:40 +02:00
eugenp 95e2d063f4 general formatting work 2016-01-30 12:01:41 +02:00
DOHA 6b10b326a2 cleanup and upgrade 2016-01-05 19:55:18 +02:00
eugenp 8238c11c80 maven upgrades 2015-12-21 11:34:42 +02:00
DOHA f54c2fcae4 caching java config 2015-12-06 13:01:52 +02:00
eugenp 416302f950 maven upgrades, xsd cleanup 2015-10-26 15:09:08 +02:00
xsalefter 32ea1e0a1e Initial commit for "Spring Custom Annotation with Dynamic Qualifier"
article.
2015-10-21 00:50:44 +07:00
eugenp a5375cb90c minor upgrades 2015-09-22 12:17:53 +03:00
eugenp 6ef3de5c3d maven cleanup 2015-08-23 21:07:48 +03:00
eugenp ebcf6c8b74 work on a cleanup bean 2015-08-23 21:02:04 +03:00
eugenp 446bf7fbbd persistence work 2015-08-16 11:30:03 +03:00
eugenp 7243b16d49 work on properties 2015-08-15 18:14:55 +03:00
eugenp 3bc0b756ad perperties work 2015-08-15 18:08:54 +03:00
eugenp 75b533efe9 perperties work 2015-08-15 18:08:40 +03:00
eugenp 556b7ca886 maven work 2015-08-15 17:38:25 +03:00
eugenp 5dcca02c96 formatting work 2015-07-23 17:13:49 +03:00