Architect Iterview

REST vs SOAP Web Services

May 13, 2010
By admin

I am seeing a lot of new web services are implemented using a REST style architecture these days rather than a SOAP one. Lets step back a second and explain what REST is. What is a REST Web Service The acronym REST stands for Representational State Transfer, this basically means that each unique URL...
Read more »

Posted in Architect Iterview, REST, Webservices | 1 Comment »

The WSDL Document Structure

April 27, 2009
By admin

WSDL Ports The <portType> element is the most important WSDL element. It describes a web service, the operations that can be performed, and the messages that are involved. The <portType> element can be compared to a function library (or a module, or a class) in a traditional programming language. WSDL Messages The <message> element...
Read more »

Tags: , ,
Posted in Architect Iterview, Developer Interview, Programmer Interview, SOA, Webservices | No Comments »

What is WSDL?

April 27, 2009
By admin

WSDL stands for Web Services Description Language WSDL is written in XML WSDL is an XML document WSDL is used to describe Web services WSDL is also used to locate Web services WSDL is a W3C recommendation
Read more »

Tags: , ,
Posted in Architect Iterview, Axis2, Developer Interview, Programmer Interview, Webservices | No Comments »

What is static in java?

April 16, 2009
By admin

Static means one per class, not one for each object no matter how many instance of a class might exist. This means that you can use them without creating an instance of a class.Static methods are implicitly final, because overriding is done based on the type of the object, and static methods are attached...
Read more »

Tags: , , ,
Posted in Architect Iterview, Developer Interview, Programmer Interview | No Comments »

What is final?

April 16, 2009
By admin

A final class can’t be extended ie., final class may not be subclassed. A final method can’t be overridden when its class is inherited. You can’t change value of a final variable (is a constant).
Read more »

Tags: , , , , ,
Posted in Architect Iterview, Core Java, Developer Interview, Programmer Interview | No Comments »

Calendar

    September 2010
    M T W T F S S
    « Jul    
     12345
    6789101112
    13141516171819
    20212223242526
    27282930