2930313233343536373839
out.println( "<html><body>" ); HelloWorld service = (HelloWorld) serviceTracker.getService(); if ( service != null ) { out.println( service.hello() ); } out.println( "</body></html>" ); out.close(); }