Posts Tagged ‘User Interface’

1. Introduction and Project Creation
2. Importing the Web Service
3. Creating the Web Layer
4. Appendix

Appendix

In case you are interested in checking out the SOAP request and response in the logs, you can easily do so by placing the following configuration in the config/WeatherProject_springconfig/web/jaxws/jaxws-web-context.xml file, inside the cxf:bus node:

<cxf:features>
       <cxf:logging/>
</cxf:features>

 

If you are interested, download a completed version of this application, OR if you would like more sophistication, like the SkyTower Omni HD Vipir, then check out our sample weather application. The sample weather application adds the following:
- Calls a second web service to retrieve the current conditions, and
- Makes use of exception handling around the web service calls.

And just for kicks, here are some fun Weatherman videos to check out :-)
- Cockroach versus WeathermanÂ
- Excited Weatherman
- Weatherman with green tie on green screen

Prev | 1: Intro | 2: Web Service | 3: UI | 4: Appendix

1. Introduction and Project Creation
2. Importing the Web Service
3. Creating the Web Layer
4. Appendix

Build the User Interface for the Web Service Read the rest of this entry »

1. Introduction and Project Creation
2. Importing the Web Service
3. Creating the Web Layer
4. Appendix

Import the Weather Web Service Read the rest of this entry »

This blog steps through the creation of a Skyway Project that makes use of a weather web service from CDYNE.  Skyway is a set of Eclipse plugins that provide modeling, generation, and deployment capabilities for building web services or web applications in the Spring 2.5 framework. The tutorial covers the following topics:
» Importing a Web Service into a Skyway Project
» Using Skyway to model, generate, and deploy a project that uses a Web Service
» Adding AJAX calls without writing javascript
» Implementing a loading animation technique for long running requests
» Using JSP EL syntax with Skyway variables

The blog is broken up into 4 parts.
1. Introduction and Project Creation
2. Importing the Web Service
3. Creating the Web Layer
4. Appendix

< :-) > Read the rest of this entry »