Commit Graph

131 Commits

Author SHA1 Message Date
Alex Vargas ddf41d61a0 Test cases for examples in article "A guide to Java 8 forEach" (#769)
* An example of a test using a WebAppConfiguration annotation

* Giving the test the appropriate formatting

* A example of a test that uses WebAppConfiguration without the need of a MockMvc object

* Adding model class and test cases class to show the use of the forEach loop.
For article "A guide to Java 8 forEach"

* Examples used in article "Guide to Java 8 forEach"
2016-11-01 08:33:13 +01:00
Grzegorz Piwowarek fc1aaef471 Rename dependency-injection -> spring-core 2016-10-23 14:19:10 +02:00
DOHA cdbd83e851 add integration test profile 2016-10-20 21:53:38 +02:00
Naoshadul Islam 298c5e3091 Created README.md and added relevant articles (#742)
* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Created README.md and added relevant articles

* Updated readme.md

* Updated readme.md

* Created README.md and added relevant articles

* Created README.md and added relevant articles
2016-10-16 13:25:05 +03:00
Naoshadul Islam e2e9ac294d Updated README.md 2016-10-16 13:05:59 +03:00
eugenp eb7650eead cleanup and testing work 2016-10-12 08:00:02 +03:00
eugenp 2aa2f43c6e maven cleanup 2016-10-12 07:44:40 +03:00
Grzegorz Piwowarek 8a3c918b94 Merge branch 'master' of git://github.com/jgarciaheredero/tutorials into jgarciaheredero-master
# Conflicts:
#	spring-mvc-java/pom.xml
2016-10-04 17:02:21 +02:00
Juan García Heredero 08c31ec84b Update pom.xml 2016-10-04 15:16:50 +02:00
Alex Vargas fdbe1bdfb8 Example of article "WebAppConfiguration in Spring Tests" (#633)
* An example of a test using a WebAppConfiguration annotation

* Giving the test the appropriate formatting

* A example of a test that uses WebAppConfiguration without the need of a MockMvc object
2016-08-24 06:25:35 +02:00
eugenp 5801c10455 logback work 2016-08-23 13:38:36 +03:00
eugenp 6f00a28f3e logging cleanup work 2016-08-23 13:14:12 +03:00
Alex Vargas 4fec9286e8 Webapplicationcontext example (#620)
* An example of a test using a WebAppConfiguration annotation

* Giving the test the appropriate formatting
2016-08-21 08:03:45 +02:00
slavisa-baeldung d81365a7ac Merge branch 'pr/562-sunil-integration-testing'
Conflicts:
	pom.xml
2016-08-14 09:47:39 +02:00
slavisa-baeldung aed7a46324 BAEL-175 - moving to mvc java module 2016-08-14 09:45:23 +02:00
Grzegorz Piwowarek c3766c0138 Remove eclipse-specific config 2016-08-02 00:15:36 +02:00
Juan García Heredero 76617960be Create HtmlUnitWebScraping.java 2016-08-01 10:45:10 +02:00
Juan García Heredero 12faa318ae Create HtmlUnitAndJUnitTest.java 2016-08-01 10:44:45 +02:00
Juan García Heredero b882a23ab6 Create HtmlUnitAndSpringTest.java 2016-08-01 10:44:21 +02:00
Juan García Heredero 70ed305954 Create TestConfig.java 2016-08-01 10:43:53 +02:00
Juan García Heredero 17166a5394 Create MessageController.java 2016-08-01 10:42:00 +02:00
Juan García Heredero 067d99aaa5 Added HtmlUnit dependency 2016-08-01 10:39:12 +02:00
slavisa-baeldung 1972b45a5b BAEL-102 - Spring with JSON-P 2016-08-01 00:14:00 +02:00
slavisa-baeldung a9b95d326b Merge branch 'master' into pr/462-jsonp 2016-07-31 23:37:36 +02:00
MafaldaLandeiro a384872870 Spring JSON-P with Jackson 2016-07-27 20:55:04 +01:00
tomjoebob 53062a85df Merge pull request #514 from jgarciaheredero/master
BAEL-83: Circular dependencies in Spring
2016-07-19 14:23:48 -06:00
Grzegorz Piwowarek a09e6454f3 Remove Eclipse-specific files 2016-07-19 18:18:50 +03:00
Juan García Heredero 4e7a47de12 Create CircularDependencyTest 2016-07-19 12:42:27 +02:00
Juan García Heredero 170a45a314 Create TestConfig 2016-07-19 12:42:04 +02:00
Juan García Heredero a42a9bbc88 Create CircularDependencyB 2016-07-19 12:41:15 +02:00
Juan García Heredero 259f3ca7ab Create CircularDependencyA 2016-07-19 12:40:49 +02:00
m0cacin0 46d5938ab6 Update README.md 2016-06-28 12:27:43 +03:00
MafaldaLandeiro 9b30521a3f Spring JSONP with Jackson 2016-06-26 00:16:13 +01:00
slavisa-baeldung 70322e1a44 spring-mvc-matrix-variables - manually merging 2016-06-15 20:25:41 +02:00
Alex Theedom f4ee749afc Merge pull request #445 from toubou91/master
Updates for @ModelAttribute example
2016-06-10 00:56:45 +03:00
toubou91 815933447b Updates for @ModelAttribute example 2016-06-09 00:22:06 +02:00
David Morley 5fb75f508d Merge branch 'master' of https://github.com/ivanp81/tutorials into ivanp81-master 2016-05-12 05:30:15 -05:00
slavisa-baeldung a58a896ac8 Merge pull request #410 from yuriikostyshyn/YKostyshyn_spring_mvc_1
Sending media in response body using Spring MVC
2016-05-10 12:39:57 +01:00
eugenp 8bd5e12207 minor formatting work 2016-05-09 12:16:40 +03:00
Ivan Paolillo ed72ff42e8 Add websocket example 2016-05-05 10:37:56 +02:00
Ivan Paolillo 889b266107 Add websocket example 2016-04-27 18:06:10 +02:00
Yurii Kostyshyn 3601821582 Added controller for returning image in response body with configuration via java class 2016-04-18 23:17:03 +03:00
Ivan Paolillo 4d1dd06a26 Add websocket example 2016-04-18 16:44:01 +02:00
Ivan Paolillo 70e9d2fa18 Add websocket example 2016-04-18 16:42:18 +02:00
David Morley 9630170b03 Rename package 2016-04-07 06:17:57 -05:00
David Morley 44eca5ba04 Merge branch 'master' of https://github.com/ivanp81/tutorials into ivanp81-master 2016-04-07 06:10:09 -05:00
Ivan 3061fc7c0f Add file upload example 2016-04-04 14:03:44 +02:00
Ivan b7d0b2947a Add file upload example 2016-03-30 15:08:53 +02:00
Ivan 09a1ebfa07 Add file upload example 2016-03-23 13:16:10 +01:00
Ivan 8d398b2852 Add file upload example 2016-03-23 13:12:12 +01:00