Spring MVC is used to develop MVC based web application.
Recall Spring MVC framework by the following picture.
Spring MVC is used to develop MVC based web application.
Recall Spring MVC framework by the following picture.
1. What is Spring?
The Spring is light weight, non-invasive IoC Container and AOP framework. It provides support for JPA, Hibernate, Web services, Schedulers, Ajax, Struts, JSF and many other frameworks.
Spring MVC is used for developing MVC based web application.
2. What does Spring do?
Spring’s main aim is to make J2EE easier to use and promote good programming practice. It does this by enabling a POJO-based programming model that is applicable in a wide range of environments.
3. How does Spring do?
Mapping bean data with property classes (also called dependency injection).
Use by XmlBeanFactory.
***NOTE: EL4J, AOP, IOC
After a month at ELCA, I have learned some new technology & tool in web application developing process. Now I start to summarize what I have learned so far for later use.
First, at ELCA, every project is generated by an automatic tool called “MAVEN”.
…and more
^[a-z0-9_-]{3,15}$
((?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%]).{6,20})
This is the third semester of my junior year and I study programming in Android for my OS course. Android is new, plus this is the first time I do emulator programming
Everything was fine until the T.A announced the first project named “Sudoku”. After only 3 lab sessions, they gave a big game project to students. Luckily, I found the ebook “Hello, Android 2nd”, an essential ebook for beginning with Android. Again, Google helps me a lot.