Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkedIn-Learning-A1 authored Jan 30, 2025
1 parent 3730d1a commit 83013fe
Showing 1 changed file with 21 additions and 7 deletions.
28 changes: 21 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Spring Framework in Depth
This is the repository for the LinkedIn Learning course Spring Framework in Depth. The full course is available from [LinkedIn Learning][lil-course-url].

![Spring Framework in Depth][lil-thumbnail-url]

Spring is an application framework and inversion-of-control (IOC) container for the Java platform. The framework's core features can be used by any Java application and are ideal for enterprise and internet-based app development. Get a comprehensive overview of Spring in this intermediate-level course with software architect Frank Moley. Frank develops applications and web services with Spring, and shares what he knows about configuring the ApplicationContext (the interface for accessing components, loading files, publishing events, and more), as well as the beans (objects within the Spring IOC container). He demonstrates a modern Java configuration workflow and explores the Spring lifecycle in depth, so you can extend the framework and better troubleshoot any issues you have with your applications. Plus, learn how to use aspect-oriented programming to add behaviors to your apps in a reusable way.

Learning objectives
- Configure the Spring ApplicationContext to access components, load files, publish events, and manage the inversion-of-control (IoC) container for Java applications.
- Implement beans (objects) within the Spring IoC container and apply a modern Java configuration workflow to develop applications and web services with Spring.
- Analyze the Spring lifecycle to extend the framework and troubleshoot issues in Spring-based applications.
- Utilize aspect-oriented programming concepts to integrate reusable behaviors into Java applications in a modular way.

_See the readme file in the main branch for updated instructions and information._
## Instructions
This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage, or you can add `/tree/BRANCH_NAME` to the URL to go to the branch you want to access.
Expand All @@ -20,15 +30,19 @@ To resolve this issue:
Add changes to git using this command: git add .
Commit changes using this command: git commit -m "some message"

## Installing
1. To use these exercise files, you must have the following installed:
- [list of requirements for course]
2. Clone this repository into your local machine using the terminal (Mac), CMD (Windows), or a GUI tool like SourceTree.
3. [Course-specific instructions]
### Instructor

Frank P Moley III

Principal Software Architect at Vertex, Inc.


Check out my other courses on [LinkedIn Learning](https://www.linkedin.com/learning/instructors/frank-p-moley-iii?u=104).


[0]: # (Replace these placeholder URLs with actual course URLs)

[lil-course-url]: https://www.linkedin.com/learning/
[lil-thumbnail-url]: http://
[lil-course-url]: https://www.linkedin.com/learning/spring-framework-in-depth-revision
[lil-thumbnail-url]: https://media.licdn.com/dms/image/v2/D4D0DAQHQkdsXWP-ZQQ/learning-public-crop_675_1200/learning-public-crop_675_1200/0/1731028968463?e=2147483647&v=beta&t=-mjsjugJVQVObGKGZsHfNt1Pxh2dERYzXZ-sAX5je0o

0 comments on commit 83013fe

Please sign in to comment.