Transport Service (Registry)
Last Published: 2014-03-30
| Version: 1.0.0
Software Documentation
Download
Project Documentation
Project DependenciesruntimeThe following is a list of runtime dependencies for this project. These dependencies are required to run the application: GroupId | ArtifactId | Version | Type | License |
---|
org.apache.oodt | web-grid | 0.7-SNAPSHOT | war | Apache 2 |
Project Transitive DependenciesThe following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies. compileThe following is a list of compile dependencies for this project. These dependencies are required to compile and run the application: GroupId | ArtifactId | Version | Type | License |
---|
antlr | antlr | 2.7.6 | jar | - | aopalliance | aopalliance | 1.0 | jar | Public Domain | asm | asm | 3.1 | jar | - | asm | asm-attrs | 1.5.3 | jar | - | cglib | cglib | 2.2 | jar | ASF 2.0 | com.sun.jersey | jersey-client | 1.4 | jar | CDDL 1.1-GPL2 w/ CPE | com.sun.jersey | jersey-core | 1.4 | jar | CDDL 1.1-GPL2 w/ CPE | com.sun.jersey | jersey-json | 1.4 | jar | CDDL 1.1-GPL2 w/ CPE | com.sun.jersey | jersey-server | 1.4 | jar | CDDL 1.1-GPL2 w/ CPE | commons-codec | commons-codec | 1.3 | jar | /LICENSE.txt | commons-collections | commons-collections | 2.1 | jar | - | commons-dbcp | commons-dbcp | 1.2.1 | jar | /LICENSE.txt | commons-io | commons-io | 1.4 | jar | The Apache Software License, Version 2.0 | commons-lang | commons-lang | 2.3 | jar | /LICENSE.txt | commons-logging | commons-logging | 1.0.4 | jar | /LICENSE.txt | commons-pool | commons-pool | 1.2 | jar | /LICENSE.txt | dom4j | dom4j | 1.6.1 | jar | - | javassist | javassist | 3.9.0.GA | jar | - | javax.transaction | jta | 1.1 | jar | - | junit | junit | 3.8.2 | jar | Common Public License Version 1.0 | net.sf.ehcache | ehcache | 1.2.3 | jar | The Apache Software License, Version 2.0 | org.apache.oodt | oodt-commons | 0.7-SNAPSHOT | jar | Apache 2 | org.apache.tika | tika-core | 0.8 | jar | The Apache Software License, Version 2.0 | org.codehaus.jackson | jackson-core-asl | 1.5.5 | jar | The Apache Software License, Version 2.0 | org.codehaus.jackson | jackson-jaxrs | 1.5.5 | jar | The Apache Software License, Version 2.0-GNU Lesser General Public License (LGPL), Version 2.1 | org.codehaus.jackson | jackson-mapper-asl | 1.5.5 | jar | The Apache Software License, Version 2.0 | org.codehaus.jackson | jackson-xc | 1.5.5 | jar | The Apache Software License, Version 2.0-GNU Lesser General Public License (LGPL), Version 2.1 | org.codehaus.jettison | jettison | 1.1 | jar | - | org.hibernate | hibernate | 3.2.5.ga | jar | GNU LESSER GENERAL PUBLIC LICENSE | org.hibernate | hibernate-annotations | 3.5.2-Final | jar | GNU Lesser General Public License | org.hibernate | hibernate-commons-annotations | 3.2.0.Final | jar | GNU LESSER GENERAL PUBLIC LICENSE | org.hibernate | hibernate-core | 3.5.2-Final | jar | GNU Lesser General Public License | org.hibernate | hibernate-entitymanager | 3.5.2-Final | jar | GNU Lesser General Public License | org.hibernate.java-persistence | jpa-api | 2.0-cr-1 | jar | - | org.hibernate.javax.persistence | hibernate-jpa-2.0-api | 1.0.0.Final | jar | license.txt | org.slf4j | slf4j-api | 1.5.8 | jar | - | org.slf4j | slf4j-jdk14 | 1.5.8 | jar | - | org.springframework | spring-aop | 3.0.2.RELEASE | jar | - | org.springframework | spring-asm | 3.0.2.RELEASE | jar | - | org.springframework | spring-beans | 3.0.2.RELEASE | jar | - | org.springframework | spring-context | 3.0.2.RELEASE | jar | - | org.springframework | spring-context-support | 3.0.2.RELEASE | jar | - | org.springframework | spring-core | 3.0.2.RELEASE | jar | - | org.springframework | spring-dao | 2.0.8 | jar | The Apache Software License, Version 2.0 | org.springframework | spring-expression | 3.0.2.RELEASE | jar | - | org.springframework | spring-hibernate3 | 2.0.8 | jar | The Apache Software License, Version 2.0 | org.springframework | spring-jdbc | 3.0.2.RELEASE | jar | - | org.springframework | spring-orm | 3.0.2.RELEASE | jar | - | org.springframework | spring-test | 3.0.2.RELEASE | jar | - | org.springframework | spring-tx | 3.0.2.RELEASE | jar | - | org.springframework | spring-web | 3.0.2.RELEASE | jar | - | org.tukaani | xz | 1.2 | jar | Public Domain | stax | stax-api | 1.0.1 | jar | The Apache Software License, Version 2.0 | xerces | xercesImpl | 2.10.0 | jar | The Apache Software License, Version 2.0 | xml-apis | xml-apis | 1.4.01 | jar | The Apache Software License, Version 2.0-The SAX License-The W3C License | xmlrpc | xmlrpc | 2.0.1 | jar | - |
Project Dependency Graph
Dependency Tree- gov.nasa.pds.2010.transport:transport-registry:war:1.0.0
 Transport Service (Registry) |
---|
Description: The Transport Service provides functionality for transporting and transforming PDS products. The core functionality for this service is satisfied by the Apache OODT Web Grid Product Server and includes a handler for interfacing with the Registry Service. It is typically invoked from hyperlinks embedded in the results returned by the Search Service. URL: http://pds-cm.jpl.nasa.gov/pds4/transport/transport-registry Project License: California Institute of Technology |
- org.apache.oodt:web-grid:war:0.7-SNAPSHOT (runtime)
 OODT Web Grid |
---|
Description: The OODT grid services (product and profile services) use CORBA or
RMI as their underlying network transport. However, limitations
of CORBA and RMI make them inappropriate for large-scale
deployments. For one, both are procedural mechanisms, providing a
remote interface that resembles a method call. This makes
streaming of data from a service impossible, because there are
limitations to the sizes of data structures that can be passed
over a remote method call. Instead, repeated calls must be made
to retrieve each block of a product, making transfer speeds
horribly slow compared to HTTP or FTP. (Block-based retrieval of
profiles was never implemented, resulting in out of memory
conditions for large profile results, which is another problem.)
Second, both CORBA and RMI rely on a central name registry. The
registry makes an object independent of its network location,
enabling a client to call it by name (looking up its last known
location in the registry). However, this requires that server
objects be able to make outbound network calls to the registry
(through any outbound firewall), and that the registry accept
those registrations (through any inbound firewall). This required
administrative action at institutions hosting server objects and
at the institution hosting the registry. Often, these firewall
exceptions would change without notice as system adminstrators
changed at each location (apparently firewall exceptions are
poorly documented everywhere). Further, in the two major
deployments of OODT (PDS and EDRN), server objects have almost
never moved, nullifying any benefit of the registry. This
project, OODT Web Grid Services, avoids the prolems of CORBA and
RMI by using HTTP as the transport mechanism for products and
profiles. Further, it provides a password-protected mechanism to
add new sets of product and profile query handlers, enabling
seamless activation of additional capabilities. URL: http://oodt.apache.org/web-grid Project License: Apache 2 |
- org.apache.oodt:oodt-product:jar:0.7-SNAPSHOT (compile)
 Product Service |
---|
Description: The Product Service provides access to data products. Products can be
scientific datasets, images, documents, or anything with an electronic
representation. The Product Service accepts standard query expressions (see
the Query Expression component) and returns zero or more matching products.
In addition, the product service can transform products from proprietary
formats and into Internet standard formats or run other transformations, all
without impacting local stores or operations. URL: http://oodt.apache.org/oodt-product Project License: Apache 2 |
- org.apache.oodt:oodt-xmlquery:jar:0.7-SNAPSHOT (compile)
 Query Expression |
---|
Description: This component provides a way to express queries in a generic
manner. Its centerpiece is a class called XMLQuery that uses
boolean postfix expressions to capture the domain, range, and
constraint of a query, regardless of the source of the query (SQL,
keyword query, etc.). It can also encapsulate the results of a
query. It's used by many other components as the standard way to
pass a query and its results between servers, clients, nodes, and
other components. URL: http://oodt.apache.org/oodt-xmlquery Project License: Apache 2 |
- org.apache.commons:commons-compress:jar:1.5 (compile)
 - org.tukaani:xz:jar:1.2 (compile)

- gov.nasa.pds.2010.registry:registry-core:jar:1.6.0 (compile)
 - xerces:xercesImpl:jar:2.10.0 (compile)
 Xerces2-j |
---|
Description: Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
The Apache Xerces2 parser is the reference implementation of XNI but other parser components, configurations, and parsers can be written using the Xerces Native Interface. For complete design and implementation documents, refer to the XNI Manual.
Xerces2 is a fully conforming XML Schema 1.0 processor. A partial experimental implementation of the XML Schema 1.1 Structures and Datatypes Working Drafts (December 2009) and an experimental implementation of the XML Schema Definition Language (XSD): Component Designators (SCD) Candidate Recommendation (January 2010) are provided for evaluation. For more information, refer to the XML Schema page.
Xerces2 also provides a complete implementation of the Document Object Model Level 3 Core and Load/Save W3C Recommendations and provides a complete implementation of the XML Inclusions (XInclude) W3C Recommendation. It also provides support for OASIS XML Catalogs v1.1.
Xerces2 is able to parse documents written according to the XML 1.1 Recommendation, except that it does not yet provide an option to enable normalization checking as described in section 2.13 of this specification. It also handles namespaces according to the XML Namespaces 1.1 Recommendation, and will correctly serialize XML 1.1 documents if the DOM level 3 load/save APIs are in use. URL: https://xerces.apache.org/xerces2-j/ Project License: The Apache Software License, Version 2.0 |
- xml-apis:xml-apis:jar:1.4.01 (compile)
 XML Commons External Components XML APIs |
---|
Description: xml-commons provides an Apache-hosted set of DOM, SAX, and
JAXP interfaces for use in other xml-based projects. Our hope is that we
can standardize on both a common version and packaging scheme for these
critical XML standards interfaces to make the lives of both our developers
and users easier. The External Components portion of xml-commons contains
interfaces that are defined by external standards organizations. For DOM,
that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for
JAXP it's Sun. URL: http://xml.apache.org/commons/components/external/ Project License: The Apache Software License, Version 2.0The SAX LicenseThe W3C License |
- org.hibernate.java-persistence:jpa-api:jar:2.0-cr-1 (compile)
 Unnamed - org.hibernate.java-persistence:jpa-api:jar:2.0-cr-1 |
---|
Description: There is currently no description associated with this project. Project License: No license is defined for this project. |
- org.hibernate:hibernate-entitymanager:jar:3.5.2-Final (compile)
 - org.hibernate:hibernate-core:jar:3.5.2-Final (compile)
 - antlr:antlr:jar:2.7.6 (compile)
 AntLR |
---|
Description: There is currently no description associated with this project. URL: http://www.antlr.org/ Project License: No license is defined for this project. |
- dom4j:dom4j:jar:1.6.1 (compile)
 dom4j |
---|
Description: dom4j: the flexible XML framework for Java URL: http://dom4j.org Project License: No license is defined for this project. |
- javax.transaction:jta:jar:1.1 (compile)
 Java Transaction API |
---|
Description: The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation. URL: http://java.sun.com/products/jta Project License: No license is defined for this project. |
- org.hibernate:hibernate-annotations:jar:3.5.2-Final (compile)
 - org.hibernate:hibernate-commons-annotations:jar:3.2.0.Final (compile)

- cglib:cglib:jar:2.2 (compile)
 - javassist:javassist:jar:3.9.0.GA (compile)
 Javassist |
---|
Description: Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java. URL: http://www.javassist.org/ Project License: No license is defined for this project. |
- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final (compile)
 JPA 2.0 API |
---|
Description: Hibernate definition of the Java Persistence 2.0 (JSR 317) API. Project License: |
- org.slf4j:slf4j-api:jar:1.5.8 (compile)
 SLF4J API Module |
---|
Description: The slf4j API URL: http://www.slf4j.org Project License: No license is defined for this project. |
- commons-logging:commons-logging:jar:1.0.4 (compile)
 - org.slf4j:slf4j-jdk14:jar:1.5.8 (compile)
 SLF4J JDK14 Binding |
---|
Description: The slf4j JDK14 binding URL: http://www.slf4j.org Project License: No license is defined for this project. |
- org.springframework:spring-core:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-core:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-asm:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-asm:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-web:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-web:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- aopalliance:aopalliance:jar:1.0 (compile)

- org.springframework:spring-beans:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-beans:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-context:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-context:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-expression:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-expression:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-aop:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-aop:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-context-support:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-context-support:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-tx:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-tx:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-orm:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-orm:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-jdbc:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-jdbc:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- org.springframework:spring-test:jar:3.0.2.RELEASE (compile)
 Unnamed - org.springframework:spring-test:jar:3.0.2.RELEASE |
---|
Description: Spring Framework Parent Project License: No license is defined for this project. |
- com.sun.jersey:jersey-server:jar:1.4 (compile)
 - com.sun.jersey:jersey-core:jar:1.4 (compile)
 - asm:asm:jar:3.1 (compile)
 ASM Core |
---|
Description: A very small and fast Java bytecode manipulation framework URL: http://asm.objectweb.org/asm Project License: No license is defined for this project. |
- com.sun.jersey:jersey-json:jar:1.4 (compile)
 - com.sun.jersey:jersey-client:jar:1.4 (compile)

LicensesASF 2.0: Code Generation Library Unamed: JPA 2.0 API Public Domain: AOP alliance, XZ for Java Apache 2: Common Utilities, OODT Web Grid, Product Service, Query Expression GNU LESSER GENERAL PUBLIC LICENSE: Hibernate, Hibernate Commons Annotations Unknown: ASM Core, AntLR, Collections, Java Transaction API, Javassist, Jettison, SLF4J API Module, SLF4J JDK14 Binding, Unnamed - org.hibernate.java-persistence:jpa-api:jar:2.0-cr-1, Unnamed - org.springframework:spring-aop:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-asm:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-beans:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-context-support:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-context:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-core:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-expression:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-jdbc:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-orm:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-test:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-tx:jar:3.0.2.RELEASE, Unnamed - org.springframework:spring-web:jar:3.0.2.RELEASE, Unnamed - xmlrpc:xmlrpc:jar:2.0.1, asm-attrs, dom4j The W3C License: XML Commons External Components XML APIs California Institute of Technology: Registry Core, Transport Service (Registry) The Apache Software License, Version 2.0: Apache Tika core, Codec, Commons Compress, Commons DBCP, Commons IO, Commons Pool, Data Mapper for Jackson, JAX-RS provider for JSON content type, Jackson, Lang, Logging, Spring Framework: DAO, Spring Framework: Hibernate3, StAX API, XML Commons External Components XML APIs, Xerces2-j, Xml Compatibility extensions for Jackson, ehcache GNU Lesser General Public License: Hibernate Annotations, Hibernate Core, Hibernate Entity Manager CDDL 1.1: jersey-client, jersey-core, jersey-json, jersey-server The SAX License: XML Commons External Components XML APIs GPL2 w/ CPE: jersey-client, jersey-core, jersey-json, jersey-server Common Public License Version 1.0: JUnit GNU Lesser General Public License (LGPL), Version 2.1: JAX-RS provider for JSON content type, Xml Compatibility extensions for Jackson Dependency File DetailsFilename | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
---|
antlr-2.7.6.jar | 433.04 kB | 226 | 224 | 12 | 1.2 | debug | - | aopalliance-1.0.jar | 4.36 kB | 15 | 9 | 2 | 1.3 | debug | - | asm-3.1.jar | 42.02 kB | 24 | 23 | 2 | 1.2 | release | - | asm-attrs-1.5.3.jar | 16.36 kB | 22 | 16 | 1 | 1.2 | release | - | cglib-2.2.jar | 272.15 kB | 240 | 226 | 7 | 1.2 | debug | - | jersey-client-1.4.jar | 121.50 kB | 112 | 88 | 10 | 1.6 | debug | - | jersey-core-1.4.jar | 444.84 kB | 395 | 344 | 25 | 1.6 | debug | - | jersey-json-1.4.jar | 139.48 kB | 112 | 89 | 5 | 1.6 | debug | - | jersey-server-1.4.jar | 661.72 kB | 591 | 507 | 54 | 1.6 | debug | - | commons-codec-1.3.jar | 45.63 kB | 42 | 25 | 5 | 1.2 | debug | - | commons-collections-2.1.jar | 161.25 kB | 189 | 180 | 3 | 1.1 | release | - | commons-dbcp-1.2.1.jar | 105.11 kB | 56 | 44 | 4 | 1.1 | debug | - | commons-io-1.4.jar | 106.49 kB | 93 | 76 | 5 | 1.3 | debug | - | commons-lang-2.3.jar | 239.53 kB | 140 | 124 | 9 | 1.1 | debug | - | commons-logging-1.0.4.jar | 37.12 kB | 29 | 18 | 2 | 1.2 | debug | - | commons-pool-1.2.jar | 41.50 kB | 34 | 25 | 2 | 1.1 | debug | - | dom4j-1.6.1.jar | 306.54 kB | 208 | 190 | 14 | 1.3 | debug | - | registry-core-1.6.0.jar | 133.54 kB | 125 | 97 | 11 | 1.6 | debug | - | javassist-3.9.0.GA.jar | 583.47 kB | 358 | 334 | 17 | 1.4 | debug | - | jta-1.1.jar | 14.72 kB | 24 | 18 | 2 | 1.3 | debug | - | junit-3.8.2.jar | 117.81 kB | 120 | 102 | 6 | 1.2 | debug | - | ehcache-1.2.3.jar | 203.17 kB | 137 | 117 | 13 | 1.3 | debug | - | commons-compress-1.5.jar | 250.24 kB | 162 | 135 | 14 | 1.5 | debug | - | oodt-commons-0.7-SNAPSHOT.jar | 199.07 kB | 158 | 127 | 14 | 1.6 | debug | - | oodt-product-0.7-SNAPSHOT.jar | 45.95 kB | 51 | 30 | 5 | 1.6 | debug | - | oodt-xmlquery-0.7-SNAPSHOT.jar | 53.37 kB | 40 | 21 | 3 | 1.6 | debug | - | web-grid-0.7-SNAPSHOT.war | 32.93 MB | 116 | 16 | 1 | 1.6 | debug | - | tika-core-0.8.jar | 290.82 kB | 179 | 133 | 14 | 1.5 | debug | - | jackson-core-asl-1.5.5.jar | 167.93 kB | 113 | 99 | 7 | 1.5 | debug | - | jackson-jaxrs-1.5.5.jar | 16.67 kB | 16 | 7 | 1 | 1.5 | debug | - | jackson-mapper-asl-1.5.5.jar | 474.32 kB | 349 | 329 | 12 | 1.5 | debug | - | jackson-xc-1.5.5.jar | 24.17 kB | 17 | 8 | 1 | 1.5 | debug | - | jettison-1.1.jar | 66.17 kB | 55 | 40 | 5 | 1.1 | debug | - | hibernate-3.2.5.ga.jar | 2.15 MB | 1,428 | 1,344 | 78 | 1.4 | debug | - | hibernate-annotations-3.5.2-Final.jar | 356.80 kB | 213 | 193 | 9 | 1.5 | debug | - | hibernate-commons-annotations-3.2.0.Final.jar | 69.61 kB | 77 | 61 | 6 | 1.5 | debug | - | hibernate-core-3.5.2-Final.jar | 2.43 MB | 1,674 | 1,569 | 87 | 1.4 | debug | - | hibernate-entitymanager-3.5.2-Final.jar | 402.81 kB | 325 | 298 | 14 | 1.5 | debug | - | jpa-api-2.0-cr-1.jar | 96.05 kB | 183 | 176 | 4 | 1.5 | debug | - | hibernate-jpa-2.0-api-1.0.0.Final.jar | 98.52 kB | 188 | 176 | 4 | 1.5 | debug | - | slf4j-api-1.5.8.jar | 22.90 kB | 32 | 21 | 3 | 1.3 | debug | - | slf4j-jdk14-1.5.8.jar | 8.61 kB | 15 | 5 | 1 | 1.4 | debug | - | spring-aop-3.0.2.RELEASE.jar | 312.55 kB | 282 | 251 | 15 | 1.5 | debug | - | spring-asm-3.0.2.RELEASE.jar | 51.84 kB | 39 | 31 | 3 | 1.2 | release | - | spring-beans-3.0.2.RELEASE.jar | 537.07 kB | 382 | 346 | 14 | 1.5 | debug | - | spring-context-3.0.2.RELEASE.jar | 641.73 kB | 607 | 523 | 59 | 1.5 | debug | - | spring-context-support-3.0.2.RELEASE.jar | 97.71 kB | 87 | 69 | 8 | 1.5 | debug | - | spring-core-3.0.2.RELEASE.jar | 349.84 kB | 300 | 277 | 17 | 1.5 | debug | - | spring-dao-2.0.8.jar | 127.15 kB | 121 | 107 | 9 | 1.5 | debug | - | spring-expression-3.0.2.RELEASE.jar | 153.44 kB | 118 | 105 | 6 | 1.5 | debug | - | spring-hibernate3-2.0.8.jar | 105.00 kB | 87 | 79 | 3 | 1.5 | debug | - | spring-jdbc-3.0.2.RELEASE.jar | 369.34 kB | 321 | 291 | 18 | 1.5 | debug | - | spring-orm-3.0.2.RELEASE.jar | 325.43 kB | 271 | 253 | 12 | 1.5 | debug | - | spring-test-3.0.2.RELEASE.jar | 199.93 kB | 164 | 141 | 16 | 1.5 | debug | - | spring-tx-3.0.2.RELEASE.jar | 225.66 kB | 237 | 202 | 20 | 1.5 | debug | - | spring-web-3.0.2.RELEASE.jar | 374.15 kB | 331 | 293 | 29 | 1.5 | debug | - | xz-1.2.jar | 92.59 kB | 115 | 102 | 9 | 1.4 | release | sealed | Total | Size | Entries | Classes | Packages | JDK Rev | Debug | Sealed |
---|
57 | 48.10 MB | 12,145 | 10,734 | 732 | 1.6 | 52 | 1 | compile: 56 | compile: 15.17 MB | compile: 12,029 | compile: 10,718 | compile: 731 | - | compile: 51 | compile: 1 | runtime: 1 | runtime: 32.93 MB | runtime: 116 | runtime: 16 | runtime: 1 | - | runtime: 1 | - |
 |
|
 |
Curator: Webmaster: Maryia Sauchanka-Davis NASA Official: William Knopf Last Updated:
|
|
|