Re: [java ee programming] Constructor

2011-07-26 Thread Icon Web Solutions
Use the super keyword to invoke the base class constructor from the subclass constructor (which is zero-parameter). This example explains how this is done - http://www.javaissues.com/2011/02/how-constructors-work-in-java.html For more such examples, visit

Re: [java ee programming] Java Web Service?

2011-07-25 Thread Icon Web Solutions
http://www.javaissues.com/2011/04/apache-axis-14-hello-world-example-jws.html follow the steps on the link above. On Mon, Jul 25, 2011 at 11:53 AM, Evgeniy Pol. yone...@gmail.comwrote: Hi Everyone! I want implement *java web service.* I'm new in this. someone can give me some advise