Skip to content

Instantly share code, notes, and snippets.

@vvardhanz
Last active May 2, 2018 14:43
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vvardhanz/438f320a0786d0f459525322a2a79671 to your computer and use it in GitHub Desktop.
Save vvardhanz/438f320a0786d0f459525322a2a79671 to your computer and use it in GitHub Desktop.
Spring contents (Spring PDf )
page 5 --> Kinds of frameowrks
page 6 --> Reasons for using frameworks in java projects.
page 6 --> Why using spring framewoks -- > benefits.
page 7 --> Modules in spring frame work.
page 8 --> Spring Core module.
page 9 --> Spring Aop
page 11 --> spring mvc
page 11 --> spring J2ee (services)
page 11 --> spring Dataaccess and intigration
page 11 --> spring test
page 12 --> Tight coupling and loose coupling.
page 13 --> IS-A vs Has A relation.
page 16 --> How to achive loose coupling. (IOC mechanism)
page 17 --> Tight coupling and loose coupling btw objects.
page 19 --> Dependency lookup and dependecy inject.
page 21 --> What is inversion of control. ( Dependency lookup vs dependecy inject ).
page 23 --> Types of dependency injections (In Spring).
page 24 --> Types of dependencies in Spring bean (POJO).
page 24 --> Steps involved in achiving dependency inject.
page 26 --> Dependecy of value types.
page 27 --> Dependecy of Object types.
page 44 --> Java Bean vs Spring Bean.
Page 47 --> Dependence Injection collection types.
Page 54 --> Dependence of MAP type.
Page 58 --> Types of Containers.
Page 65 --> POJO vs JAVA BEAN VS COMPONENT.
Page 69 --> BEAN Auto Wiring.
Page 70 --> Types of Autowiring.
Page 72 --> ByName Autowiring.
Page 73 --> ByType Autowiring.
Page 74 --> Constructor Autowiring.
Page 81 --> p:namespace , c:namespace, util:namespace
Page 84 --> Circular Dependency.
Page 87 --> Setter vs Constructor.
Page 89 --> Scope of Bean.
Page 90 --> Types of scopes.
Page 92 --> Singleton class( making bean class Singleton).
Page 93 --> Factory method implementation ( For IOC).
Page 94 --> Look Up method injection.
Page 96 --> Interface Injection.
Page 106 -> Bean Post Processor.
PAGE 108 -> Bean Life cycle.
Page 115 -> Sterio types (annotations).
Page 116 -> Component scan.
Page 119 -> Autowiring Annotations (@autowired, @Qualifier)
Page 126 -> @value, @scope, @postConstruct, @preDistroy
page 128 -> SPEL (Spring Expression language).
page 132 -> BeanFactoryPostProcessor.
Page 134 -> BeanFactory vs ApplicationContext (containers).
******************************************************************************
************************ ****************************
******************************************************************************
SPRING AOP
page 135 ->
SPRING MVC
Page 184 -> why MVC.
Page 185 -> Types of MVC.
Page 186 -> MVC questions.
Page 187 -> Dispatcher Servlet.
Page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment