Commit Graph

342 Commits

Author SHA1 Message Date
tschiman 299fed28f5 Merge remote-tracking branch 'upstream/master' 2017-01-12 22:14:15 -07:00
Saptarshi Basu 06ceb4d87c JAX-RS API using Jersey [BAEL-558] (#956)
* WatchService vs. Apache Commons IO Mnitoring

* Indentation fixed

* Indentation fixed

* JAX-RS API using Jersey [BAEL-558]

* JAX-RS API using Jersey [BAEL-558]

* Modifications made to remove xml

* applicationContext.xml removed

* All try catch moved to ExceptionMapper

* fixes

* review comments incorporated

* module renamed
2017-01-12 14:55:18 +01:00
tschiman f221faca4c BAEL-442 Adding spring-sleuth module and supporting code for application. 2017-01-09 23:26:30 -07:00
Shubham Aggarwal e27131f3a5 Added java-mongodb module (#978)
* Made maven project.

* Added mongo driver dependencies.

* Added crud operations.

* Class rename

* Added tests
2017-01-09 17:50:14 +01:00
Predrag Maric f39332f269 Added spring-amqp module 2017-01-08 20:47:10 +01:00
pivovarit e32e9d6f7d Add "aws" module 2017-01-04 19:47:20 +01:00
Diane Duan 494e539700 init 2017-01-04 17:50:53 +08:00
pivovarit b6d9e5a7c0 Refactor Algorithms module 2017-01-03 18:50:56 +01:00
Tomasz Lelek 3351d96147 BAEL-382 add kotlin module 2017-01-02 11:51:12 +01:00
pivovarit 5e60c50851 jackson-annotations -> jackson 2017-01-01 13:05:32 +01:00
pivovarit d7749e20bb Refactor pom.xml 2017-01-01 12:31:32 +01:00
Egima profile babd9da492 Javaslang project (#927)
* 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

* merge conflicts

* merged changes to asyncfiletest with future get API

* removed while loops from async client and server

* added project for java8 optional

* fixed merge conflicts in spring-core

* fixed optional

* fixed optional

* fixed asyncechotest

* shifted optional to own package

* made additional tests to demo filter API

* added code for Map

* added javaslang project

* javaslang project

* added pattern matcher code
2016-12-28 08:33:38 +01:00
Abhinab Kanrar 20bbeb3e65 commiting spring reactor (#922)
* commiting spring reactor

* updating exception handling
2016-12-28 08:11:13 +01:00
Pedja ff5e07323d Renamed module imageprocessing to image-processing 2016-12-26 13:25:12 +01:00
Luís Soares c271755048 Initial commit of Jsoup example (#913)
* Initial commit of Jsoup example

* Initial commit of Jsoup example

* Fix the requested changes
2016-12-25 08:11:27 -06:00
Zeger Hendrikse d61e7ec8e8 Added pom.xml 2016-12-23 17:41:30 +01:00
DOHA 42067af3e7 adding missing modules to parent pom 2016-12-21 14:22:07 +02:00
felipe-gdr de2080f59f BAEL-127: Spring Security - @PreFilter and @PostFilter (#911)
* BAEL-127: simple app with filters

* removed data rest dependency, final adjustments

* added first live test for the rest api

* move filters code to new module

* moved to root of module, create service layer, standard pom

* added spring-security-core module to root pom
2016-12-20 15:31:30 -06:00
eugenp 8ff889bc7d maven work 2016-12-18 18:11:05 +02:00
Marek Lewandowski 0087a4ab3b Add spring-mvc-simple as a module 2016-12-16 09:58:23 +01:00
Alex Theedom f16e1dc5e1 Merge remote-tracking branch 'origin/master' 2016-12-06 13:33:50 +00:00
Alex Theedom 99ad241f9d Add Spring MVC form and binding example 2016-12-06 13:30:12 +00:00
Shubham Aggarwal 0a9a0e819a Added BAEL-425 Intro to Servets module named javax-servlets 2016-12-01 15:34:35 +05:30
Alex Theedom 6cca052251 Add Spring MVC form and binding example 2016-11-26 18:33:20 +00:00
tschiman 63f7ffedf8 BAEL-89 spring session update to fork 2016-11-17 20:28:50 -07:00
eugenp aeb8f7595c adding new module to the parent 2016-11-13 19:09:47 +02:00
tschiman ca01d230a6 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-session/jetty-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/JettyWebApplication.java
#	spring-session/jetty-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/SecurityConfig.java
#	spring-session/jetty-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/SessionConfig.java
#	spring-session/jetty-session-demo/src/main/resources/application.properties
#	spring-session/pom.xml
#	spring-session/tomcat-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/SecurityConfig.java
#	spring-session/tomcat-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/TomcatWebApplication.java
2016-11-12 09:20:18 -07:00
mujah 1f0e30b81c pom changes + merge upstream 2016-11-09 22:26:18 +08:00
slavisa-baeldung 9ea65a801e BAEL-89 - adding spring-session to main pom 2016-11-06 22:55:22 +01:00
tschiman 826c536d0d Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
#	spring-cloud/spring-cloud-bootstrap/config/src/main/java/com/baeldung/spring/cloud/bootstrap/config/SecurityConfig.java
#	spring-cloud/spring-cloud-bootstrap/discovery/src/main/java/com/baeldung/spring/cloud/bootstrap/discovery/SecurityConfig.java
#	spring-cloud/spring-cloud-bootstrap/gateway/src/main/java/com/baeldung/spring/cloud/bootstrap/gateway/SecurityConfig.java
#	spring-cloud/spring-cloud-bootstrap/resource/src/main/java/com/baeldung/spring/cloud/bootstrap/resource/SecurityConfig.java
2016-11-05 10:06:53 -06:00
tschiman 8564e482e4 BAEL-89 Adding spring session tutorial code. 2016-11-05 09:57:39 -06:00
maibin d0d62b53c2 PDF to X conversions (#799)
* PDF to X

* PDF to X

* Remove created doc
2016-11-03 09:58:57 +00:00
slavisa-baeldung 33a183b965 BAEL-86 - adding dispatcher servlet to the code 2016-11-02 16:19:13 +01:00
DOHA c0c8d8690e cleanup 2016-10-31 12:06:29 +02:00
DOHA 1858abf558 minor fix 2016-10-30 19:54:17 +02:00
DOHA c0ed2e50cb adding missing modules to parent pom 2016-10-30 18:47:10 +02:00
eugenp 02dda9995c fixing the extra module in the parent pom 2016-10-27 20:34:47 +03:00
Grzegorz Piwowarek 49a44be441 Fix pom 2016-10-26 23:11:07 +02:00
slavisa-baeldung a16584c513 Merge remote-tracking branch 'origin/master' 2016-10-26 09:18:10 +02:00
Grzegorz Piwowarek 54572b9c9d Rename mutation-testing -> testing 2016-10-25 17:16:10 +02:00
slavisa-baeldung 66b6ce3dbe BAEL-80 - spring integration
(cherry picked from commit ce66553)
2016-10-25 08:32:04 +02:00
slavisa-baeldung 4570627841 BAEL-86 - removed dispatcher source from main pom.xml 2016-10-24 08:12:27 +02:00
slavisa-baeldung 8853a2dff0 Merge remote-tracking branch 'origin/master' 2016-10-24 06:37:00 +02:00
slavisa-baeldung 61d67b4265 BAEL-86 - DispatcherServlet code 2016-10-24 06:36:25 +02:00
Grzegorz Piwowarek 302c529171 Remove core-java-8 2016-10-23 22:37:46 +02:00
Grzegorz Piwowarek 7df435bb6f Rename feign-client -> feign 2016-10-23 19:15:31 +02:00
Grzegorz Piwowarek 90ca609762 Rename jee7schedule -> jee7 2016-10-23 19:13:21 +02:00
Grzegorz Piwowarek 9055ecbc6f Rename xmlunit2-tutorial -> xmlunit2 2016-10-23 19:10:16 +02:00
Grzegorz Piwowarek a757c7e301 Rename flyway-migration -> flyway 2016-10-23 19:07:13 +02:00
Grzegorz Piwowarek b1b4d4ff7f Rename jooq-spring -> spring-jooq 2016-10-23 18:57:21 +02:00
Grzegorz Piwowarek 26fbeb98da Rename module 2016-10-23 14:23:56 +02:00
Grzegorz Piwowarek 951552c742 Rename autovalue-tutorial -> autovalue 2016-10-23 12:27:49 +02:00
ambrusadrianz 37ccb60f1d [BAEL-123] Created an example about custom AccessDecisionVoters in Spring Security. (#728)
* Created an example about custom AccessDecisionVoters in Spring Security.

* Added module in root pom file.

* Added test cases
2016-10-22 07:50:19 -05: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
Ivan Paolillo 5329c54f28 Code improvement 2016-10-13 10:20:18 +02:00
eugenp eb7650eead cleanup and testing work 2016-10-12 08:00:02 +03:00
Grzegorz Piwowarek 64d5a03863 Refactor spring-jms code samples 2016-10-07 10:39:07 +02:00
Grzegorz Piwowarek 1dd86be0ca Add module 2016-10-04 19:16:35 +02:00
Kevin Gilmore 73dd8fa71c Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
2016-10-01 21:29:43 -05:00
Kevin Gilmore 78998f1d20 BAEL-202: Consolidated Couchbase SDK and Spring Data Couchbase from five modules down to two 2016-10-01 21:25:26 -05:00
slavisa-baeldung c8ff59ffe2 NOJIRA - fixing build 2016-09-30 21:19:27 +02:00
Eugen 7d5fd81c26 Merge pull request #673 from kirangonella/master
Spring integration with Tiles
2016-09-29 08:37:50 +03:00
Kiran 651c407787 Added 'spring-mvc-tiles' module to parent pom.xml 2016-09-28 16:47:13 -04:00
Sergey Petunin ea85fa99ee Added samples for annotation processing article. (#705)
* Added annotation processing examples. Fixed core-java8 build on OS X

* Moved projects to separate submodule
2016-09-28 16:24:03 +02:00
Grzegorz Piwowarek b576a4da40 Fixed pom.xml 2016-09-26 14:50:24 +02:00
Grzegorz Piwowarek 6243fa31e1 Move Elasticsearch module into Spring-Data-Elasticsearch 2016-09-22 19:42:47 +02:00
Slavisa Baeldung bc8fd9a260 BAEL-53 - moved to java8 foreach 2016-09-20 16:00:07 +02:00
slavisa-baeldung 4101ebd609 BAEL-226 - adding to main build 2016-09-17 13:10:29 +02:00
Christian Raedel 674c783886 BAEL-11: Added skip-tests configuration to pom.xml. 2016-09-15 11:18:58 +02:00
Grzegorz Piwowarek fa059546e5 Update pom.xml 2016-09-14 18:24:08 +02:00
Zeger Hendrikse 1cbb8341cf Merge with master 2016-09-06 21:41:47 +02:00
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