Submitted by heartin on Mon, 10/19/2015 - 10:00
-
Installing and configuring Glassfish application server
-
Deploying web services in Glassfish application server.
-
Top down web service development example.
-
Examples for other Message Exchange Patterns.
-
Examples for different ways to import or link XSD to WSDL.
-
Notes on simple types and complex types in XSDs
-
Notes in content type headers.
-
Examples for DOM, SAX and StaX parsing
-
More about webservices.xml
Submitted by sneha on Mon, 10/19/2015 - 04:31
There might be situations where you would want to modify the attributes of the embedded class (eg. Address) within an embedding class (eg. User), for instance, changing the database column name for a field.
We can use @AttributeOverride annotation to override the details of a field of the embedded class and then enclose all such @AttributeOverride annotations inside @AttributeOverrides annotation.
Submitted by heartin on Sun, 10/18/2015 - 04:57
A web container like tomcat can deploy servlets, jsps and web services.
Important points about deploying bottum up web services in Tomcat
Submitted by heartin on Sun, 10/18/2015 - 00:45
Introduction to SOA
Wikipedia defines SOA as "Service-oriented architecture (SOA) is a software design and software architecture design pattern based on discrete pieces of software providing application functionality as services to other applications. This is known as Service-orientation. It is independent of any vendor, product or technology.".
Submitted by heartin on Sun, 10/18/2015 - 00:09
Web services can be created using two ways: top-down development and bottom-up development.
Top-down web services development
Pages