File tree Expand file tree Collapse file tree
maven-modules/maven-properties
patterns/design-patterns-architectural
spring-web-modules/spring-mvc-basics-4 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ This module contains articles about HTTP libraries.
1010- [ Adding Interceptors in OkHTTP] ( https://www.baeldung.com/java-okhttp-interceptors )
1111- [ A Guide to Events in OkHTTP] ( https://www.baeldung.com/java-okhttp-events )
1212- [ Download a Binary File Using OkHttp] ( https://www.baeldung.com/java-okhttp-download-binary-file )
13+ - [ Trusting a Self-Signed Certificate in OkHttp] ( https://www.baeldung.com/okhttp-self-signed-cert )
1314- More articles [[ <-- prev]] ( /libraries-http )
1415
Original file line number Diff line number Diff line change 22### Relevant Articles:
33
44- [ Transferring a File Through SFTP in Java] ( https://www.baeldung.com/java-file-sftp )
5+ - [ How to Create Password-Protected Zip Files and Unzip Them in Java] ( https://www.baeldung.com/java-password-protected-zip-unzip )
56
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ have their own dedicated modules.
66### Relevant Articles
77
88- [ Accessing Maven Properties in Java] ( https://www.baeldung.com/java-accessing-maven-properties )
9+ - [ Default Values for Maven Properties] ( https://www.baeldung.com/maven-properties-defaults )
Original file line number Diff line number Diff line change 22- [ Service Locator Pattern and Java Implementation] ( https://www.baeldung.com/java-service-locator-pattern )
33- [ The DAO Pattern in Java] ( https://www.baeldung.com/java-dao-pattern )
44- [ DAO vs Repository Patterns] ( https://www.baeldung.com/java-dao-vs-repository )
5+ - [ Difference Between MVC and MVP Patterns] ( https://www.baeldung.com/mvc-vs-mvp-pattern )
Original file line number Diff line number Diff line change 44- [ JDBC URL Format For Different Databases] ( https://www.baeldung.com/java-jdbc-url-format )
55- [ How to Check if a Database Table Exists with JDBC] ( https://www.baeldung.com/jdbc-check-table-exists )
66- [ Inserting Null Into an Integer Column Using JDBC] ( https://www.baeldung.com/jdbc-insert-null-into-integer-column )
7+ - [ A Guide to Auto-Commit in JDBC] ( https://www.baeldung.com/java-jdbc-auto-commit )
Original file line number Diff line number Diff line change @@ -14,3 +14,4 @@ This module contains articles specific to use of Hibernate as a JPA implementati
1414- [ JPA/Hibernate Persistence Context] ( https://www.baeldung.com/jpa-hibernate-persistence-context )
1515- [ Quick Guide to EntityManager#getReference()] ( https://www.baeldung.com/jpa-entity-manager-get-reference )
1616- [ JPA Entities and the Serializable Interface] ( https://www.baeldung.com/jpa-entities-serializable )
17+ - [ EntityNotFoundException in Hibernate] ( https://www.baeldung.com/hibernate-entitynotfoundexception )
Original file line number Diff line number Diff line change @@ -9,4 +9,5 @@ The "REST With Spring" Classes: https://bit.ly/restwithspring
99- [ Spring Web Contexts] ( https://www.baeldung.com/spring-web-contexts )
1010- [ Spring Optional Path variables] ( https://www.baeldung.com/spring-optional-path-variables )
1111- [ JSON Parameters with Spring MVC] ( https://www.baeldung.com/spring-mvc-send-json-parameters )
12+ - [ How to Set JSON Content Type In Spring MVC] ( https://www.baeldung.com/spring-mvc-set-json-content-type )
1213- More articles: [[ <-- prev]] ( /spring-mvc-basics-3 )
You can’t perform that action at this time.
0 commit comments