File tree Expand file tree Collapse file tree 9 files changed +48
-14
lines changed
Expand file tree Collapse file tree 9 files changed +48
-14
lines changed Original file line number Diff line number Diff line change 1- =========
1+ ## Java Blockchain
22
3- ## Basic Implementation of Blockchian in Java
3+ This module contains articles about Blockchain in Java
44
55### Relevant Articles:
6- - [ ] ( )
6+
7+ - [ Implementing a Simple Blockchain in Java] ( https://www.baeldung.com/java-blockchain )
Original file line number Diff line number Diff line change 1+ ## Spring Boot Dependency Inject
2+
3+ This module contains articles about dependency injection with Spring Boot
4+
15### The Course
26The "REST With Spring" Classes: http://bit.ly/restwithspring
37
Original file line number Diff line number Diff line change 1+ ## Spring Boot Flowable
2+
3+ This module contains articles about Flowable in Boot applications
4+
15### Relevant articles
26
37- [ Introduction to Flowable] ( http://www.baeldung.com/flowable )
Original file line number Diff line number Diff line change 1+ ## Spring Boot Nashorn
2+
3+ This module contains articles about Spring Boot with Nashorn
4+
15### Relevant Articles:
2- - [ ] ( )
6+
7+ - [ Isomorphic Application with React and Nashorn] ( https://www.baeldung.com/react-nashorn-isomorphic-app )
38
Original file line number Diff line number Diff line change 1- ## @ PreFilter and @ PostFilter annotations
1+ ## Spring Security Kerberos
22
3- ### Build the Project ###
4-
5- ```
6- mvn clean install
7- ```
3+ This module contains articles about Spring Security Kerberos
84
95### Relevant Articles:
6+
107- [ Introduction to SPNEGO/Kerberos Authentication in Spring] ( https://www.baeldung.com/spring-security-kerberos )
8+
9+ ### @PreFilter and @PostFilter annotations
10+
11+ ### Build the Project ###
12+
13+ ` mvn clean install `
Original file line number Diff line number Diff line change 1+ ## Tensorflow
2+
3+ This module contains articles about Tensorflow
4+
15## Relevant articles:
26
37- [ Introduction to Tensorflow for Java] ( https://www.baeldung.com/tensorflow-java )
Original file line number Diff line number Diff line change 1+ ## Wicket
12
2- From the same directory where pom.xml is, execute the following command to run the project:
3-
4- mvn jetty: run
3+ This module contains articles about Wicket
54
5+ ### Relevant Articles
66
7- ###Relevant Articles:
87- [ Introduction to the Wicket Framework] ( http://www.baeldung.com/intro-to-the-wicket-framework )
8+
9+ ### Execution
10+
11+ From the same directory where pom.xml is, execute the following command to run the project:
12+
13+ mvn jetty: run
Original file line number Diff line number Diff line change 1+ ## XML
2+
3+ This module contains articles about eXtensible Markup Language (XML)
4+
15### Relevant Articles:
26- [ Intro to XPath with Java] ( http://www.baeldung.com/java-xpath )
37- [ Introduction to JiBX] ( http://www.baeldung.com/jibx )
Original file line number Diff line number Diff line change 1+ ## XStream
2+
3+ This module contains articles about XStream
4+
15## Relevant Articles:
26
37- [ XStream User Guide: JSON] ( http://www.baeldung.com/xstream-json-processing )
You can’t perform that action at this time.
0 commit comments