User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 04:00, 4 June 2018 (diff | hist) . . (+356) . . Object Oriented Programming (OOP) (→SOLID principles)
- 03:58, 4 June 2018 (diff | hist) . . (+5) . . Object Oriented Programming (OOP) (→SOLID principles)
- 03:57, 4 June 2018 (diff | hist) . . (+23) . . Object Oriented Programming (OOP)
- 12:58, 3 June 2018 (diff | hist) . . (+1,288) . . SpringBoot (→JPA - Java Persistance API)
- 12:57, 3 June 2018 (diff | hist) . . (+1,234) . . JPA - Java Persistance API (current)
- 11:46, 3 June 2018 (diff | hist) . . (+64) . . N JPA - Java Persistance API (Created page with " ==ORM - Object Relational Mapping== ==Spring Data JPA==")
- 11:40, 3 June 2018 (diff | hist) . . (+34) . . SpringBoot
- 11:38, 3 June 2018 (diff | hist) . . (+19) . . SpringBoot (→Common application properties)
- 11:37, 3 June 2018 (diff | hist) . . (+135) . . SpringBoot
- 11:35, 3 June 2018 (diff | hist) . . (+346) . . SpringBoot
- 11:09, 3 June 2018 (diff | hist) . . (+119) . . SpringBoot
- 11:07, 3 June 2018 (diff | hist) . . (+24) . . SpringBoot
- 11:05, 3 June 2018 (diff | hist) . . (+6) . . SpringBoot
- 11:04, 3 June 2018 (diff | hist) . . (+3,144) . . SpringBoot
- 07:43, 3 June 2018 (diff | hist) . . (+425) . . SpringBoot
- 07:39, 3 June 2018 (diff | hist) . . (+65) . . SpringBoot
- 07:33, 3 June 2018 (diff | hist) . . (+489) . . SpringBoot
- 07:30, 3 June 2018 (diff | hist) . . (-1) . . SpringBoot
- 07:29, 3 June 2018 (diff | hist) . . (+778) . . SpringBoot
- 07:07, 3 June 2018 (diff | hist) . . (+736) . . Java Build Automation Tools (current)
- 07:06, 3 June 2018 (diff | hist) . . (-2) . . Maven (current)
- 07:05, 3 June 2018 (diff | hist) . . (+367) . . Maven
- 07:01, 3 June 2018 (diff | hist) . . (+51) . . JAVA (→Java Build Automation Tools)
- 07:00, 3 June 2018 (diff | hist) . . (+2,743) . . Gradle
- 06:50, 3 June 2018 (diff | hist) . . (+55) . . N Gradle (Created page with " Gradle link: [https://gradle.org/ https://gradle.org/]")
- 06:45, 3 June 2018 (diff | hist) . . (+14) . . JAVA (→Maven)
- 06:44, 3 June 2018 (diff | hist) . . (+6,422) . . N Maven (Created page with "Apache Maven is a dependency management and a build automation tool, primarily used for Java applications. Maven continues to use XML files just like Ant but in a much more ma...")
- 06:33, 3 June 2018 (diff | hist) . . (+2,990) . . N Apache Ant with Ivy (Created page with " In the beginning, Make was the only build automation tool, beyond homegrown solutions. Make has been around since 1976 and as such, it was used for building Java application...") (current)
- 06:29, 3 June 2018 (diff | hist) . . (+69) . . N Java Build Automation Tools (Created page with " ====Apache Ant with Ivy==== ====Maven==== ====Gradle====")
- 06:28, 3 June 2018 (diff | hist) . . (+38) . . Java Toolkit (current)
- 06:28, 3 June 2018 (diff | hist) . . (-38) . . Java Toolkit
- 06:28, 3 June 2018 (diff | hist) . . (+106) . . N Java Toolkit (Created page with "===Java Build Automation Tools=== ====Apache Ant with Ivy==== ====Maven==== ====Gradle====")
- 06:27, 3 June 2018 (diff | hist) . . (-15) . . JAVA
- 06:27, 3 June 2018 (diff | hist) . . (+291) . . JAVA
- 05:43, 3 June 2018 (diff | hist) . . (+23) . . N SpringBoot (Created page with "==What is springboot?==")
- 04:57, 3 June 2018 (diff | hist) . . (+629) . . N Lazy Initialized Beans (Created page with "By default, the container creates and configures all singleton beans during initialization. To avoid this, you can use the lazy-init attribute with value true on the bean conf...") (current)
- 04:57, 3 June 2018 (diff | hist) . . (+4,622) . . Springframework
- 04:54, 3 June 2018 (diff | hist) . . (+2,114) . . N Autowiring Dependencies (Created page with "Wiring allows the Spring container to automatically resolve dependencies between collaborating beans by inspecting the beans that have been defined. There are four modes of a...") (current)
- 04:47, 3 June 2018 (diff | hist) . . (+1,062) . . N Field-Based Dependency Injection (^qq"1222***) (current)
- 04:31, 3 June 2018 (diff | hist) . . (+769) . . N Setter-Based Dependency Injection (Created page with "For setter-based DI, the container will call setter methods of our class, after invoking a no-argument constructor or no-argument static factory method to instantiate the bean...") (current)
- 04:27, 3 June 2018 (diff | hist) . . (+2,568) . . Springframework
- 04:26, 3 June 2018 (diff | hist) . . (+1,424) . . N Constructor-Based Dependency Injection (Created page with "In the case of constructor-based dependency injection, the container will invoke a constructor with arguments each representing a dependency we want to set. Spring resolves e...") (current)
- 04:22, 3 June 2018 (diff | hist) . . (-7) . . Dependency Injection in Spring
- 04:22, 3 June 2018 (diff | hist) . . (+171) . . Dependency Injection in Spring
- 04:22, 3 June 2018 (diff | hist) . . (+244) . . N Dependency Injection in Spring (Created page with "To set the item attribute in the example above, we can use metadata. Then, the container will read this metadata and use it to assemble beans at runtime. Dependency Injection...")
- 04:19, 3 June 2018 (diff | hist) . . (+889) . . N The Spring IoC Container (Created page with "An IoC container is a common characteristic of frameworks that implement IoC. In the Spring framework, the IoC container is represented by the interface '''ApplicationContext...") (current)
- 04:17, 3 June 2018 (diff | hist) . . (+243) . . Springframework
- 04:14, 3 June 2018 (diff | hist) . . (+21) . . Springframework
- 04:14, 3 June 2018 (diff | hist) . . (+1,192) . . N Inversion of Control (Created page with "==='''What is Inversion of Control?'''=== Inversion of Control is a principle in software engineering by which the control of objects or portions of a program is transferred...") (current)
- 04:09, 3 June 2018 (diff | hist) . . (-245) . . Dependency Injection (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)