mydas Distributed Annotation Server

This project aims to offer an easy-to-extend Java DAS server framework. It offers several advantages: * Implementing data sources is very easy but also flexible and powerful. * Data caching is built into the system, with access to the caching mechanism made available to the data sources. * All aspects of the server are highly configurable, including selecting options where the DAS 1.53 specification offers choices to the implementor. * The latest Java technologies have been used throughout the system to optimise performance and simplify data source development. * Wherever possible the same terminology is used in the API as in the DAS specification and XML - again, making data source development more easy. * The server allows XSLT transforms of the DAS XML to be configured to provide a simple DAS client view (limited to the single DAS source). More details of the DAS protocol, DAS servers and DAS clients can be found at http://www.biodas.org/wiki/Main_Page. The first version of this server is a complete implementation of Distributed Sequence Annotation System (DAS) Version 1.53. If you are interested in learning more about DAS 1.53, the specification is highly recommended as a concise and complete description of the DAS protocol that can be obtained from: http://biodas.org/documents/spec.html

License

License

GroupId

GroupId

uk.ac.ebi.mydas
ArtifactId

ArtifactId

mydas
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

mydas Distributed Annotation Server
This project aims to offer an easy-to-extend Java DAS server framework. It offers several advantages: * Implementing data sources is very easy but also flexible and powerful. * Data caching is built into the system, with access to the caching mechanism made available to the data sources. * All aspects of the server are highly configurable, including selecting options where the DAS 1.53 specification offers choices to the implementor. * The latest Java technologies have been used throughout the system to optimise performance and simplify data source development. * Wherever possible the same terminology is used in the API as in the DAS specification and XML - again, making data source development more easy. * The server allows XSLT transforms of the DAS XML to be configured to provide a simple DAS client view (limited to the single DAS source). More details of the DAS protocol, DAS servers and DAS clients can be found at http://www.biodas.org/wiki/Main_Page. The first version of this server is a complete implementation of Distributed Sequence Annotation System (DAS) Version 1.53. If you are interested in learning more about DAS 1.53, the specification is highly recommended as a concise and complete description of the DAS protocol that can be obtained from: http://biodas.org/documents/spec.html
Project URL

Project URL

http://code.google.com/p/mydas/

Download mydas

How to add to project

<!-- https://jarcasting.com/artifacts/uk.ac.ebi.mydas/mydas/ -->
<dependency>
    <groupId>uk.ac.ebi.mydas</groupId>
    <artifactId>mydas</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.ebi.mydas/mydas/
implementation 'uk.ac.ebi.mydas:mydas:1.0.2'
// https://jarcasting.com/artifacts/uk.ac.ebi.mydas/mydas/
implementation ("uk.ac.ebi.mydas:mydas:1.0.2")
'uk.ac.ebi.mydas:mydas:jar:1.0.2'
<dependency org="uk.ac.ebi.mydas" name="mydas" rev="1.0.2">
  <artifact name="mydas" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.ebi.mydas', module='mydas', version='1.0.2')
)
libraryDependencies += "uk.ac.ebi.mydas" % "mydas" % "1.0.2"
[uk.ac.ebi.mydas/mydas "1.0.2"]

Dependencies

compile (7)

Group / Artifact Type Version
commons-collections : commons-collections jar 3.2
javax.servlet : servlet-api jar 2.4
log4j : log4j jar 1.2.14
xpp3 : xpp3 jar 1.1.3.4.O
xerces : xercesImpl jar 2.8.1
opensymphony : oscache jar 2.3
commons-logging : commons-logging jar 1.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.3.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2