Showing posts with label api. Show all posts
Showing posts with label api. Show all posts

Saturday, September 5, 2009

Why Web Services are needed in Industry

Basically Web services mitigate the application integration crisis. It helps integrating applications at a significantly lower price point than any other integration technology.

It’s a new kind of middleware based on XML and the Web. XML and the Web help solve the challenges associated with traditional application-to-application integration like heterogeneity. They are platform and language independent.

Web Services has following advantages:

  1. Exposing your API onto a network Connecting Different Applications
  2. Low Cost of communication
  3. Support for Loosely Coupled Applications
  4. Web Services are Self Describing using WSDL
  5. Automatic Discovery using UDDI
  6. Business Opportunity to grow your business

Wednesday, July 8, 2009

EJB book is avaliable right now!!!

EJB ::Enterprise JavaBeans (EJB) technology is the server-side component architecture for Java Platform, Enterprise Edition (Java EE). EJB technology enables rapid and simplified development of distributed, transactional, secure and portable applications based on Java technology.

EJB 3.0 Specification Final Release
This specification defines the new simplified EJB API targeted at ease of development. It also includes the new Java Persistence API for the management of persistence and object/relational mapping with Java EE and Java SE.

Java Persistence API
The Java Persistence API is the standard API for the management of persistence and object/relational mapping. It provides an object/relational mapping facility for application developers using a Java domain model to manage a relational database. The Java Persistence API is part of the Java EE platform. It can also be used in Java SE environments.

EJB 2.1 specification
This spec, created under the Java Community Process (JCP), enhances EJB architecture with support for Web services, making it easier to implement and deploy Web services applications based on Java technology.