ОПИСАНИЕ
We are happy to announce that May 22 we are going to hold an open workshop by Oleksiy Rezchykov ‘Spring by Example’
in our Odesa office.
Registration on this all day event will be free, but limited by quantity of participants.
If you are interested to take part in workshop please fill the form following the link https://docs.google.com/spreadsheet/viewform?formkey=dF8zU0xONlgySHluSGtQTXh0R0lDa0E6MQ
Workshop purpose
The main purpose of the workshop is to give an audience clear picture of the use cases where SpringFramework could be used in an everyday Java development. During the workshop we will cover most of the Spring basic features using real code examples.
Workshop content
IoC using Spring
● Buiding xml contexts
● Bean scopes & lifecycles
● Constructor vs Setter injection
● Property placeholders
● p & c and util name spaces
● Annotaton context
● Using component scan
● AOP usage
● Spring AOP vs AspectJ
Persistence with Spring
● Building DAO
● Embedded Datasources
● JDBC vs ORM DAO’s
● Integration testing with Spring
● @Transactional & transactions with Spring
Spring MVC
● Application context
● Dispatcher Servlet and it’s context
● Controllers and mappings
● Implementing CRUD logic
● Using Spring for UI tests