Commit Graph

3817 Commits

Author SHA1 Message Date
dineshmadhwal 7868a1ec84 Formatted the code 2016-11-29 15:04:54 +08:00
dineshmadhwal 991b9629a0 Formatted the code 2016-11-29 15:02:41 +08:00
dineshmadhwal c884ab0f30 Delete .classpath 2016-11-29 13:59:00 +08:00
dineshmadhwal beae894d98 Delete SimpleControllerHandlerAdapterExampleController.java 2016-11-29 02:32:17 +08:00
dineshmadhwal aabc39ccfa Delete RequestMappingHandlerAdapterExampleController.java 2016-11-29 02:32:10 +08:00
dineshmadhwal 408af40b48 Delete AnnotationMethodHandlerAdapterExampleController.java 2016-11-29 02:32:03 +08:00
dineshmadhwal 37de74f1c9 Delete spring-servlet.xml 2016-11-29 02:31:54 +08:00
dineshmadhwal a98d3a50e0 Delete web.xml 2016-11-29 02:31:45 +08:00
dineshmadhwal eecf3befb3 Delete Greeting.jsp 2016-11-29 02:31:37 +08:00
dineshmadhwal ceec40b0d8 Delete .classpath 2016-11-29 02:31:27 +08:00
dineshmadhwal 0ece2fe9ea Delete .gitignore 2016-11-29 02:31:19 +08:00
dineshmadhwal fbafde657e Delete .project 2016-11-29 02:31:09 +08:00
dineshmadhwal c4b48da506 Delete pom.xml 2016-11-29 02:31:00 +08:00
dineshmadhwal 12b4cad504 Initial Commit 2016-11-29 02:29:37 +08:00
dineshmadhwal 99b82f0ee7 initial commit 2016-11-29 02:13:06 +08:00
dineshmadhwal 92c5e3e03e Merge remote-tracking branch 'origin/master' 2016-11-29 02:08:32 +08:00
dineshmadhwal 7dee229acd Initial Commit 2016-11-29 01:51:57 +08:00
dineshmadhwal 2e7d05440c Delete pom.xml 2016-11-29 00:52:02 +08:00
dineshmadhwal 576533baf5 Updated the file 2016-11-29 00:22:42 +08:00
dineshmadhwal 6da0057ef5 Create pom.xml 2016-11-29 00:18:21 +08:00
pivovarit 678e47dc1a Refactor CollectionsConcatenateUnitTest 2016-11-27 18:26:24 +01:00
Marek Lewandowski 9d7ad528b4 Merge pull request #860 from DianeDuan/spring-factorybean
BAEL-453: How to use the Spring FactoryBean (simplified version)
2016-11-27 13:51:26 +01:00
pivovarit b451fcfc02 Reformat CustomWebSecurityConfigurerAdapter 2016-11-27 10:43:50 +01: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
Alex Theedom 6cca052251 Add Spring MVC form and binding example 2016-11-26 18:33:20 +00:00
Alex Theedom b998d34581 Merge remote-tracking branch 'origin/master' 2016-11-26 17:48:40 +00:00
Alex Theedom 5b738313e8 Add Spring MVC form and binding example 2016-11-26 17:43:54 +00:00
Egima profile cdb6dfd79e asyncronous channel apis (#839)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article

* added project for regex

* changed regex project from own model to core-java

* added project for routing in play

* made changes to regex project

* refactored code for REST API with Play project

* refactored student store indexing to zero base

* added unit tests, removed bad names

* added NIO Selector project under core-java module

* requested changes made

* added project for nio2

* standardized exception based tests

* fixed exception based tests

* removed redundant files

* added network interface project

* used UUID other than timestamps

* fixed network interface tests

* removed filetest change

* made changes to NIO2 FileTest names

* added project for asyncronous channel apis

* added project for NIO2 advanced filesystems APIS
2016-11-25 16:48:25 +01:00
Grzegorz Piwowarek cbd22b9ce5 Merge pull request #855 from maibin/master
URIComponentsBuilder
2016-11-24 18:20:01 +01:00
KevinGilmore 15d398cbbb Update README.md 2016-11-24 08:04:37 -06:00
gitterjim-I 5f9ef96503 manual authentication demo integration (#836)
* manual authentication demo integration

* apply eclipse and security formatting rules

* add content to readme file, for manual authentication demo
2016-11-23 21:57:39 +01:00
seemamani 19b4155ef3 Added a Java file on combining collections (#849)
BAEL-35 Added a Java file on combining collections
2016-11-23 12:34:27 -06:00
eugenp 2edb881680 compilation fix 2016-11-23 16:39:52 +02: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
Parth Joshi 1ba76d72f0 Changes for mentioning db path... (#857) 2016-11-22 22:11:02 -06:00
Prashant Khanal b5c733df47 Merge pull request #844 from oreva/master
Improvement for Spring Security Basic Authentication.
2016-11-21 17:58:38 -08:00
Marek Lewandowski b8ade6f6da BAEL-453 some improvments, formatting etc. 2016-11-21 22:01:05 +01:00
Marek Lewandowski d6daf8235c Merge pull request #848 from DianeDuan/spring-factorybean
BAEL-453: How to use the Spring FactoryBean
2016-11-21 21:55:38 +01:00
Danil Kornishev 126b7f1fe5 Cleanup 2016-11-21 11:45:11 -05:00
Danil Kornishev 2375eda92c Cleanup 2016-11-21 11:43:03 -05:00
Danil Kornishev a32db2581f Added example of spring constructor based dependency injection 2016-11-21 11:36:05 -05:00
Jim Kerak 8e92dd7e07 Merge pull request #853 from eugenp/ivanp81-master
fixing incorrect merge
2016-11-21 09:12:53 -05:00
James Kerak c1f94aab92 fixing incorrect merge 2016-11-21 09:12:30 -05:00
DianeDuan e84957c768 change expect exception in ut 2016-11-21 21:51:20 +08:00
Jim Kerak 2f0768153a Merge pull request #852 from eugenp/ivanp81-master
Ivanp81 master
2016-11-21 08:11:20 -05:00
James Kerak 7e5bea3330 resolving merge conflict 2016-11-21 08:10:29 -05:00
Ivan Paolillo 4d4afa6ca4 Code improvement 2016-11-21 13:53:37 +01:00
DianeDuan 77240dc024 delete extra comments and variable assignments, use guava precondition for check 2016-11-21 20:41:33 +08:00