DXA - 2013SP1 Tridion provider

DXA Providers functionality specific for Tridion 2013SP1

License

License

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.sdl.dxa
ArtifactId

ArtifactId

dxa-tridion-2013sp1-provider
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

DXA - 2013SP1 Tridion provider
DXA Providers functionality specific for Tridion 2013SP1
Project Organization

Project Organization

SDL

Download dxa-tridion-2013sp1-provider

How to add to project

<!-- https://jarcasting.com/artifacts/com.sdl.dxa/dxa-tridion-2013sp1-provider/ -->
<dependency>
    <groupId>com.sdl.dxa</groupId>
    <artifactId>dxa-tridion-2013sp1-provider</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sdl.dxa/dxa-tridion-2013sp1-provider/
implementation 'com.sdl.dxa:dxa-tridion-2013sp1-provider:1.6.0'
// https://jarcasting.com/artifacts/com.sdl.dxa/dxa-tridion-2013sp1-provider/
implementation ("com.sdl.dxa:dxa-tridion-2013sp1-provider:1.6.0")
'com.sdl.dxa:dxa-tridion-2013sp1-provider:jar:1.6.0'
<dependency org="com.sdl.dxa" name="dxa-tridion-2013sp1-provider" rev="1.6.0">
  <artifact name="dxa-tridion-2013sp1-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sdl.dxa', module='dxa-tridion-2013sp1-provider', version='1.6.0')
)
libraryDependencies += "com.sdl.dxa" % "dxa-tridion-2013sp1-provider" % "1.6.0"
[com.sdl.dxa/dxa-tridion-2013sp1-provider "1.6.0"]

Dependencies

compile (68)

Group / Artifact Type Version
com.sdl.dxa : dxa-common-api jar
com.sdl.dxa : dxa-tridion-provider jar
com.tridion » cd_broker jar
com.tridion : cd_core jar
com.tridion » cd_dynamic jar
com.tridion » cd_linking jar
com.tridion » cd_datalayer jar
com.tridion : cd_model jar
com.tridion » cd_ambient jar
com.tridion » cd_session jar
com.tridion » cd_wrapper jar
com.tridion » cd_preview_ambient jar
com.tridion » cd_preview_web jar
com.tridion » cwd_cartridge jar
com.tridion » cwd_engine jar
com.tridion » cwd_resource jar
com.tridion » cwd_image jar
com.tridion » cd_cache jar
com.google.guava : guava jar
com.vs.ezlicrun » easylicense jar
xalan : xalan jar
commons-configuration : commons-configuration jar
commons-beanutils : commons-beanutils jar
ua_parser » ua-parser jar
commons-dbcp : commons-dbcp jar
commons-codec : commons-codec jar
org.springframework : spring-orm jar
net.sourceforge.htmlcleaner : htmlcleaner jar
net.minidev : json-smart jar
org.apache.httpcomponents : httpcore jar
org.apache.httpcomponents : httpclient jar
org.yaml : snakeyaml jar
commons-pool : commons-pool jar
org.apache.commons : commons-jexl jar
org.dd4t : dd4t-api jar
org.dd4t : dd4t-core jar
org.dd4t : dd4t-databind jar
org.dd4t : dd4t-providers jar
org.springframework : spring-core jar
org.springframework : spring-beans jar
org.springframework : spring-context jar
org.springframework : spring-web jar
com.fasterxml.jackson.core : jackson-core jar
com.fasterxml.jackson.core : jackson-annotations jar
com.fasterxml.jackson.core : jackson-databind jar
org.apache.commons : commons-lang3 jar
org.jsoup : jsoup jar
javax.servlet : javax.servlet-api jar
javax.servlet.jsp : javax.servlet.jsp-api jar
javax.servlet : jstl jar
joda-time : joda-time jar
commons-digester : commons-digester jar
net.sf.ehcache : ehcache jar 2.8.2
org.hibernate : hibernate-ehcache jar
org.hsqldb : hsqldb jar
org.ardverk » patricia-trie jar
ch.qos.logback : logback-core jar
org.slf4j : slf4j-api jar
org.slf4j : jcl-over-slf4j jar
ch.qos.logback : logback-classic jar
org.hibernate : hibernate-entitymanager jar
cglib : cglib jar
junit : junit jar
org.hamcrest : hamcrest-core jar
org.hamcrest : hamcrest-library jar
org.mockito : mockito-all jar
org.springframework : spring-test jar
org.projectlombok : lombok jar

Project Modules

There are no modules declared in this project.

SDL Digital Experience Accelerator Java Spring MVC web application

About

The SDL Digital Experience Accelerator (DXA) is a reference implementation of SDL Tridion Sites 9 and SDL Web 8 intended to help you create, design and publish an SDL Tridion/Web-based website quickly.

DXA is available for both .NET and Java web applications. Its modular architecture consists of a framework and example web application, which includes all core SDL Tridion/Web functionality as well as separate Modules for additional, optional functionality.

This repository contains the source code of the DXA Framework, an example Java web application, and a Maven archetype for Java.

The full DXA distribution (including Content Manager-side items and installation support) is downloadable from the SDL AppStore or the Releases in GitHub Furthermore, the compiled DXA artifacts are available on Maven Central.

To facilitate upgrades, we strongly recommend that you use official, compiled DXA artifacts from Maven Central instead of a custom build. If you really must modify the DXA framework, we kindly request you to submit your changes as a Contribution (see the Branches and Contributions section below).

Support

At SDL we take your investment in Digital Experience very seriously, if you encounter any issues with the Digital Experience Accelerator, please use one of the following channels:

  • Report issues directly in this repository
  • Ask questions 24/7 on the SDL Tridion Community at https://tridion.stackexchange.com
  • Contact SDL Professional Services for DXA release management support packages to accelerate your support requirements

Documentation

Documentation can be found online in the SDL documentation portal: https://docs.sdl.com/sdldxa

Repositories

The following repositories with source code are available:

Branches and Contributions

We are using the following branching strategy:

  • master - Represents the latest stable version. This may be a pre-release version (tagged as DXA x.y Sprint z). Updated each development Sprint (approximately bi-weekly).
  • develop - Represents the latest development version. Updated very frequently (typically nightly).
  • release/x.y - Represents the x.y Release. If hotfixes are applicable, they will be applied to the appropriate release branch so that the branch actually represents the initial release plus hotfixes.

All releases (including pre-releases and hotfix releases) are tagged.

Note that development sources (on develop branch) have dependencies on SNAPSHOT versions of the DXA artifacts, which are available here: https://oss.sonatype.org/content/repositories/snapshots/com/sdl/dxa/

If you wish to submit a Pull Request, it should normally be submitted on the develop branch so that it can be incorporated in the upcoming release.

Fixes for severe/urgent issues (that qualify as hotfixes) should be submitted as Pull Requests on the appropriate release branch.

Always submit an Issue for the problem, and indicate whether you think it qualifies as a hotfix. Pull Requests on release branches will only be accepted after agreement on the severity of the issue. Furthermore, Pull Requests on release branches are expected to be extensively tested by the submitter.

Of course, it is also possible (and appreciated) to report an issue without associated Pull Requests.

DXA Builder

The current DXA Builder is available in Maven Central, and the latest DXA Builder is also available as a public snapshot.

If you have not configured a snapshot repository and don't want to, you may need to install the DXA Builder locally in order to run the SNAPSHOT.

To install it, run the wrapper script of the dxa-builder project: gradlew(.bat) publishLocal On Windows, you can also just run get-started.cmd script at first run.

DD4T support

DD4T 2.1 for Java is incorporated into the DXA codebase in the dxa-compatible artifact. As a result, when migrating from DD4T to DXA, you do not need separate dependencies on DD4T.

Snapshots

DXA publishes SNAPSHOT versions to Sonatype. To use them, configure https://oss.sonatype.org/content/repositories/snapshots as a repository in your Maven settings. Read this for instructions.

License

Copyright (c) 2014-2020 SDL Group.

Licensed 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.

com.sdl.dxa

SDL

Versions

Version
1.6.0
1.5.0
1.4.1
1.4.0
1.3.0