Commit Graph

171 Commits

Author SHA1 Message Date
slavisa-baeldung 3d7ccfd56d BAEL-305 - front controller pattern source 2016-09-05 06:09:37 +02:00
Grzegorz Piwowarek 4c561c3e2e Update pom.xml 2016-09-04 12:49:49 +02:00
anton-k11 c68e1bfbc8 Java 9 new features (#660)
* initial push for core-java-9 tutorials

* Fixed Maven build with experimental java 9 Maven compiler plug-in. Minor
code changes

* Running maven build and changes to some of tests.

* Fixed maven build and modifications ot some tests

* Removing unnecessary files
2016-09-04 12:30:35 +02:00
eugenp 6bb724d828 fixing the pom (and sorting the modules a bit) 2016-09-04 10:37:27 +03:00
Alex Theedom 32231b1fb4 Remove Reflection module from pom 2016-09-04 08:04:06 +01:00
egimaben cb2c9d882c added reflection project 2016-09-03 20:37:55 +03:00
slavisa-baeldung a0ef91fc92 BAEL-169 - grouping spring-cloud modules in a multi-maven project 2016-09-01 13:56:39 +02:00
Grzegorz Piwowarek 7b53cdb9a7 Build fix 2016-08-30 22:51:37 +02:00
egimaben 784b5a6d82 added project for java reflection 2016-08-27 22:42:51 +03:00
Álvaro Fernández González e3184522c6 Code for Spring Persistence (Hibernate and JPA) with a JNDI datasource article (#632)
* Add new module for mocks comparison.

* Add sources for testing.

* Changes on testCase.

* Enter some tests for mockito.

* More tests for Mockito.

* Even more tests.

* Add the rest of the mocking libraries.

* Javadoc on test.

* Test bare bones for EasyMock.

* Fist kind of test and setup.

* Add tests using EasyMock with a change on LoginService.

* Create LoginControllerTest.java

* Test setup

* [JMockit] No method called test.

* [JMockit] Two methods called test.

* [JMockit] One method called test.

* [JMockit] Exception mock test

* [JMockit] Mocked object to pass around test.

* [JMockit] Custom matcher test.

* [JMockit] Partial mocking test.

* [JMockit] Fix with IDE.

* Not stubs. Mocks. MOCKS!!!

* Remove unnecesary import.

* Use correct encoding. Was having problems with buildings.

* Remove failing module.

* Create new module mocks and move mock-comparisons there.

* Add jmockit module.

* Add model class.

* Add collaborator class.

* Add performer class.

* Add performer test.

* Fix

* Add interface for tests.

* Test for any.

* Test for with.

* Test for null.

* Test for times.

* Test for arg that.

* Test for result and returns.

* Test for delegate.

* Add verifications to any tests.

* Add verifications to with test.

* Add verification examples to methods using null.

* Add verifications to methods using times.

* Formatting.

* Compress tests and fix one test.

* Adding new article to readme.

* [BAEL-178] Add collaborator for advanced article.

* [BAEL-178] Add link to readme.

* [BAEL-178] Add test for mockUp.

* [BAEL-178] Add test for invoke method.

* [BAEL-178] Add constructors and tests for mockup for constructors.

* [BAEL-178] Add private fields and more test for deencapsulation.

* [BAEL-178] Add inner class and test for instantiating inner classes.

* [BAEL-178] Multimocks.

* [BAEL-178] Add test for expectation reusing.

* [BAEL-178] Move test class to tests folders.

* Add postgresql dependency.

* Add test and config with properties.

* [BAEL-114] Add new project for JPA with JNDI.

* [BAEL-114] Config without xml.

* [BAEL-114] Bring part of Foo, FooServie and FooDao.

* [BAEL-114] Show all foos.

* [BAEL-114] Readme.

* [BAEL-114] Undo changes on main jpa project.

* [BAEL-114] Remove unnecesary dependencies.

* [BAEL-114] Add tomcat config.

* [BAEL-114] Fixes.
2016-08-27 12:15:13 +02:00
Slavisa Baeldung 03f1602d1b Merge branch 'pr/630-hystrix-christian'
Conflicts:
	pom.xml
2016-08-26 09:10:20 +02:00
Slavisa Baeldung 5b4c8129c7 BAEL-169 - Sources for Spring Cloud Hystrix article 2016-08-26 09:06:50 +02:00
eugenp d9ca600cea skipping the gatling module as part of the standard build 2016-08-25 12:03:45 +03:00
anna.spanou 13b91a9b04 java cassandra tutorial 2016-08-25 04:30:27 +03:00
slavisa-baeldung 19ee1fefd7 BAEL-150 - adding to pom.xml 2016-08-23 23:51:02 +02:00
Christian Rädel 16e49dd8c2 Merge remote-tracking branch 'upstream/master' into craedel-spring-cloud-eureka 2016-08-17 21:35:01 +02:00
Christian Rädel 9f3fba5298 Added Feign Client. 2016-08-17 21:33:43 +02:00
eugenp 82afbe6aef maven cleanup 2016-08-17 10:41:23 +03:00
Grzegorz Piwowarek 35f53b9175 Add spring-rest-angular module 2016-08-15 12:07:24 +02:00
Grzegorz Piwowarek 59cbbd68d2 Remove redundant module entry 2016-08-15 11:51:49 +02:00
Slavisa Baeldung b62aa9a661 Merge branch 'pr/585-christian-mutual-auth' 2016-08-11 16:42:50 +02:00
slavisa-baeldung 679dfa1942 BAEL-124 - client auth 2016-08-11 07:46:03 +02:00
Alex Theedom 1e6efa68dd Add pagination module to parent POM 2016-08-08 20:58:00 +01:00
Alex Theedom 14d33019b7 Merge pull request #573 from egimaben/master
added project for orika tutorial
2016-08-04 21:42:29 +01:00
slavisa-baeldung 8fb67db7dd Merge branch 'pr/568-christian-spring-cloud-conf' 2016-08-04 06:54:19 +02:00
slavisa-baeldung 2040fda6d2 BAEL-90 - versioned config 2016-08-04 06:31:44 +02:00
egimaben 419f28732b added project for orika tutorial 2016-08-02 23:57:57 +03:00
egimaben 5cefc3b209 changed project name to dozer and added it to main maven pom 2016-08-02 13:44:53 +03:00
Grzegorz Piwowarek c6193c5e50 Add autovalue module 2016-08-01 23:04:40 +02:00
Sergey Petunin 7c34948ade Moved spring-akka to a separate project (#560) 2016-08-01 08:38:52 +02:00
Grzegorz Piwowarek ff84127f47 Add immutables module 2016-07-29 11:55:35 +02:00
Grzegorz Piwowarek 478a3c68eb Remove spring-controller module declaration 2016-07-28 09:54:04 +02:00
eugenp 47976a459a adding the module into the parent pom 2016-07-27 13:20:57 +03:00
eugenp c551e43444 renaming module 2016-07-24 18:42:08 +03:00
Grzegorz Piwowarek 000ff26017 Add missing modules 2016-07-23 16:36:43 +03:00
Grzegorz Piwowarek a6ef10a925 Add missing modules and clean up 2016-07-23 11:36:05 +03:00
Eugen 6b99ced529 Merge pull request #469 from dogeared/master
Add JJWT tutorial code to the tutorials repo
2016-07-18 16:54:58 +02:00
Raquel Garrido 1f5f1c6a48 Test added for mvc - velocity (#510)
* dom4j

* added more parsers

* StaxParser

* Jaxb binding

* Jaxb binding

* Finish article

* apply some changes

* Organize imports

* remove dependency

* Tutorial spring-mvc with velocity templates

* velocity with spring mvc

* tests
2016-07-17 21:41:41 +03:00
Grzegorz Piwowarek 2113974e1c Refactor spring-controller 2016-07-14 23:05:25 +03:00
Slavisa Baeldung 1d896e5e96 NOJIRA - removing missing module form main pom.xml 2016-07-14 16:45:24 +02:00
Sergey Petunin 7e8f3e6f15 Code samples and tests for the article "What's New in Spring 4.3?" (#497)
* Spring 4.3

New features in Spring 4.3

* Added Spring-4.3 as a new module

Added Spring-4.3 as a new module.

* Adding read file

Adding read file

* Re-written examples as tests

* Added attribute annotations and default methods
2016-07-14 07:55:57 +03:00
GuenHamza 39ebdeefde update pom.xml 2016-07-13 00:51:47 +01:00
GuenHamza 539736e316 Add mutation-testing testing module content 2016-07-13 00:47:09 +01:00
Zeger Hendrikse 8392bbc7b9 Merge pull request #482 from gcasanova/master
New redis module
2016-07-12 14:43:37 +02:00
Zeger Hendrikse 648fb26ca2 Merge pull request #483 from nguyennamthai/master
Introduction to Apache-CXF
2016-07-11 13:55:27 +02:00
slavisa-baeldung c9d51d3e60 Merge pull request #470 from aborkov/master
Added log4j project
2016-07-08 09:58:20 +02:00
Thai Nguyen 800da1bbb4 Introduction to Apache-CXF 2016-07-08 06:40:10 +07:00
Álvaro Fernández González 710182ff92 Code for JMockit 101 (#479)
* Add new module for mocks comparison.

* Add sources for testing.

* Changes on testCase.

* Enter some tests for mockito.

* More tests for Mockito.

* Even more tests.

* Add the rest of the mocking libraries.

* Javadoc on test.

* Test bare bones for EasyMock.

* Fist kind of test and setup.

* Add tests using EasyMock with a change on LoginService.

* Create LoginControllerTest.java

* Test setup

* [JMockit] No method called test.

* [JMockit] Two methods called test.

* [JMockit] One method called test.

* [JMockit] Exception mock test

* [JMockit] Mocked object to pass around test.

* [JMockit] Custom matcher test.

* [JMockit] Partial mocking test.

* [JMockit] Fix with IDE.

* Not stubs. Mocks. MOCKS!!!

* Remove unnecesary import.

* Use correct encoding. Was having problems with buildings.

* Remove failing module.

* Create new module mocks and move mock-comparisons there.

* Add jmockit module.

* Add model class.

* Add collaborator class.

* Add performer class.

* Add performer test.
2016-07-06 09:36:46 +02:00
oborkovskyi 29978cc4db Added log4j to pom 2016-07-01 18:52:08 +03:00
Micah Silverman 19ba450c08 Created jjwt tutorial 2016-06-24 12:14:11 -04:00
Grzegorz Piwowarek 920991ece1 Pom fix 2016-06-23 11:33:25 +02:00
Guillermo Casanova 23c7c7d844 New redis module
We have created this module to work with Redis Java libraries
Jedis tested so far
2016-06-23 02:26:55 +02:00
Grzegorz Piwowarek 83df968617 Initial commit 2016-06-20 07:49:39 +02:00
Grzegorz Piwowarek c77a992a52 Refactor spring-protobuf 2016-06-18 22:08:24 +02:00
Álvaro Fernández González 9a915901af Add mock-comparisons module (#453)
* Add new module for mocks comparison.

* Add sources for testing.

* Changes on testCase.

* Enter some tests for mockito.

* More tests for Mockito.

* Even more tests.

* Add the rest of the mocking libraries.

* Javadoc on test.

* Test bare bones for EasyMock.

* Fist kind of test and setup.

* Add tests using EasyMock with a change on LoginService.

* Create LoginControllerTest.java

* Test setup

* [JMockit] No method called test.

* [JMockit] Two methods called test.

* [JMockit] One method called test.

* [JMockit] Exception mock test

* [JMockit] Mocked object to pass around test.

* [JMockit] Custom matcher test.

* [JMockit] Partial mocking test.

* [JMockit] Fix with IDE.

* Not stubs. Mocks. MOCKS!!!

* Remove unnecesary import.
2016-06-18 19:22:30 +02:00
Alex Theedom 4e01eb6a03 Merge pull request #443 from ccristian/master
jee7schedule
2016-06-13 23:57:33 +03:00
Miguel García Lpez 3c0a53ea04 Rename lombok-intro to just lombok. 2016-06-12 22:33:45 +02:00
Miguel García Lpez 7ecd7ce02d Code and tests for the lombok introduction. 2016-06-12 21:28:49 +02:00
Raquel Garrido Crespo a156fa8590 Introduction to XPath 2016-06-08 23:13:45 +02:00
ccristian 2452e58c2e jee7schedule 2016-06-08 22:05:48 +02:00
Grzegorz Piwowarek 34abb0eab7 Refactor jOOQ-Spring 2016-06-07 18:05:50 +02:00
Slavisa Avramovic ef53002000 spring-jsf-integration - mavenizing 2016-05-26 12:58:31 +02: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
eugenp 631b011f00 cleanup work 2016-03-02 11:00:48 +02:00
egmp777 7cda135e70 Spring Login Error Handling Additional changes -
Properties files and jsps
2014-07-22 18:02:11 -05:00
eugenp 55993de159 activating all modules in the parent pom 2014-04-04 17:34:30 +03:00
eugenp 6480dde121 maven fix 2014-04-04 17:33:23 +03:00
eugenp 9b4e748a3a maven fixes 2014-04-04 17:31:31 +03:00
eugenp a45c5f1ce7 maven fixes and parent pom 2014-04-04 17:21:15 +03:00