组织ID: |
org.apache.jackrabbit |
项目ID: |
jackrabbit-jcr-rmi |
版本: |
1.5.0 |
最后修改时间: |
2018-08-09 18:06:51 |
包类型: |
jar |
标题: |
Jackrabbit JCR-RMI |
描述: |
JCR-RMI is a transparent Remote Method Invocation (RMI) layer for the Content Repository for Java Technology API (JCR). The layer makes it possible to remotely access JCR content repositories. JCR-RMI is developed as a part of the Apache Jackrabbit project, but the implementation is compatible with all JCR content repositories. |
大小: |
225.39KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-rmi</artifactId>
<version>1.5.0</version>
</dependency>
|
Gradle引入代码: |
org.apache.jackrabbit:jackrabbit-jcr-rmi:1.5.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<!-- ====================================================================== -->
<!-- P R O J E C T D E S C R I P T I O N -->
<!-- ====================================================================== -->
<parent>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-parent</artifactId>
<version>1.5.0</version>
<relativePath>../jackrabbit-parent/pom.xml</relativePath>
</parent>
<artifactId>jackrabbit-jcr-rmi</artifactId>
<name>Jackrabbit JCR-RMI</name>
<!--
Keep the description on a single line. Otherwise Maven might generate
a corrupted MANIFEST.MF (see http://jira.codehaus.org/browse/MJAR-4)
-->
<description>JCR-RMI is a transparent Remote Method Invocation (RMI) layer for the Content Repository for Java Technology API (JCR). The layer makes it possible to remotely access JCR content repositories. JCR-RMI is developed as a part of the Apache Jackrabbit project, but the implementation is compatible with all JCR content repositories.</description>
<packaging>bundle</packaging>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>rmic</id>
<phase>process-classes</phase>
<configuration>
<tasks>
<rmic base="${project.build.outputDirectory}"
verify="true"
classpathref="maven.compile.classpath"/>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<instructions>
<Export-Package>
org.apache.jackrabbit.rmi.*;version=${pom.version}
</Export-Package>
<!-- optional resolution XA -->
<Import-Package>
javax.transaction.xa;resolution:=optional,*
</Import-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Test dependencies -->
<dependency>
<groupId>easymock</groupId>
<artifactId>easymock</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- Runtime dependencies -->
<dependency>
<groupId>javax.jcr</groupId>
<artifactId>jcr</artifactId>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-api</artifactId>
<version>1.5.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META-INF/NOTICE.txt
META-INF/maven/org.apache.jackrabbit/jackrabbit-jcr-rmi/pom.properties
META-INF/maven/org.apache.jackrabbit/jackrabbit-jcr-rmi/pom.xml
jackrabbit-rmi-service.xml
org.apache.jackrabbit.rmi.client.BrokenRemoteRepository.class
org.apache.jackrabbit.rmi.client.BrokenRemoteRepository_Stub.class
org.apache.jackrabbit.rmi.client.ClientAdapterFactory.class
org.apache.jackrabbit.rmi.client.ClientItem.class
org.apache.jackrabbit.rmi.client.ClientItemDefinition.class
org.apache.jackrabbit.rmi.client.ClientLock.class
org.apache.jackrabbit.rmi.client.ClientNamespaceRegistry.class
org.apache.jackrabbit.rmi.client.ClientNode.class
org.apache.jackrabbit.rmi.client.ClientNodeDefinition.class
org.apache.jackrabbit.rmi.client.ClientNodeType.class
org.apache.jackrabbit.rmi.client.ClientNodeTypeManager.class
org.apache.jackrabbit.rmi.client.ClientObject.class
org.apache.jackrabbit.rmi.client.ClientObservationManager.class
org.apache.jackrabbit.rmi.client.ClientProperty.class
org.apache.jackrabbit.rmi.client.ClientPropertyDefinition.class
org.apache.jackrabbit.rmi.client.ClientQuery.class
org.apache.jackrabbit.rmi.client.ClientQueryManager.class
org.apache.jackrabbit.rmi.client.ClientQueryResult.class
org.apache.jackrabbit.rmi.client.ClientRepository.class
org.apache.jackrabbit.rmi.client.ClientRepositoryFactory$1.class
org.apache.jackrabbit.rmi.client.ClientRepositoryFactory.class
org.apache.jackrabbit.rmi.client.ClientRow.class
org.apache.jackrabbit.rmi.client.ClientSession$1.class
org.apache.jackrabbit.rmi.client.ClientSession.class
org.apache.jackrabbit.rmi.client.ClientVersion.class
org.apache.jackrabbit.rmi.client.ClientVersionHistory.class
org.apache.jackrabbit.rmi.client.ClientWorkspace$1.class
org.apache.jackrabbit.rmi.client.ClientWorkspace.class
org.apache.jackrabbit.rmi.client.ClientXAResource.class
org.apache.jackrabbit.rmi.client.ClientXASession.class
org.apache.jackrabbit.rmi.client.LocalAdapterFactory.class
org.apache.jackrabbit.rmi.client.RemoteRepositoryException.class
org.apache.jackrabbit.rmi.client.RemoteRuntimeException.class
org.apache.jackrabbit.rmi.client.SafeClientRepository.class
org.apache.jackrabbit.rmi.client.iterator.ClientIterator.class
org.apache.jackrabbit.rmi.client.iterator.ClientNodeIterator.class
org.apache.jackrabbit.rmi.client.iterator.ClientNodeTypeIterator.class
org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator.class
org.apache.jackrabbit.rmi.client.iterator.ClientRowIterator.class
org.apache.jackrabbit.rmi.client.iterator.ClientVersionIterator.class
org.apache.jackrabbit.rmi.iterator.ArrayEventIterator.class
org.apache.jackrabbit.rmi.iterator.ArrayEventListenerIterator.class
org.apache.jackrabbit.rmi.iterator.ArrayIterator.class
org.apache.jackrabbit.rmi.jackrabbit.ClientJackrabbitNodeTypeManager.class
org.apache.jackrabbit.rmi.jackrabbit.ClientJackrabbitWorkspace.class
org.apache.jackrabbit.rmi.jackrabbit.JackrabbitClientAdapterFactory.class
org.apache.jackrabbit.rmi.jackrabbit.JackrabbitServerAdapterFactory.class
org.apache.jackrabbit.rmi.jackrabbit.RemoteJackrabbitNodeTypeManager.class
org.apache.jackrabbit.rmi.jackrabbit.RemoteJackrabbitWorkspace.class
org.apache.jackrabbit.rmi.jackrabbit.ServerJackrabbitNodeTypeManager.class
org.apache.jackrabbit.rmi.jackrabbit.ServerJackrabbitNodeTypeManager_Stub.class
org.apache.jackrabbit.rmi.jackrabbit.ServerJackrabbitWorkspace.class
org.apache.jackrabbit.rmi.jackrabbit.ServerJackrabbitWorkspace_Stub.class
org.apache.jackrabbit.rmi.observation.ClientEventPoll$1.class
org.apache.jackrabbit.rmi.observation.ClientEventPoll$JCREvent.class
org.apache.jackrabbit.rmi.observation.ClientEventPoll.class
org.apache.jackrabbit.rmi.observation.Queue.class
org.apache.jackrabbit.rmi.observation.ServerEventListenerProxy.class
org.apache.jackrabbit.rmi.remote.ArrayIterator.class
org.apache.jackrabbit.rmi.remote.ArrayIterator_Stub.class
org.apache.jackrabbit.rmi.remote.BufferIterator.class
org.apache.jackrabbit.rmi.remote.BufferIterator_Stub.class
org.apache.jackrabbit.rmi.remote.RemoteEventCollection$RemoteEvent.class
org.apache.jackrabbit.rmi.remote.RemoteEventCollection.class
org.apache.jackrabbit.rmi.remote.RemoteItem.class
org.apache.jackrabbit.rmi.remote.RemoteItemDefinition.class
org.apache.jackrabbit.rmi.remote.RemoteIterator.class
org.apache.jackrabbit.rmi.remote.RemoteLock.class
org.apache.jackrabbit.rmi.remote.RemoteNamespaceRegistry.class
org.apache.jackrabbit.rmi.remote.RemoteNode.class
org.apache.jackrabbit.rmi.remote.RemoteNodeDefinition.class
org.apache.jackrabbit.rmi.remote.RemoteNodeType.class
org.apache.jackrabbit.rmi.remote.RemoteNodeTypeManager.class
org.apache.jackrabbit.rmi.remote.RemoteObservationManager.class
org.apache.jackrabbit.rmi.remote.RemoteProperty.class
org.apache.jackrabbit.rmi.remote.RemotePropertyDefinition.class
org.apache.jackrabbit.rmi.remote.RemoteQuery.class
org.apache.jackrabbit.rmi.remote.RemoteQueryManager.class
org.apache.jackrabbit.rmi.remote.RemoteQueryResult.class
org.apache.jackrabbit.rmi.remote.RemoteRepository.class
org.apache.jackrabbit.rmi.remote.RemoteRow.class
org.apache.jackrabbit.rmi.remote.RemoteSession.class
org.apache.jackrabbit.rmi.remote.RemoteVersion.class
org.apache.jackrabbit.rmi.remote.RemoteVersionHistory.class
org.apache.jackrabbit.rmi.remote.RemoteWorkspace.class
org.apache.jackrabbit.rmi.remote.RemoteXAResource.class
org.apache.jackrabbit.rmi.remote.RemoteXASession.class
org.apache.jackrabbit.rmi.remote.SerializableXid.class
org.apache.jackrabbit.rmi.repository.AbstractRemoteRepositoryFactory.class
org.apache.jackrabbit.rmi.repository.JNDIRemoteRepository.class
org.apache.jackrabbit.rmi.repository.JNDIRemoteRepositoryFactory.class
org.apache.jackrabbit.rmi.repository.RMIRemoteRepository.class
org.apache.jackrabbit.rmi.repository.RMIRemoteRepositoryFactory.class
org.apache.jackrabbit.rmi.repository.URLRemoteRepository.class
org.apache.jackrabbit.rmi.repository.URLRemoteRepositoryFactory.class
org.apache.jackrabbit.rmi.server.RemoteAdapterFactory.class
org.apache.jackrabbit.rmi.server.ServerAdapterFactory.class
org.apache.jackrabbit.rmi.server.ServerEventCollection$ServerEvent.class
org.apache.jackrabbit.rmi.server.ServerEventCollection$ServerEvent_Stub.class
org.apache.jackrabbit.rmi.server.ServerEventCollection.class
org.apache.jackrabbit.rmi.server.ServerEventCollection_Stub.class
org.apache.jackrabbit.rmi.server.ServerItem.class
org.apache.jackrabbit.rmi.server.ServerItemDefinition.class
org.apache.jackrabbit.rmi.server.ServerItemDefinition_Stub.class
org.apache.jackrabbit.rmi.server.ServerItem_Stub.class
org.apache.jackrabbit.rmi.server.ServerLock.class
org.apache.jackrabbit.rmi.server.ServerLock_Stub.class
org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry.class
org.apache.jackrabbit.rmi.server.ServerNamespaceRegistry_Stub.class
org.apache.jackrabbit.rmi.server.ServerNode.class
org.apache.jackrabbit.rmi.server.ServerNodeDefinition.class
org.apache.jackrabbit.rmi.server.ServerNodeDefinition_Stub.class
org.apache.jackrabbit.rmi.server.ServerNodeType.class
org.apache.jackrabbit.rmi.server.ServerNodeTypeManager.class
org.apache.jackrabbit.rmi.server.ServerNodeTypeManager_Stub.class
org.apache.jackrabbit.rmi.server.ServerNodeType_Stub.class
org.apache.jackrabbit.rmi.server.ServerNode_Stub.class
org.apache.jackrabbit.rmi.server.ServerObject.class
org.apache.jackrabbit.rmi.server.ServerObservationManager.class
org.apache.jackrabbit.rmi.server.ServerObservationManager_Stub.class
org.apache.jackrabbit.rmi.server.ServerProperty.class
org.apache.jackrabbit.rmi.server.ServerPropertyDefinition.class
org.apache.jackrabbit.rmi.server.ServerPropertyDefinition_Stub.class
org.apache.jackrabbit.rmi.server.ServerProperty_Stub.class
org.apache.jackrabbit.rmi.server.ServerQuery.class
org.apache.jackrabbit.rmi.server.ServerQueryManager.class
org.apache.jackrabbit.rmi.server.ServerQueryManager_Stub.class
org.apache.jackrabbit.rmi.server.ServerQueryResult.class
org.apache.jackrabbit.rmi.server.ServerQueryResult_Stub.class
org.apache.jackrabbit.rmi.server.ServerQuery_Stub.class
org.apache.jackrabbit.rmi.server.ServerRepository.class
org.apache.jackrabbit.rmi.server.ServerRepository_Stub.class
org.apache.jackrabbit.rmi.server.ServerRow.class
org.apache.jackrabbit.rmi.server.ServerRow_Stub.class
org.apache.jackrabbit.rmi.server.ServerSession.class
org.apache.jackrabbit.rmi.server.ServerSession_Stub.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jackrabbit-api-1.5.0.jar
/org.apache.jackrabbit/jackrabbit-api/1.5.0
查看jackrabbit-api所有版本文件
jackrabbit-jcr-commons-1.5.0.jar
/org.apache.jackrabbit/jackrabbit-jcr-commons/1.5.0
查看jackrabbit-jcr-commons所有版本文件
|