Spring is one of the most popular Java frameworks used across the projects. If you are interested in learning Spring framework, there are a lot of projects under spring community which are used for different purposes.
Since spring itself has grown into a platform, you can provide the complete enterprise solution using the spring projects. Before you start learning spring framework, let's decide what you want to learn in spring framework.
Spring 5 is the latest release where Spring has done a lot of changes like introducing a new React engine.
Want to learn spring basics?
If you want to learn only the spring basics, then you have to restrict to Spring Core. This is the core engine of spring framework. The basic concepts like Dependency Injection (DI), Aspect Oriented Programming (AOP), Singleton Beans, etc. are covered in the basic spring framework.
If you read this document, you will understand how spring is managing effectively and work with all other frameworks. Note that spring core can be used independently with any other framework.
Here is some of the good links to learn spring core:
Introduction to the Spring Framework
Step by Step Spring Tutorial for Beginners- Java2Blog
Understanding the core of Spring framework
Why Use the Spring Framework?
Spring Framework Architecture - DZone Java
Spring | Baeldung
Want to learn Advanced Spring?
If you are interested in learning advanced spring concepts, you have multiple options. Note that there are many spring projects for specific purposes. You may not be able to master all the projects. Here I am listing down some of the most popular spring frameworks that are most commonly used among the projects.
Spring Core -This is the core engine for spring framework. Every other spring project is built on top of this engine. You have to first understand clearly about the Dependency Injection and other concepts to be a more successful spring framework developer.
Spring Boot - This is the most common for running spring applications. It is the very latest one and must be learned by every spring developer. This will be the future way of building and running spring applications.
Spring MVC - Spring MVC is the most popular web application framework in Java. If you are developing web applications using spring, then you have to learn Spring MVC.
Spring Data JPA - Excellent framework for developing database applications. You will fall in love if you start using Spring Data. It is that much easy to persist data using SPring Data framework.
Spring Security - Spring Security is one of the most widely used for security purposes.
Spring Cloud - For developing cloud applications
Spring Batch - If you have a batch job, this framework can be used.
There are many other frameworks under spring which I have not listed here. You can find all the projects here:
spring.io - This is the official spring community website. Here you will find all the projects under the spring framework.
Good Blogs for Learning Spring Framework
spring.io/blog - This is the official blog for spring team. Here you get the latest updates to all the spring projects. This is the great source of information for all the spring projects. Keep watching this blog for updates.
spring-projects/spring-framework - This is the GitHub page for spring framework. Here you find the new changes to spring framework.
SpringOne 2GX - This is the world’s largest spring conference conducted by a spring team.
Mkyong Tutorial on Spring - He writes mostly on spring programming examples.
Eugen Paraschiv's site Baeldung.com - He is part of the spring team and he mostly covers REST and SPring Security. He also offers a paid course which is very good for learning the framework.
Petri Kainulainen's site. - He is a Spring Data Expert. You can learn Spring Data in his blog.
Spring 4 Tutorial - JavaBeat is a good blog for reading the Spring Framework topics. This blog is written by me and currently not managed by me. All the spring articles are my thoughts.
Spring یکی از محبوب ترین چارچوب های جاوا است که در این پروژه ها مورد استفاده قرار می گیرد. اگر علاقه مند به یادگیری چارچوب بهار هستید ، تعداد زیادی پروژه در زیر جامعه بهار وجود دارد که برای اهداف مختلف مورد استفاده قرار می گیرد.
از آنجا که خود بهار به یک سکوی بزرگ تبدیل شده است ، می توانید با استفاده از پروژه های بهار ، راه حل کامل شرکت را ارائه دهید. قبل از شروع یادگیری چارچوب بهار ، بیایید تصمیم بگیرید که چه چیزی را می خواهید در چارچوب بهار یاد بگیرید.
بهار 5 آخرین نسخه ای است که در آن بهار تغییرات بسیاری مانند معرفی موتور جدید React انجام داده است.
آیا می خواهید اصول اولیه بهاری را یاد بگیرید؟
اگر می خواهید فقط مقدمات بهاری را بیاموزید ، باید محدود به Spring Core باشید. این موتور اصلی چارچوب بهار است. مفاهیم اساسی مانند Dependency Injection (DI) ، برنامه نویسی جهت گرا (Aspect Orient Oriental (AOP)) ، لوبیای Singleton و غیره در چارچوب اساسی بهار پوشانده شده است.
اگر این سند را بخوانید ، خواهید فهمید که چگونه بهار به طور مؤثر مدیریت می شود و با همه چارچوب های دیگر کار می کند. توجه داشته باشید که هسته بهار را می توان به طور مستقل با هر چارچوب دیگر استفاده کرد.
در اینجا برخی از پیوندهای خوب برای یادگیری هسته بهار آورده شده است:
آشنایی با چارچوب بهار
گام به گام آموزش بهار برای مبتدیان - Java2Blog
درک هسته چارچوب بهار
چرا از چارچوب بهار استفاده می کنیم؟
معماری چارچوب بهار - DZone Java
بهار | بائولدونگ
می خواهید بهار پیشرفته را یاد بگیرید؟
اگر به یادگیری مفاهیم پیشرفته بهاری علاقه دارید ، گزینه های مختلفی دارید. توجه داشته باشید که پروژه های بهاری بسیاری برای اهداف خاص وجود دارد. شاید نتوانید بر همه پروژه ها تسلط داشته باشید. در اینجا برخی از محبوب ترین چارچوب های بهاری را که بیشتر در بین پروژه ها استفاده می شود ، لیست می کنم.
Spring Core –This موتور اصلی چارچوب بهار است. هر پروژه بهاری دیگر در بالای این موتور ساخته شده است. شما ابتدا باید به طور واضح در مورد Dependency Injection و سایر مفاهیم بدانید تا یک توسعه دهنده چارچوب بهار موفق تر باشید.
چکمه بهار - این رایج ترین روش برای اجرای برنامه های بهاری است. این جدیدترین مورد است و باید توسط هر توسعه دهنده بهار آموخته شود. این روش آینده ساخت و اجرای برنامه های بهاری خواهد بود.
Spring MVC - Spring MVC محبوب ترین چارچوب برنامه وب در جاوا است. اگر در حال ایجاد برنامه های وب با استفاده از بهار هستید ، پس باید MVC Spring را یاد بگیرید.
Spring Data JPA - چارچوبی عالی برای توسعه برنامه های پایگاه داده. اگر شروع به استفاده از داده های بهار کنید عاشق خواهید شد. ادامه داده با استفاده از چارچوب داده Spring بسیار آسان است.
بهار امنیتی - امنیت بهار یکی از مواردی است که بیشتر برای اهداف امنیتی استفاده می شود.
Cloud Spring - برای توسعه برنامه های ابری
Spring Batch - اگر کار دسته ای دارید ، می توانید از این فریم ورک استفاده کنید.
چهارچوبهای دیگر در زیر بهار وجود دارد که من در اینجا ذکر نکرده ام. همه پروژه ها را می توانید در اینجا بیابید:
Spring.io - این وب سایت رسمی انجمن بهار است. در اینجا تمام پروژه ها را در چارچوب بهار مشاهده خواهید کرد.
وبلاگ های خوب برای یادگیری چارچوب بهار
Spring.io/blog - این وبلاگ رسمی برای تیم بهار است. در اینجا آخرین به روزرسانی های کلیه پروژه های بهاری را دریافت می کنید. این منبع عالی اطلاعات برای کلیه پروژه های بهار است. برای به روزرسانی این وبلاگ را تماشا کنید.
spring-projes / spring-frame - این صفحه GitHub برای چارچوب بهار است. در اینجا تغییرات جدیدی را در چارچوب بهار مشاهده می کنید.
SpringOne 2GX - این بزرگترین کنفرانس بهاری جهان است که توسط یک تیم بهاری برگزار می شود.
آموزش Mkyong در بهار - او بیشتر در مثالهای برنامه نویسی بهاری می نویسد.
سایت Eugen Paraschiv Baeldung.com - او بخشی از تیم بهار است و بیشتر اوقات REST و SPring Security را پوشش می دهد. او همچنین یک دوره پرداختی را نیز ارائه می دهد که برای یادگیری چارچوب بسیار مناسب است.
سایت پتری کاینولاینن. - او یک متخصص داده بهاری است. می توانید اطلاعات مربوط به بهار را در وبلاگ خود بیاموزید.
آموزش 4 بهار - JavaBeat یک وبلاگ خوب برای خواندن مباحث چارچوب بهار است. این وبلاگ توسط من نوشته شده است و در حال حاضر توسط من اداره نمی شود. تمام مقالات بهار اندیشه من هستند.