My favorites
|
Sign in
kcode
Sample code projects
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r74
Source path:
svn
/
trunk
/
osgi
/
HelloWorldSpecSpring
/
client
/
src
/
com
/
extensiblejava
/
hello
/
client
/
HelloConsumer.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package com.extensiblejava.hello.client;
import com.extensiblejava.hello.service.HelloService;
public class HelloConsumer {
private HelloService hello;
public void setHelloService(HelloService hello) {
this.hello = hello;
}
public void start() throws Exception {
System.out.println(hello.sayHello());
}
public void stop() throws Exception {
System.out.println(hello.sayGoodbye());
// NOTE: The service is automatically released.
}
}
Show details
Hide details
Change log
r17
by pragkirk on Apr 30, 2008
Diff
Initial Version of HelloWorldSpec and Spring
Go to:
...i/HelloWorldSpecSpring/build.xml
.../osgi/HelloWorldSpecSpring/cache
...orldSpecSpring/bundle0/bundle.id
...ring/bundle1/bundle.lastmodified
...ecSpring/bundle1/bundle.location
...Spring/bundle1/bundle.startlevel
...rldSpecSpring/bundle1/version0.0
...ring/bundle1/version0.0/embedded
...pecSpring/bundle1/version0.0/lib
...le1/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle10
...rldSpecSpring/bundle10/bundle.id
...cSpring/bundle10/bundle.location
...pring/bundle10/bundle.startlevel
...SpecSpring/bundle10/bundle.state
...ldSpecSpring/bundle10/version0.0
...g/bundle10/version0.0/bundle.jar
...ing/bundle10/version0.0/embedded
...ecSpring/bundle10/version0.0/lib
...e10/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle11
...ing/bundle11/bundle.lastmodified
...cSpring/bundle11/bundle.location
...pring/bundle11/bundle.startlevel
...ldSpecSpring/bundle11/version0.0
...g/bundle11/version0.0/bundle.jar
...ing/bundle11/version0.0/embedded
...ecSpring/bundle11/version0.0/lib
...e11/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle12
...rldSpecSpring/bundle12/bundle.id
...ing/bundle12/bundle.lastmodified
...cSpring/bundle12/bundle.location
...SpecSpring/bundle12/bundle.state
...ecSpring/bundle12/version0.0/lib
...e12/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle14
...rldSpecSpring/bundle14/bundle.id
...cSpring/bundle14/bundle.location
...pring/bundle14/bundle.startlevel
...SpecSpring/bundle14/bundle.state
...ldSpecSpring/bundle14/version0.0
...g/bundle14/version0.0/bundle.jar
...ing/bundle14/version0.0/embedded
...ecSpring/bundle14/version0.0/lib
...e14/version0.0/revision.location
...he/HelloWorldSpecSpring/bundle15
...rldSpecSpring/bundle15/bundle.id
...ing/bundle15/bundle.lastmodified
...cSpring/bundle15/bundle.location
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 485 bytes, 22 lines
View raw file
File properties
svn:executable
Hosted by