DEV Community

Discussion on: Spring's FactoryBean Interface

Collapse
 
dabjazz profile image
Yash_Jaiswal

Sir I would like to ask you few more questions.

  1. What are enterprise applications? Are they like websites build using html,css& JS at client side and any framework like django,rails at backend?
  2. How do I use java to learn back-end development? Apart from core java what are the other things I have to learn to begin backend development using java?
  3. How do I connect Spring with html,css,js frontend? Is is even possible? Is there any specific framework of java script that is compatible with spring ? Is spring framework is used for this?
  4. Does spring and django used for carrying out the same task i.e. Backend?
  5. Is spring boot is sufficient or do I need to learn different modules of spring?
  6. Lastly but not the least what kind of projects can I made after learning all this? Here all contains (html,css, js for frontend and spring for backend)
Thread Thread
 
eidher profile image
eidher
  1. Enterprise applications are software solutions that provide business logic and tools to model entire business processes independently of the technology used.
  2. I'd recommend to study java web.
  3. Using Spring MVC or REST Services
  4. Yes.
  5. I'd study other modules like Spring Security and Spring Data
  6. Follow spring.io/guides
Thread Thread
 
dabjazz profile image
Yash_Jaiswal

Thank you so much sir, for answering my questions.
I'll make sure to study java web, Spring MVC and REST services