Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring or spring boot #20

Open
gvk00 opened this issue Aug 31, 2024 · 2 comments
Open

spring or spring boot #20

gvk00 opened this issue Aug 31, 2024 · 2 comments

Comments

@gvk00
Copy link

gvk00 commented Aug 31, 2024

I have gained good knowledge on core Java, jdbc and JSP . So like to start spring or spring boot, i have no idea where to start. There are lot of module, confusing.
Give me structure and plan to start for software job.

@ctapobep
Copy link
Member

ctapobep commented Sep 1, 2024

If you look at the topics in the Spring Reference, at the beginning the important ones are:

  • Core: IoC Container, Resources, SpEL, AOP (not too deeply, just the notion of proxies and how they work)
  • Data Access: Transactions (make sure you understand how AOP proxies work), DAO Support, JDBC
  • Web Servlet: Spring MVC
  • Testing: Spring MVC Test

I'd just inspect this documentation and use the material of this course in parallel. Note that:

  • Mostly Spring isn't something important to learn - rather what Spring uses underneath is important. That's the complicated stuff, and that's the important stuff.
  • I already mentioned this elsewhere: Spring Boot is your enemy, especially if you're a beginner. It's not difficult (it simply contains some default configuration), but it's harmful in a way that it hides what it configures. As a beginner, you need to learn what happens underneath.

@gvk00
Copy link
Author

gvk00 commented Sep 2, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants