README files update (#1435)

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Create README.md

* Update README.md

* Update README.md

* Create README.md

* Create README.md

* Update README.md

* Update README.md

* Update README.MD

* Update README.MD

* Create README.md
This commit is contained in:
mariiakulik 2017-03-18 20:25:06 +01:00 committed by Grzegorz Piwowarek
parent dc90aace68
commit 6300112fc6
27 changed files with 86 additions and 6 deletions

3
Twitter4J/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [Introduction to Twitter4J](http://www.baeldung.com/twitter4j)

3
aws/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [AWS Lambda Using DynamoDB With Java](http://www.baeldung.com/aws-lambda-dynamodb-java)

3
axon/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [A Guide to the Axon Framework](http://www.baeldung.com/axon-cqrs-event-sourcing)

View File

@ -8,4 +8,7 @@
- [Java 9 Stream API Improvements](http://www.baeldung.com/java-9-stream-api)
- [Java 9 Convenience Factory Methods for Collections](http://www.baeldung.com/java-9-collections-factory-methods)
- [New Stream Collectors in Java 9](http://www.baeldung.com/java9-stream-collectors)
- [Java 9 CompletableFuture API Improvements](http://www.baeldung.com/java9-completablefuture-api-improvements/)
- [Java 9 CompletableFuture API Improvements](http://www.baeldung.com/java9-completablefuture-api-improvements/)
- [Spring Security Redirect to the Previous URL After Login](http://www.baeldung.com/spring-security-redirect-login)
- [Java 9 Process API Improvements](http://www.baeldung.com/java-9-process-api)
- [Introduction to Java 9 StackWalking API](http://www.baeldung.com/java-9-stackwalking-api)

View File

@ -79,3 +79,7 @@
- [The Java HashMap Under the Hood](http://www.baeldung.com/java-hashmap)
- [A Guide to LinkedHashMap in Java](http://www.baeldung.com/java-linked-hashmap)
- [A Guide to TreeMap in Java](http://www.baeldung.com/java-treemap)
- [Finding Max/Min of a List or Collection](http://www.baeldung.com/java-collection-min-max)
- [Guide to java.util.concurrent.Locks](http://www.baeldung.com/java-concurrent-locks)
- [Java Primitive Conversions](http://www.baeldung.com/java-primitive-conversions)
- [Java Money and the Currency API](http://www.baeldung.com/java-money-and-currency)

View File

@ -24,3 +24,4 @@
- [Guide to Guava RangeSet](http://www.baeldung.com/guava-rangeset)
- [Guide to Guava RangeMap](http://www.baeldung.com/guava-rangemap)
- [Guide to Guava Table](http://www.baeldung.com/guava-table)
- [Guide to Guavas Reflection Utilities](http://www.baeldung.com/guava-reflection)

3
hbase/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [HBase with Java](http://www.baeldung.com/hbase)

3
java-websocket/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [A Guide to the Java API for WebSocket](http://www.baeldung.com/java-websockets)

3
jooq/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [Introduction to jOOL](http://www.baeldung.com/jool)

View File

@ -1,3 +1,4 @@
## Relevant articles:
- [Introduction to the Kotlin Language](http://www.baeldung.com/kotlin)
- [A guide to the “when{}” block in Kotlin](http://www.baeldung.com/kotlin-when)

View File

@ -1,5 +1,14 @@
### Relevant articles
- [Intro to Jasypt](http://www.baeldung.com/jasypt)
- [Array Processing with Apache Commons Lang 3](http://www.baeldung.com/array-processing-commons-lang)
- [String Processing with Apache Commons Lang 3](http://www.baeldung.com/string-processing-commons-lang)
- [Introduction to Javatuples](http://www.baeldung.com/java-tuples)
- [Introduction to Javassist](http://www.baeldung.com/javassist)
The libraries module contains examples related to small libraries that are relatively easy to use and does not require any separate module of its own.
The code examples related to different libraries should go in a new package.
Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.
Remember, for advanced libraries like JUnit, Jackson, etc. we already have separate modules. Please make sure to have a look at the existing modules in such cases.

View File

@ -0,0 +1,3 @@
### Relevant articles
- [Introduction to cglib](http://www.baeldung.com/cglib)

3
log4j2/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [Intro to Log4j2 Appenders, Layouts and Filters](http://www.baeldung.com/log4j2-appenders-layouts-filters)

3
mesos-marathon/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [Simple Jenkins Pipeline with Marathon and Mesos](http://www.baeldung.com/jenkins-pipeline-with-marathon-mesos)

View File

@ -1,4 +1,6 @@
=========
### Relevant articles
- [Mockitos Java 8 Features](http://www.baeldung.com/mockito-2-java-8)
## Mockito 2 and Java 8 Tips

3
protobuffer/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [Introduction to Google Protocol Buffer](http://www.baeldung.com/google-protocol-buffer)

3
rabbitmq/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [Introduction to RabbitMQ](http://www.baeldung.com/rabbitmq)

3
ratpack/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [Introduction to Ratpack](http://www.baeldung.com/ratpack)

3
reactor-core/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [Intro To Reactor Core](http://www.baeldung.com/reactor-core)

View File

@ -1,2 +1,3 @@
### Relevant Articles:
- [Intro to Jedis the Java Redis Client Library](http://www.baeldung.com/jedis-java-redis-client-library)
- [A Guide to Redis with Redisson](http://www.baeldung.com/redis-redisson)

View File

@ -1,7 +1,8 @@
###The Course
The "REST With Spring" Classes: http://bit.ly/restwithspring
###Relevant Articles:
### Relevant Articles:
- [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)
@ -11,3 +12,4 @@ The "REST With Spring" Classes: http://bit.ly/restwithspring
- [A Custom Data Binder in Spring MVC](http://www.baeldung.com/spring-mvc-custom-data-binder)
- [Intro to Building an Application with Spring Boot](http://www.baeldung.com/intro-to-spring-boot)
- [How to Register a Servlet in a Java Web Application](http://www.baeldung.com/register-servlet)
- [Using Custom Banners in Spring Boot](http://www.baeldung.com/spring-boot-custom-banners)

View File

@ -1,6 +1,8 @@
### Relevant Articles:
- [Spring Cloud Bootstrapping](http://www.baeldung.com/spring-cloud-bootstrapping)
- [Spring Cloud Securing Services](http://www.baeldung.com/spring-cloud-securing-services)
- [Spring Cloud Tracing Services with Zipkin](http://www.baeldung.com/tracing-services-with-zipkin)
- To run the project:
- copy the appliction-config folder to c:\Users\{username}\ on Windows or /Users/{username}/ on *nix. Then open a git bash terminal in application-config and run:

View File

@ -0,0 +1,3 @@
### Relevant articles
- [Guide to @Immutable Annotation in Hibernate](http://www.baeldung.com/hibernate-immutable)

View File

@ -1,4 +1,7 @@
=========
### Relevant articles
- [Spring LDAP Overview](http://www.baeldung.com/spring-ldap)
## Spring LDAP Example Project
- (http://www.baeldung.com/spring-ldap-overview/)

View File

@ -1,4 +1,7 @@
=========
### Relevant articles
- [Spring Security and OpenID Connect](http://www.baeldung.com/spring-security-openid-connect)
## OpenID Connect with Spring Security
@ -13,3 +16,4 @@ mvn spring-boot:run
- Make sure you set redirect URI to http://localhost:8081/google-login
- Once you have your client id and secret, make sure you add them to the `application.properties` of the project

View File

@ -0,0 +1,3 @@
### Relevant articles
- [Spring Security with Stormpath](http://www.baeldung.com/spring-security-stormpath)

3
struts2/README.md Normal file
View File

@ -0,0 +1,3 @@
### Relevant articles
- [A Quick Struts 2 Intro](http://www.baeldung.com/struts-2-intro)