File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
1.1-common-frameworks-and-lib/spring
1.6-usefull-libraries/dependency_injection/dependency-injection-spring Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5
5
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd" >
6
6
7
7
8
- <bean id =" Notifier" class =" xml.jsr300 .XmlConstructorInject$Notifier" >
8
+ <bean id =" Notifier" class =" xml.jsr330 .XmlConstructorInject$Notifier" >
9
9
<constructor-arg ref =" NotificationService" />
10
10
</bean >
11
11
12
- <bean id =" NotificationService" class =" xml.jsr300 .XmlConstructorInject$EMailService" ></bean >
12
+ <bean id =" NotificationService" class =" xml.jsr330 .XmlConstructorInject$EMailService" ></bean >
13
13
14
- </beans >
14
+ </beans >
Original file line number Diff line number Diff line change 1
- package jsr300 ;
1
+ package jsr330 ;
2
2
3
3
4
4
import org .springframework .context .annotation .AnnotationConfigApplicationContext ;
8
8
import javax .inject .Inject ;
9
9
10
10
/**
11
- * Hello World using jsr300 annotation
11
+ * Hello World using jsr330 annotation
12
12
*
13
13
* Created by vvedenin on 11/14/2015.
14
14
*/
Original file line number Diff line number Diff line change 1
- package xml .jsr300 ;
1
+ package xml .jsr330 ;
2
2
3
3
import org .springframework .context .support .ClassPathXmlApplicationContext ;
4
4
5
5
import javax .inject .Inject ;
6
6
7
7
/**
8
- * Hello World using jsr300 annotation and XML config
8
+ * Hello World using jsr330 annotation and XML config
9
9
*
10
10
* Created by vvedenin on 11/14/2015.
11
11
*/
Original file line number Diff line number Diff line change 5
5
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd" >
6
6
7
7
8
- <bean id =" Notifier" class =" xml.jsr300 .XmlConstructorInject$Notifier" >
8
+ <bean id =" Notifier" class =" xml.jsr330 .XmlConstructorInject$Notifier" >
9
9
<constructor-arg ref =" NotificationService" />
10
10
</bean >
11
11
12
- <bean id =" NotificationService" class =" xml.jsr300 .XmlConstructorInject$EMailService" ></bean >
12
+ <bean id =" NotificationService" class =" xml.jsr330 .XmlConstructorInject$EMailService" ></bean >
13
13
14
- </beans >
14
+ </beans >
Original file line number Diff line number Diff line change 1
- package jsr300 ;
1
+ package jsr330 ;
2
2
3
3
4
4
import org .springframework .context .annotation .AnnotationConfigApplicationContext ;
8
8
import javax .inject .Inject ;
9
9
10
10
/**
11
- * Hello World using jsr300 annotation
11
+ * Hello World using jsr330 annotation
12
12
*
13
13
* Created by vvedenin on 11/14/2015.
14
14
*/
Original file line number Diff line number Diff line change 1
- package xml .jsr300 ;
1
+ package xml .jsr330 ;
2
2
3
3
import org .springframework .context .support .ClassPathXmlApplicationContext ;
4
4
5
5
import javax .inject .Inject ;
6
6
7
7
/**
8
- * Hello World using jsr300 annotation and XML config
8
+ * Hello World using jsr330 annotation and XML config
9
9
*
10
10
* Created by vvedenin on 11/14/2015.
11
11
*/
You can’t perform that action at this time.
0 commit comments