Basic HTML version of Foils prepared
4 Feb 98
Foil 52 Example Server I - HelloServant
From
Overview of JDBC and its use with CORBA or Java RMI CPS616 Technologies of Information Age --
Spring 1998
.
by
Nancy McCracken(Sangetta Aggarwal, Udayan Parvate, Tom Pulikal)
1
import HelloApp.*;
2
import org.omg.CosNaming.*;
3
import org.omg.CosNaming.NamingContextPackage.*;
4
import org.omg.CORBA.*;
5
class HelloServant extends _HelloImplBase
6
{
7
public String sayHello()
8
{
9
return "\nHello world !!\n";
10
}
11
}
in Table To:
©
Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu
If you have any comments about this server, send e-mail to
webmaster@npac.syr.edu
.
Page produced by
wwwfoil
on Sun Nov 29 1998