|
Title :
Java ME and Web services
Author :
Niraimathi
Date : Thu Mar 31st, 2011
Java Micro Edition (Java ME) is a platform for running applications on smaller devices such as mobile phones, PDAs etc. These devices have restrictions in terms of Memory and Processing power. Java ME defines various configurations and profiles. Midlets are java applications that operate on Mobile Information Device Profile (MIDP) which is targeted on Mobile phones that has limited memory and processing power. If you are new to Java ME please refer to the articles Introduction to J2ME and J2ME User Interface in Java Beat.
Title :
Apache Axis2 Web Services
Author :
PacktPub
Date : Fri Mar 11th, 2011
SOA, in practicality web services, is becoming the enabler for application integration. Since the introduction of web services, Apache Software Foundation has played a major role and produced several good web services frameworks. This book covers the defector Java Web Service framework, also known as Apache Axis2. This book covers several important facts that you would want to know about web services and writing, from simple web services to complex web services. By the end of this book, you will have learned about Axis2, its architectures and features, writing and deploying a simple service, writing service extensions and quality of services, POJO and JAX-WS services, clusters, and secure reliable web services.
Title :
Invoking SOAP and RESTful Web Services using Flex 4.0
Author :
GopiKrishnaChaganti
Date : Mon Feb 28th, 2011
Flex 4.0 framework facilitates to interact with various kinds of RPC services. Flex Applications can invoke traditional Web Services or Restful web services that returns XML, JSON etc. MXML’s RPC components provides access to SOAP (Simple Object Access Protocol) based web services and Restful web services using HTTP Services. Flex supports requests and responses of web services which are defined as SOAP messages. SOAP defines a standard for communicating the request and response using XML between the Service provider and consumer. The proxy service for LCDS (LiveCycle Data Services) and BlazeDS intercepts requests to web services located remotely, redirects the requests, and returns the responses to the consumers.
Title :
Developing a Web Service with CXF
Author :
PacktPub
Date : Fri Jul 23rd, 2010
The first chapter provided an introduction to web services and CXF framework. We looked at the features supported by the CXF framework and how to set up the CXF environment. This chapter will focus on programming web service with CXF. CXF provides a robust programming model that offers simple and convenient APIs for web service development. The chapter will focus on illustrating a simple web service development using CXF and Spring-based configurations. The chapter will also talk about the architecture of CXF.
Title :
RESTful Java Web Services
Author :
PacktPub
Date : Tue Dec 8th, 2009
This book is a guide for developing RESTful web services using Java and the most popular RESTful Java frameworks available today. This book covers the theory of REST, practical coding examples for RESTful clients, a practical outline of the RESTful design, and a complete implementation of a non-trivial web service using the frameworks Jersey's JAX-RS, Restlet's Lightweight REST, JBoss's JAX-RS RESTEasy, and Struts 2 with the REST plugin.
Title :
Apache OFBiz Development : The Service Engine
Author :
PacktPub
Date : Wed Aug 26th, 2009
In this chapter, we will be exploring the Service Engine. Services in OFBiz operate in
a Service Oriented Architecture (SOA). These services not only have the ability to
invoke other services internally, but can also be 'opened up' and invoked by remote
applications using, amongst other methods, the widely adopted messaging
protocol SOAP.
Title :
AXIS 2.0
Author :
PacktPub
Date : Tue Dec 23rd, 2008
Apache Axis2 is a core engine for web services with two implementations: Apache Axis2/Java and Apache Axis2/C. It is a complete redesign and rewrite of the widely used Apache Axis SOAP stack that builds on the lessons learned from the Apache Axis implementation of the SOAP submission to W3C. Apache Axis2 not only supports SOAP 1.1 and SOAP 1.2, but also has integrated support for the widely popular REST-style of web services. The same business logic implementation can offer both a WS-* style interface and a REST/POX style interface simultaneously.
Title :
JAX-WS Web Services in NetBeans 6.1
Author :
SriHari
Date : Tue Aug 5th, 2008
Java API for XML Web Services(JAX-WS) is an important part of latest JEE specification (Java EE 5 platform). In this article we will see how to develop JAX-WS based web services using NetBeans 6.1 IDE. This article will not provide any of the theoretical information about JAX-WS.
Title :
EJB 3.0 and WebServices
Author :
Raja
Date : Thu Jul 24th, 2008
This article discusses how an enterprise bean can act as a Web-Service component. Since Web-Services itself is a vast technology, the first part of the article discusses more about Web-Services. Specifically, the first part of the article discusses what Web-Services are, its unique features among other related technologies, its architecture, and the various base components upon which Web- Services are built. The second part of the article describes the JSR-181 which is the �Web-Services Meta-data for the Java Platform� and how enterprise beans can make use of the API�s available under this JSR to expose themselves as Web-Services components.
Title :
Service Oriented Java Business Integration
Author :
PacktPub
Date : Thu Mar 20th, 2008
You're all in the business of software development. Some of you are architects and developers while few others are technology managers and executives. For many of you, ESB is encroaching and JBI is still an unknown—a risk previously avoided but now found to be inescapable. Let us tame these buzzwords in the context of SOA and Integration.
Title :
Accessing Web Services from JSF applications
Author :
Raja
Date : Sat Nov 10th, 2007
In this technical article, let us see how it is possible to access Web Services from JSF Applications. JSF Application resides in the Web Tier of a typical Enterprise Application, whereas Web Services are External Services that reside in the Application Tier. We make use of Java EE 5 for developing the Sample Application in the final section of this article. It is assumed that readers have sufficient knowledge of JSF and Web Services before continuing this article.
Title :
Creating Webservice using JBoss and Eclipse Europa
Author :
SriHari
Date : Fri Oct 12th, 2007
This article will introduce you to JBoss Webservice (JAX-WS). Here you will be knowing how to use the annotations and create a web service to deploy in JBoss. Since JBoss comes with JAX-WS jars inbuilt, we will not be adding any jars in addition for this article. This article will also give you a example code and walk you through the code. This will also explain creation of dynamic web project (not elaborated) and configuration of JBoss server to it.
Title :
jUDDI and Configuration in jBoss and MySQL database
Author :
SriHari
Date : Mon Sep 24th, 2007
UDDI is one of the core Web Service standard. It provides access to Web Service Description Language which provides binding information and message formats required to interact with the web services listed in its directory. Enterprises that seek to optimize software or service reuse subscribe to some form of service-oriented architecture (SOA), server programs or database software licensed by some of the professed founders of the UDDI.org and OASIS.
Title :
Universal, Description, Discovery and Integration (UDDI)
Author :
SriHari
Date : Tue Aug 14th, 2007
Welcome to the future of Internet-based application development and deployment. This article will give us an idea about Universal, Description, Discovery and Integration (UDDI). What is it ? Why it is an important in the future of Web services standards ? This article explains that UDDI is focused on sharing business information, making it easier for you to publish your preferred means of conducting business, find trading partners and have them find you, and interoperate with these trading partners over the Internet. This artical assumes that you already have knowledge about little bit of HTTP, SOAP, and Web Services.
Title :
Programming Web Services using Apache Axis
Author :
Raja
Date : Fri Jul 27th, 2007
The article titled Programming Web Services using Apache Axis shows how Axis Framework has simplified the creation of Web Services. It will start with the definition of Web Services and its related terminologies like SOAP and WSDL. Following that the ease with which Web Services are published are explained.
|