وب سایت تخصصی شرکت فرین
دسته بندی دوره ها
1

Mastering Java Spring Framework

سرفصل های دوره

Unlock your potential and master Java Spring Framework to build robust, scalable applications


1. Java Spring
  • 1. Introduction
  • 2. Eclipse Setup And Introduction To Polymorphism
  • 3. Polymorphism Example
  • 4. Dynamic Polymorphism Example Continues
  • 5. Java Spring Inversion Of Control - Ioc
  • 6. Hello World Applications
  • 7. Hello World Continues
  • 8. Achieved Our First Hello World Applications
  • 9. Spring Constructor Injection Part 1
  • 10. Spring Constructor Injection Part 2
  • 11. Spring Bean Scopes Part 1
  • 12. Spring Bean Scopes Part 2
  • 13. Spring Life Cycle Methods Part 1
  • 14. Spring Life Cycle Methods Part 2
  • 15. Spring Setter Injection
  • 16. Spring Bean Injection
  • 17. Injecting Collections In Springs Part 1
  • 18. Injecting Collections In Springs Part 2
  • 19. Spring Beans Autowiring Part 1
  • 20. Spring Beans Autowiring Part 2
  • 21. Spring Beans Autowiring Part 3
  • 22. Spring Beans Autowiring Using Annotations Part 1
  • 23. Spring Beans Autowiring Using Annotations Part 2
  • 24. Spring Aop Example Part 1
  • 25. Spring Aop Example Part 2
  • 26. Spring Aop Example Part 3
  • 27. Spring Aop Example Part 4

  • 2. Java Spring Case Study - Creating Online Shopping App
  • 1. Introduction to J2EE Framework
  • 2. Benefits of Spring Framework
  • 3. Spring Usage Scenarios
  • 4. Spring with EJB
  • 5. Registration and Login
  • 6. Creating New Package
  • 7. List of Dependencies
  • 8. Implementing the Interface
  • 9. Adding Classes for Project
  • 10. Defining Model Attribute
  • 11. Implementing Logout Value
  • 12. Creating New Tag Lib
  • 13. Table Row in Table Data
  • 14. Function in Table Data
  • 15. Folder for Register
  • 16. Functioning the Project
  • 17. Connectivity with Spring Framework
  • 18. Implementation for Insert Method
  • 19. Coding for Application Context
  • 20. Working on Spring Module
  • 21. Spring Framework in Database

  • 3. Java Spring Case Study - Creating a Shopping Cart Web App
  • 1. Introduction to Project
  • 2. Creating Database for Application using MySQL
  • 3. Creating Entity Class
  • 4. Generating POM.xml File
  • 5. Create Model
  • 6. Creating DAO
  • 7. Implementing DAO
  • 8. Implementing DAO Continue
  • 9. Creating Util Class
  • 10. Creating Authentication
  • 11. Creating Validator
  • 12. Create Properties File for Hibernate and Validation
  • 13. Creating Customer Controller
  • 14. Creating Customer Controller Continue
  • 15. Creating Admin Controller
  • 16. Creating Configuration
  • 17. Configuration Continuous
  • 18. Configuration Completed
  • 19. Creating Views
  • 20. Creating Views Completed
  • 21. Output of the Project

  • 4. Java Spring Boot
  • 1. Introduction to Spring Boot
  • 2. Features of Spring Boot
  • 3. Spring Boot CLI Tools
  • 4. Installation of Spring boot CLI
  • 5. Spring Boot CLi Java Example
  • 6. Spring Boot CLi Java Example Continues
  • 7. POM Starters
  • 8. Spring Initializr
  • 9. Downloading STS
  • 10. Spring Tool Suite
  • 11. Spring Initializr Through CLI
  • 12. Example of Spring Initializr Through CLI
  • 13. Spring Boot Application Through STS
  • 14. Annotation
  • 15. Spring Boot Application
  • 16. Spring Boot Application Continues
  • 17. Uni Testing Case
  • 18. Example UNI Testing Case
  • 19. Integration Testing and its Example
  • 20. Introduction to Thyme Leaf
  • 21. Example of Thyme Leaf Demo
  • 22. Example of Thyme Leaf Demo Continues
  • 23. Running the Thyme Leaf Demo
  • 24. Auto Configuration
  • 25. Configuring Properties
  • 26. Configuration Properties
  • 27. Disabling Template Caching
  • 28. Logging
  • 29. Configuring the Logback
  • 30. Example of Logback
  • 31. Configuration to Log
  • 32. More on Configuration to Log
  • 33. Connecting Database to Spring
  • 34. Example of Database
  • 35. Example of Database Continues
  • 36. Production Databases
  • 37. More on Production Database
  • 38. Spring Data
  • 39. Example of Spring Data
  • 40. Example using Crud Repository
  • 41. Example using Crud Repository Continues
  • 42. Spring Boot Caching using Redis
  • 43. Installing Redis in Spring Caching
  • 44. Example of Spring Boot using Redis
  • 45. Example of Spring Boot using Redis Continues
  • 46. Spring Security in Spring Boot
  • 47. Spring Security in Spring Boot Continues
  • 48. Example of Spring Security
  • 49. Output of Spring Security
  • 50. Core Component Spring Security

  • 5. Java Spring Boot - Advanced
  • 1. Introduction to Spring Boot Actuator
  • 2. Customize End Point Spring Boot Actuator
  • 3. Example of Spring Boot Actuator
  • 4. Health Indicator Spring Boot Actuator
  • 5. Example of Health Indicator Spring Boot Actuator
  • 6. Example of Health Indicator Spring Boot Actuator Continues
  • 7. Advanced Spring Boot with NoSQL
  • 8. Mango Database in Spring Boot
  • 9. Solr and Elastic Search in Spring Boot
  • 10. Advanced Spring Boot with MongoDB
  • 11. Example of Mongo Database
  • 12. Example of Mongo Database Continues
  • 13. Microservice Architecture
  • 14. Spring Boot with Microservice
  • 15. Client Side Load Balancing Microservices
  • 16. Example of Microservices
  • 17. Producer Application in Microservices
  • 18. Producer Application in Microservices Continues
  • 19. More on Microservices
  • 20. Segregation Microservices Code
  • 21. Creating Account Comsumer Services in Microservices
  • 22. Account Service Controller Microservices
  • 23. Cache Metrics in Spring Boot Actuator
  • 24. Creating Own Metrics ini Spring Boot
  • 25. Creating Custom EndPoints in Spring Boot
  • 26. Creating Custom EndPoints in Spring Boot Continues
  • 27. Deploymentg Application in Server
  • 28. Example of Deploymentg Application
  • 29. Example of Deploymentg Application Continues
  • 30. Advanced SprinBoot Profile
  • 31. Creating Advanced SprinBoot Profile
  • 32. Creating Advanced SprinBoot Profile Continues
  • 33. Profile Properties and Yaml Example
  • 34. Example of Profile Properties and Yaml
  • 35. Output of Profile Properties and Yaml
  • 36. File Upload using Spring Boots
  • 37. File Upload Example
  • 38. Output of File Upload
  • 39. Multiple File Upload Using AJAX
  • 40. Multiple File Upload Using AJAX Example
  • 41. Output Multiple File Upload

  • 6. Java Spring Boot Case Study - Appointment Management System
  • 1. Introduction to Project
  • 2. Creating Model
  • 3. Creating Services and Understanding JPA
  • 4. Understanding About JPA in Project
  • 5. Creating Controller
  • 6. Creating Controller Continuous
  • 7. Adding Security
  • 8. Understanding Maven Dependency
  • 9. Creating View and Understanding POM XML File
  • 10. Working with Database
  • 11. Output of the Project
  • 12. Unit Testing in Junit

  • 7. Project on Jenkins - Employee Management System
  • 1. Introduction to the Project
  • 2. Introduction to the Project Continue
  • 3. Creating POJO Class
  • 4. UI and Collection
  • 5. Collections Continues
  • 6. Validation
  • 7. Handling Exception
  • 8. Adding Project to GIT
  • 9. Integrating Project with Jenkins
  • 10. Output of the Project

  • 8. Java Features
  • 1. Course Intro
  • 2. Lambda Expression
  • 3. Lambda Expression Continue
  • 4. Method References
  • 5. Stream Tutorial
  • 6. Stream Filters
  • 7. Interface Changes
  • 8. Steam Collectors Classes
  • 9. String Joiner
  • 10. Arrays Parallel Sort
  • 11. Private Methods in Interfaces
  • 12. Try with Resources Enhancements
  • 13. Anonymous Inner Classes
  • 14. Stream API Enhancements
  • 15. Java 9 Modules
  • 16. Collectors
  • 17. Collectors Continue
  • 18. Compact Number Format in Java 12
  • 19. Compact Number Format in Java 12 Continue
  • 20. Number Format Fraction Digits
  • 21. Rounding
  • 22. New Methods in Strings
  • 23. New Switch Case

  • 9. Java Case Study - Student Management System
  • 1. Introduction To Project
  • 2. Creating Project Adding Dependencies
  • 3. Configuration File
  • 4. Creating UI
  • 5. Creating POJO Class and Data Base
  • 6. Creating User Define Exception
  • 7. Creating Validation Using Regex
  • 8. Creating Validation Using Regex Continuous
  • 9. Adding Student Records
  • 10. Adding Student Records Continue
  • 11. Display All Student Records
  • 12. Update Student Records
  • 13. Update Student Records Continue
  • 14. Delete Student Records
  • 15. Output of the Project

  • 10. Project on Java and Hibernate - Employee Management System
  • 1. Introduction To Project
  • 2. Introduction To Project Continue
  • 3. Creating Project
  • 4. Dependencies and Configuration
  • 5. Creating UI
  • 6. Creating POJO Class
  • 7. Creating User Define Exception
  • 8. Creating Validation using Regex
  • 9. Creating Validation using Regex Continue
  • 10. Adding Employee Records
  • 11. Display All Employee Records
  • 12. Update Employee Records
  • 13. Delete Employee Records
  • 14. Output of the Project
  • 139,000 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 40572
    حجم: 16242 مگابایت
    مدت زمان: 1996 دقیقه
    تاریخ انتشار: ۱ آبان ۱۴۰۳
    طراحی سایت و خدمات سئو

    139,000 تومان
    افزودن به سبد خرید