My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.extensiblejava.hello.service.impl;

import java.util.Properties;
import com.extensiblejava.hello.service.HelloService;

public class HelloServiceImpl implements HelloService {

public String sayHello() {
return "Hello OSGi Spring World!! ";
}

public String sayGoodbye() {
return "Goodbye OSGi Spring World!!";
}
}

Change log

r17 by pragkirk on Apr 30, 2008   Diff
Initial Version of HelloWorldSpec and
Spring
Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 348 bytes, 15 lines

File properties

svn:executable
Powered by Google Project Hosting