< Home - < Back

ws-jaxme


Information about the package, ws-jaxme, which is shipped with common Linux distributions. The ws-jaxme package is designed for, Open source implementation of JAXB.


Package Name:

ws-jaxme

Summary:

Open source implementation of JAXB

Description:

A Java/XML binding compiler takes as input a schema description (in most cases an XML schema, but it may be a DTD, a RelaxNG schema, a Java class inspected via reflection, or a database schema). The output is a set of Java classes: * A Java bean class matching the schema description. (If the schema was obtained via Java reflection, the original Java bean class.) * Read a conforming XML document and convert it into the equivalent Java bean. * Vice versa, marshal the Java bean back into the original XML document.

Architecture:

noarch

Version:

0.5.1

Release:

4.6.el6

Size:

1.1 M

Repository:

base

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for ws-jaxme


Control the ws-jaxme package with the following handy commands outlined below.


Command

Description of Command

yum install ws-jaxme

This command will install ws-jaxme on the server.

yum remove ws-jaxme

This command will un-install ws-jaxme on the server. When you run this command, you will be asked if you are sure that you want to remove ws-jaxme, so you have to manually confirm that you want to do this.

yum -y remove ws-jaxme

This command will un-install ws-jaxme on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ws-jaxme when using the -y flag.

yum update ws-jaxme

This command will update ws-jaxme to the latest version. When you run this command, you will be asked if you are sure that you want to remove ws-jaxme, so you have to manually confirm that you want to do this.

yum -y update ws-jaxme

This command will update ws-jaxme to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove ws-jaxme when using the -y flag.

yum info ws-jaxme

This command will show you core information about the ws-jaxme package.

yum deplist ws-jaxme

This command will show you the dependencies for ws-jaxme. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update ws-jaxme

This command will check if there is an update waiting on ws-jaxme. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.