Commit Graph

3293 Commits

Author SHA1 Message Date
Naoshadul Islam 87fd44bc38 Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam fe805ea202 Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam 94ad1f631f Updated README.md 2016-10-16 13:10:20 +03:00
Naoshadul Islam 488850ce9a Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam f4ada6eaa1 Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam c0a6cb227d Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam caa9bc6585 Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam 38ad5840f6 Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam ce7621c66e Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam 4ebd8b7f7b Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam cd853fafbc Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam 7433424dba Updated README.md 2016-10-16 13:09:29 +03:00
Naoshadul Islam d106b88635 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 38dc8ad0a5 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 2bff261949 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 201d3b2551 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 41f26d8acf Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam c1dcfd5d92 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam c8716019a0 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 779c6dd52c Update README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 45dc8efe1c Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 918257839f Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 5d9131771c Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam e2e9ac294d Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam d148076180 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 46604ddf6d Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam f22c306049 Updated README.md 2016-10-16 13:05:59 +03:00
Naoshadul Islam 722f932795 Updated README.md 2016-10-16 13:05:59 +03:00
Michaël van de Giessen 6c509ba738 some minor cleanup (#649)
* minor cleanup pom

maven.compiler java versions as properties
only specifing spring-data-elasticsearch as dependency
formatting net.java.dev.jna dependency
grouping main/test and logging dependencies
removed unused org.springframework.data.version property

* updated logback conf to this example

* builder patttern code on multiple lines for readablilty

* autowire via constructor into final variable

as of spring-4.3 the @Autowired can be omitted \o/ jaj

* @ContextConfiguration with less config
2016-10-16 13:00:10 +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
Jim Kerak 67b3d62b91 Merge pull request #749 from ivanp81/master
Move OkHttp examples to spring-rest
2016-10-15 14:04:48 -04:00
DOHA 66c5db02a3 configure test profiles 2016-10-15 17:34:11 +02:00
DOHA bf887e71d9 minor cleanup 2016-10-15 16:44:51 +02:00
DOHA 63024cc8e9 cleanup test 2016-10-15 13:48:40 +02:00
DOHA eb2fc38316 configure live test 2016-10-14 16:40:06 +02:00
Prashant Khanal 97d0c71449 Code cleanup
Signed-off-by: nguyenminhtuanfit@gmail.com <nguyenminhtuanfit@gmail.com>
2016-10-14 17:38:34 +07:00
DOHA f37718124a skip live test 2016-10-14 12:37:05 +02:00
Grzegorz Piwowarek c4638f1b4a Fix SpringJMS examples 2016-10-13 18:35:13 +03:00
Ivan Paolillo 5329c54f28 Code improvement 2016-10-13 10:20:18 +02:00
Ivan Paolillo 70eb0501c6 Delete okhttp project 2016-10-13 10:02:09 +02:00
lcrusoveanu@optaros.com c8e034a07b fix imports 2016-10-13 09:53:11 +03:00
lcrusoveanu@optaros.com a74e46da82 fix conflicts 2016-10-13 09:48:27 +03:00
Grzegorz Piwowarek 6a7e380efd Refactor REST with CXF example 2016-10-13 07:22:11 +02:00
nguyennamthai e92dbccb78 Refactors Apache CXF JAXRS implementation (#748) 2016-10-13 07:16:33 +02:00
maibin 08c9791cb4 Thymeleaf decorator (#747)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();

* Logger update

* Changed config for Thymeleaf

* Thymeleaf Natural Processing and Inlining

* Expression Utility Objects, Thymeleaf

* listOfStudents edited

* Thymeleaf layout decorators
2016-10-13 07:08:59 +02:00
DOHA 15f5a9eca1 config test db 2016-10-13 00:15:09 +02:00
DOHA d2ede5b6ce minor fix 2016-10-13 00:14:52 +02:00
DOHA 96bd33715a modify live test configuration 2016-10-12 19:58:56 +02:00
Kiran 65cd2dfb06 Code refactored and updated (#746)
* Updated indentation and refactored code

* Updated indentation and refactored code

* Updated indentation and refactored code

* Updated indentation and refactored code

* Updated indentation

* Updated indentation and refactored code

* Updated indentation and refactored code
2016-10-12 18:08:13 +02:00
DOHA c0d4eee669 configure live tests 2016-10-12 16:29:30 +02:00