Java WebServices JSR overview
In this article I give a short overview of the important JSR of Java Community Process which defines and standardizes WebServices development with Java Platform. JSR-175 : A Metadata Facility for the Java Programming Language. Also known as Java Annotations e.g. @Deprecated or @Override. JSR-181 : Web Services Metadatata for the Java Platform. This is just a set of Annotations for using with JAX-WS WebServiceces. Think of Annotations @WebService, @WebMethod…...