Menu

Smart Client Container / News: Recent posts

SOAPTransport

The SOAPTransport has become usable. A sample app has been added to the repository:

cvs update -dP soap

The following client code transparently connects to a webservice.

Context context = new InitialContext\(\);
HelloHome helloHome = \(HelloHome\)context.lookup\("ejb/Hello"\);
Hello hello = helloHome.create\(\);

String result = hello.hello\("everybody"\);
System.out.println\("" + result\);... [read more](/p/smartcc/news/2002/06/soaptransport/)
Posted by Holger Engels 2002-06-18

SmartCC 1.1 released

This is the first public release, that will be officially announced. It's feature complete and already well tested. Get it, test it, love it! Report bugs (better fix them, also ;-) and change requests. Feel free to contribute!

Posted by Holger Engels 2002-06-11