JBoss Remoting 2.
Here is the list of declaration for jboss-remoting. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.jboss.remoting</groupId> <artifactId>jboss-remoting</artifactId> <version>2.5.3</version> </dependency>
If you think this Maven repository POM file listing for jboss-remoting is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
GNU Lesser General Public License.
The following table lists the most popular artifacts which are depending on jboss-remoting-2.5.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JBoss | jbossjta-integration 4.16.3.Final JBossTS - JBoss Transaction Service. JTA, JTS and XTS (WS-AT, WS-BA) | 16 |
The following packages are defined in the jboss-remoting-2.5.3.jar
org.jboss.remoting org.jboss.remoting.callback org.jboss.remoting.detection org.jboss.remoting.detection.jndi org.jboss.remoting.detection.multicast org.jboss.remoting.detection.util org.jboss.remoting.ident org.jboss.remoting.invocation org.jboss.remoting.loading org.jboss.remoting.marshal org.jboss.remoting.marshal.compress org.jboss.remoting.marshal.encryption org.jboss.remoting.marshal.http org.jboss.remoting.marshal.rmi org.jboss.remoting.marshal.serializable org.jboss.remoting.network org.jboss.remoting.network.filter org.jboss.remoting.samples.bisocket org.jboss.remoting.samples.callback org.jboss.remoting.samples.callback.acknowledgement org.jboss.remoting.samples.callback.statistics org.jboss.remoting.samples.chat.client org.jboss.remoting.samples.chat.exceptions org.jboss.remoting.samples.chat.server org.jboss.remoting.samples.chat.utility org.jboss.remoting.samples.config.factories org.jboss.remoting.samples.detection.jndi org.jboss.remoting.samples.detection.jndi.ssl org.jboss.remoting.samples.detection.multicast org.jboss.remoting.samples.http org.jboss.remoting.samples.multiplex org.jboss.remoting.samples.multiplex.invoker org.jboss.remoting.samples.oneway org.jboss.remoting.samples.serialization org.jboss.remoting.samples.simple org.jboss.remoting.samples.stream org.jboss.remoting.samples.transporter.basic org.jboss.remoting.samples.transporter.basic.client org.jboss.remoting.samples.transporter.basic.server org.jboss.remoting.samples.transporter.clustered.client org.jboss.remoting.samples.transporter.clustered.server org.jboss.remoting.samples.transporter.complex org.jboss.remoting.samples.transporter.complex.client org.jboss.remoting.samples.transporter.complex.server org.jboss.remoting.samples.transporter.custom.client org.jboss.remoting.samples.transporter.custom.server org.jboss.remoting.samples.transporter.multiple org.jboss.remoting.samples.transporter.multiple.client org.jboss.remoting.samples.transporter.multiple.server org.jboss.remoting.samples.transporter.proxy org.jboss.remoting.samples.transporter.proxy.client org.jboss.remoting.samples.transporter.proxy.server org.jboss.remoting.samples.transporter.serialization org.jboss.remoting.samples.transporter.serialization.client org.jboss.remoting.samples.transporter.serialization.server org.jboss.remoting.samples.transporter.simple org.jboss.remoting.security org.jboss.remoting.serialization org.jboss.remoting.serialization.impl.java org.jboss.remoting.serialization.impl.jboss org.jboss.remoting.socketfactory org.jboss.remoting.stream org.jboss.remoting.transport org.jboss.remoting.transport.bisocket org.jboss.remoting.transport.coyote org.jboss.remoting.transport.coyote.ssl org.jboss.remoting.transport.http org.jboss.remoting.transport.http.ssl org.jboss.remoting.transport.https org.jboss.remoting.transport.local org.jboss.remoting.transport.multiplex org.jboss.remoting.transport.multiplex.utility org.jboss.remoting.transport.rmi org.jboss.remoting.transport.servlet org.jboss.remoting.transport.servlet.web org.jboss.remoting.transport.socket org.jboss.remoting.transport.sslbisocket org.jboss.remoting.transport.sslmultiplex org.jboss.remoting.transport.sslrmi org.jboss.remoting.transport.sslservlet org.jboss.remoting.transport.sslsocket org.jboss.remoting.transport.web org.jboss.remoting.transporter org.jboss.remoting.util org.jboss.remoting.util.socket
Here is the content of the POM file.
<!-- ~ JBoss, Home of Professional Open Source ~ Copyright 2009, JBoss Inc., and individual contributors as indicated ~ by the @authors tag. See the copyright.txt in the distribution for a ~ full listing of individual contributors. ~ ~ This is free software; you can redistribute it and/or modify it ~ under the terms of the GNU Lesser General Public License as ~ published by the Free Software Foundation; either version 2.1 of ~ the License, or (at your option) any later version. ~ ~ This software is distributed in the hope that it will be useful, ~ but WITHOUT ANY WARRANTY; without even the implied warranty of ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ~ Lesser General Public License for more details. ~ ~ You should have received a copy of the GNU Lesser General Public ~ License along with this software; if not, write to the Free ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <name>JBoss Remoting 2</name> <description>JBoss Remoting 2</description> <parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>5-beta-5</version> </parent> <groupId>org.jboss.remoting</groupId> <artifactId>jboss-remoting</artifactId> <packaging>jar</packaging> <version>2.5.3</version> <distributionManagement> <repository> <id>jboss-releases-repository</id> <name>JBoss Releases Repository</name> <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url> </repository> </distributionManagement> </project>