Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Service Editor"

Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
 +
We have property, wsdl, launch config, code generation, context menu ...etc in different places in the current service creation. I am hoping to have the service editor to mushup all functions related with service creation. That means, users can setup the code generation flags(such as namespace), endpoint address(defined in wsdl and code), policies(defined in wsdl), osgi bundles, assemble and deployment(defined in soas?) all within the one editor.
 +
 +
It is a multiple pages editor, which consists of following pages:
 +
* service overview page (for service.xml file)
 +
* service policy page (for policy.xml file, or wsdl file)
 +
* service osgi page (for MANIFEST.MF file)
 +
* service assemble page (for service.assemble file)
 +
* service deploy.page (for service.deploy file)
 +
 
== Service Editor in detail==
 
== Service Editor in detail==
 
=== Service Overview Page ===
 
=== Service Overview Page ===

Revision as of 10:23, 28 October 2007

Introduction

We have property, wsdl, launch config, code generation, context menu ...etc in different places in the current service creation. I am hoping to have the service editor to mushup all functions related with service creation. That means, users can setup the code generation flags(such as namespace), endpoint address(defined in wsdl and code), policies(defined in wsdl), osgi bundles, assemble and deployment(defined in soas?) all within the one editor.

It is a multiple pages editor, which consists of following pages:

* service overview page (for service.xml file)
* service policy page (for policy.xml file, or wsdl file)
* service osgi page (for MANIFEST.MF file)
* service assemble page (for service.assemble file)
* service deploy.page (for service.deploy file)

Service Editor in detail

Service Overview Page

Screenshots

Service overview.PNG

Policy Page

Screenshots

Service policy.PNG

OSGI Page

Screenshots

Service osgi.PNG

Assembly Page

Screenshots

Service assemble.PNG

Deploy Page

Screenshots

Service deploy.PNG

Back to the top