Console Tools

1. Overview

The following describe the console tools used in JEUS.

  • Admin tool

    Tool Description

    jeusadmin

    JEUS management tool.

  • Other tools

    Tool Description

    appcompiler

    Compiles EJB interface impl, skeleton, stub classes, and JSP of an application to create servlet classes and web service endpoint classes.

    ejbddinit

    Creates JEUS EJB DD files from EJB module DD files (jeus-ejb-dd.xml) by using the information in ejb-jar.xml and previously created property files.

    encryption

    Encrypts or decrypts strings.

    java2wsdl

    Creates WSDL and JAX-RPC mapping files from Java classes.

    jeusddupgrade

    Upgrades JEUS DD fils (jeus-ejb-dd.xml, jeus-web-dd.xml, and jeus-application-dd.xml) within the application from the previous version to the current version.

    schemagen

    Creates a schema file for each namespace in the Java classes.

    tcpmon

    Checks for transmitted TCP packets. This can also check for SOAP messages over HTTP.

    webddgen

    Creates or updates the WEB module DD file (jeus-web-dd.xml).

    wsgen

    Tool for JAX-WS web services that creates WSDL and JAX-RPC mapping files from Java classes. This tool also creates the web service policy configuration file.

    wsimport

    Creates Java source code stubs for clients, Java web service interface source codes for servers from the WSDL file, and the web service policy configuration file.

    wsdl2java

    Creates Java source code stubs for clients and Java web service interface source codes for servers from the WSDL file.

    wsdl2uddi

    Publishes web services exposed by WSDL to a UDDI registry.

    xjc

    Converts XML schema files to JAXB Content classes in the Java programming language.