JBoss Web Services - PowerPoint PPT Presentation

1 / 14
About This Presentation
Title:

JBoss Web Services

Description:

SOA design paradigm w/ services implementations for EJB (v3.0 certified) ... On Windows, cygwin is recommended (by me) simply use the *nix .sh scripts in ... – PowerPoint PPT presentation

Number of Views:58
Avg rating:3.0/5.0
Slides: 15
Provided by: nikk3
Category:
Tags: cygwin | jboss | services | web

less

Transcript and Presenter's Notes

Title: JBoss Web Services


1
JBoss Web Services
  • Nik Kolev
  • CSC-9010 - SOA
  • Villanova University

2
Agenda
  • JBoss AS Overview
  • AS and WS Stack Installation
  • Example

3
JBoss AS
  • JEE-certified Application server
  • Open source (implementation and licensing)
  • 100 Java
  • SOA design paradigm w/ services implementations
    for EJB (v3.0 certified), Persistence (Hibernate
    and JPA), clustering/fail-over/load-balancing,
    etc.

4
Architecture
5
Agenda
  • Overview
  • AS and WS Stack Installation
  • Example

6
Installing JBoss AS
  • http//sourceforge.net (source and binary
    distributions) jboss v4.2.2.GA
  • On Windows, cygwin is recommended (by me)
    simply use the nix .sh scripts in the
    ltjboss-dirgt/bin-folder
  • Remove the potentially pre-packaged jbossws
    native stack

7
Running JBoss (nix)
  • ltjboss-toplevelgt/bin/run.sh
  • validate its up (http//localhost8080)

8
Building/Installing JBossWS
  • ant.properties
  • build.sh deploy-jboss422

9
Agenda
  • Overview
  • AS and WS Stack Installation
  • Example

10
The Prime Oracle
Lucas-Lehmer POJO implementation
WebService gateway
web.xml
jboss-jaxws.jar
11
Deploying The Web Service
Building the WAR
Deploying the WAR to JBoss
12
Validating The Deployment
JBoss server log
JBossWS web interface
13
Implementing The Client
Consuming the WebService client gateway
The client implementation
14
Building/Running The Client
Write a Comment
User Comments (0)
About PowerShow.com