Zeger Hendrikse
8066195a85
Merge branch 'master' of https://github.com/juliuskrah/tutorials into juliuskrah-master
2016-07-08 01:06:13 +02:00
Julius Krah
c9865a0dd4
resolved conflicts
2016-07-07 21:49:14 +00:00
Julius Krah
d8a8ad354f
added source for 'A Guide to Spring Boot in Eclipse'
...
Added eclipse formatter
Added source for 'A Guide to Spring Boot in Eclipse' and added eclipse
formatter for Baeldung
2016-07-07 21:31:26 +00:00
Zeger Hendrikse
1ccdc8f56e
Merge branch 'master' of https://github.com/juliuskrah/tutorials into juliuskrah-master
2016-07-07 17:55:07 +02:00
Slavisa Baeldung
30f00a34af
BAEL-65 - moving from sout to logger
2016-07-07 15:43:53 +02:00
slavisa-baeldung
5733676887
Merge pull request #481 from GuenHamza/master
...
BAEL-63 - Add Stored Procedures with Hibernate Tests
2016-07-07 15:42:31 +02:00
GuenHamza
11bc145948
Update README.md - added link to stored procedure article
2016-07-07 03:38:09 +00:00
GuenHamza
7eb04b4ea5
Added Foo stored procedures tests
2016-07-07 03:32:37 +00:00
GuenHamza
95e6cb16d7
Added named queries to Foo Model
2016-07-07 03:30:06 +00:00
GuenHamza
ff4b5d26b0
Removed SQL file, to move to resources folder
2016-07-07 03:28:12 +00:00
GuenHamza
2fff05a4b5
Added SQL file to insert stored procedures in the MySQL database
2016-07-07 03:27:03 +00:00
GuenHamza
551272306e
Added SQL file to insert stored procedures in the MySQL database
2016-07-07 03:25:28 +00:00
Julius Krah
fff769ed9d
added source for 'A Guide to Spring Boot in Eclipse'
2016-07-06 16:09:24 +00:00
Slavisa Baeldung
3b9e4c7a56
BAEL-151 - Adding EL dependency
2016-07-06 13:24:52 +02:00
Slavisa Baeldung
eb244dd0e6
Merge remote-tracking branch 'origin/master'
2016-07-06 13:15:47 +02:00
slavisa-baeldung
e3b1d3a8dc
Merge pull request #478 from k0l0ssus/master
...
JSF Page to demo EL intro
2016-07-06 11:48:21 +02:00
Grzegorz Piwowarek
10b5780576
Fix typo
2016-07-06 09:40:50 +02: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
Sergey Petunin
89373cd1eb
Samples for the Intro to QueryDSL article, merged with existing querydsl module. Updated module dependencies. ( #476 )
2016-07-05 21:44:00 +02:00
k0l0ssus
8a19546b1a
Add files via upload
...
Page to demo EL examples
2016-07-05 00:57:27 -04:00
k0l0ssus
8d768c6bd2
Merge pull request #1 from k0l0ssus/k0l0ssus-elintro
...
Add files via upload
2016-07-05 00:54:53 -04:00
k0l0ssus
2f4079ddf2
Add files via upload
...
Backing bean to support el intro article
2016-07-05 00:53:43 -04:00
Grzegorz Piwowarek
010c6b3ace
Refactor multimap example
2016-07-04 13:30:34 +02:00
Alex Theedom
b0565a2882
Mkae minor amendments to make tests pass
2016-07-03 12:35:08 +01:00
Alex Theedom
8f929a7ba5
Merge branches 'assertj-guava' and 'master' of https://github.com/eugenp/tutorials
2016-07-03 12:24:01 +01:00
Alex Theedom
1bd48846f8
Merge pull request #473 from egimaben/master
...
added hamcrest api tutorial
2016-07-03 12:21:35 +01:00
Grzegorz Piwowarek
a9a5a3d79f
Add examples
2016-07-02 21:13:59 +02:00
egimaben
06dd18a184
added hamcrest api tutorial
2016-07-01 21:21:30 +03:00
Alex Theedom
f78ba65664
Put code under test in own package
2016-07-01 18:57:58 +01:00
Alex Theedom
da0cd158e7
Reformat code style
2016-07-01 18:48:43 +01:00
Alex Theedom
25cb16d473
Remove XML configuration. Remove gradle build file. Update Java Version in POM. Remove diagrams.
2016-07-01 18:24:17 +01:00
Zeger Hendrikse
c786e113b0
Modified indentation
2016-07-01 02:07:08 +02:00
Zeger Hendrikse
e989089f7a
Merge branch 'master' of https://github.com/eugenp/tutorials into bdragan-master
2016-07-01 00:49:46 +02:00
m0cacin0
0b674fbe01
Update README.MD
2016-06-30 11:24:49 +03:00
m0cacin0
a2d20dabf9
Create README.MD
2016-06-30 11:24:16 +03:00
Alex Theedom
12b3c49609
Merge pull request #458 from reymalahay/master
...
Code and related files for the dependency injection demos.
2016-06-29 21:56:14 +01:00
reymalahay
51372775ca
Code and related files for the dependency injection demos.
2016-06-28 22:45:28 -06:00
Eugen
1ea5205dae
Merge pull request #467 from sameira/master
...
Adding Spring Data Neo4J Code Sample
2016-06-28 21:03:38 +01:00
Raquel Garrido
0ab62700ca
Last changes ( #468 )
...
* dom4j
* added more parsers
* StaxParser
* Jaxb binding
* Jaxb binding
* Finish article
* apply some changes
* Organize imports
2016-06-28 21:11:04 +02:00
Sameera
d4c2d508a4
updating test cases
2016-06-29 00:31:38 +05:30
Sameera
31b3e0fa16
updating test cases
2016-06-28 23:48:45 +05:30
Sameera
548365130a
updating test cases
2016-06-28 23:38:40 +05:30
Sameera
1a3e005442
updating test cases
2016-06-28 23:17:24 +05:30
Slavisa Baeldung
85410e329d
Merge remote-tracking branch 'origin/master'
2016-06-28 17:09:58 +02:00
m0cacin0
a79e7b7ea2
Update README.md
2016-06-28 12:38:51 +03:00
m0cacin0
ea0907bd38
Update README.md
2016-06-28 12:38:19 +03:00
m0cacin0
9b7cf1152d
Update README.md
2016-06-28 12:37:34 +03:00
m0cacin0
e3fc9bca7d
Update README.md
2016-06-28 12:36:58 +03:00
m0cacin0
4162c4671e
Update README.md
2016-06-28 12:36:31 +03:00
m0cacin0
ed9a36bd31
Update README.md
2016-06-28 12:36:02 +03:00