Merge branch 'mmm'
This commit is contained in:
commit
afa7fed038
|
@ -0,0 +1,2 @@
|
|||
### Relevant Articles:
|
||||
- [Apache CXF Support for RESTful Web Services](http://www.baeldung.com/apache-cxf-rest-api)
|
|
@ -39,3 +39,5 @@
|
|||
- [How to Print Screen in Java](http://www.baeldung.com/print-screen-in-java)
|
||||
- [How to Convert String to different data types in Java](http://www.baeldung.com/java-string-conversions)
|
||||
- [Introduction to Java Generics](http://www.baeldung.com/java-generics)
|
||||
- [Generate equals() and hashCode() with Eclipse](http://www.baeldung.com/java-eclipse-equals-and-hashcode)
|
||||
- [A Guide To Java Regular Expressions API](http://www.baeldung.com/regular-expressions-java)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
### Relevant Articles:
|
||||
- [A Guide To UDP In Java](http://www.baeldung.com/udp-in-java)
|
|
@ -0,0 +1,2 @@
|
|||
###Relevant Articles:
|
||||
- [Introduction to the Java NIO Selector](http://www.baeldung.com/java-nio-selector)
|
|
@ -0,0 +1,2 @@
|
|||
### Relevant Articles:
|
||||
- [How to Print Screen in Java](http://www.baeldung.com/print-screen-in-java)
|
|
@ -0,0 +1,2 @@
|
|||
### Relevant Articles:
|
||||
- [Guide to Hazelcast with Java](http://www.baeldung.com/java-hazelcast)
|
|
@ -0,0 +1,2 @@
|
|||
### Relevant Articles:
|
||||
- [A Guide to Cassandra with Java](http://www.baeldung.com/cassandra-with-java)
|
|
@ -1,2 +1,6 @@
|
|||
### Relevant Articles:
|
||||
- [Introduction to Java Logging](http://www.baeldung.com/java-logging-intro)
|
||||
- [Introduction to SLF4J](http://www.baeldung.com/slf4j-with-log4j2-logback)
|
||||
- [Generate equals() and hashCode() with Eclipse](http://www.baeldung.com/java-eclipse-equals-and-hashcode)
|
||||
- [A Guide To Java Regular Expressions API](http://www.baeldung.com/regular-expressions-java)
|
||||
- [Introduction to SLF4J](http://www.baeldung.com/slf4j-with-log4j2-logback)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
###Relevant Articles:
|
||||
- [Quick Guide to MapStruct](http://www.baeldung.com/mapstruct)
|
|
@ -0,0 +1,2 @@
|
|||
###Relevant Articles:
|
||||
- [A Guide to the Front Controller Pattern in Java](http://www.baeldung.com/java-front-controller-pattern)
|
|
@ -0,0 +1,4 @@
|
|||
###Relevant Articles:
|
||||
- [REST API with Play Framework in Java](http://www.baeldung.com/rest-api-with-play)
|
||||
- [Routing In Play Applications in Java](http://www.baeldung.com/routing-in-play)
|
||||
- [Introduction To Play In Java](http://www.baeldung.com/java-intro-to-the-play-framework)
|
|
@ -5,3 +5,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|||
- [Quick Guide to @RestClientTest in Spring Boot](http://www.baeldung.com/restclienttest-in-spring-boot)
|
||||
- [Intro to Spring Boot Starters](http://www.baeldung.com/spring-boot-starters)
|
||||
- [A Guide to Spring in Eclipse STS](http://www.baeldung.com/eclipse-sts-spring)
|
||||
- [Introduction to WebJars](http://www.baeldung.com/maven-webjars)
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
|
||||
### Relevant Articles:
|
||||
- [DynamoDB in a Spring Boot Application Using Spring Data](http://www.baeldung.com/spring-data-dynamodb)
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
###Relevant Articles:
|
||||
- [An Introduction To Spring JMS](http://www.baeldung.com/spring-jms)
|
|
@ -0,0 +1,2 @@
|
|||
###Relevant Articles:
|
||||
- [Apache Tiles Integration with Spring MVC](http://www.baeldung.com/spring-mvc-apache-tiles)
|
|
@ -8,6 +8,7 @@ The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
|||
### Relevant Article:
|
||||
- [Spring Security - security none, filters none, access permitAll](http://www.baeldung.com/security-none-filters-none-access-permitAll)
|
||||
- [Spring Security Basic Authentication](http://www.baeldung.com/spring-security-basic-authentication)
|
||||
- [Writing a Custom Filter in Spring Security](http://www.baeldung.com/spring-security-custom-filter)
|
||||
|
||||
|
||||
### Notes
|
||||
|
|
|
@ -3,4 +3,5 @@ The "REST With Spring" Classes: http://github.learnspringsecurity.com
|
|||
|
||||
###Relevant Articles:
|
||||
- [A Custom Security Expression with Spring Security](http://www.baeldung.com/spring-security-create-new-custom-security-expression)
|
||||
- [Custom AccessDecisionVoters in Spring Security](http://www.baeldung.com/spring-security-custom-voter)
|
||||
- [Custom AccessDecisionVoters in Spring Security](http://www.baeldung.com/spring-security-custom-voter)
|
||||
- [Spring Security: Authentication with a Database-backed UserDetailsService](http://www.baeldung.com/spring-security-authentication-with-a-database)
|
||||
|
|
|
@ -5,7 +5,9 @@
|
|||
### Relevant Articles:
|
||||
- [Introduction to Using Thymeleaf in Spring](http://www.baeldung.com/thymeleaf-in-spring-mvc)
|
||||
- [CSRF Protection with Spring MVC and Thymeleaf](http://www.baeldung.com/csrf-thymeleaf-with-spring-security)
|
||||
|
||||
- [Thymeleaf: Custom Layout Dialect](http://www.baeldung.com/thymeleaf-spring-layouts)
|
||||
- [Spring and Thymeleaf 3: Expressions](http://www.baeldung.com/spring-thymeleaf-3-expressions)
|
||||
- [Spring MVC + Thymeleaf 3.0: New Features](http://www.baeldung.com/spring-thymeleaf-3)
|
||||
|
||||
### Build the Project
|
||||
|
||||
|
|
|
@ -2,3 +2,7 @@
|
|||
From the same directory where pom.xml is, execute the following command to run the project:
|
||||
|
||||
mvn jetty:run
|
||||
|
||||
|
||||
###Relevant Articles:
|
||||
- [Introduction to the Wicket Framework](http://www.baeldung.com/intro-to-the-wicket-framework)
|
||||
|
|
Loading…
Reference in New Issue