You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-25Lines changed: 29 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ SDL Digital Experience Accelerator Java Spring MVC web application
4
4
5
5
About
6
6
-----
7
-
The SDL Digital Experience Accelerator (DXA) is a reference implementation of SDL Web 8 and SDL Tridion 2013 SP1(*) intended to help you create, design and publish an SDL Web/Tridion-based website quickly.
7
+
The SDL Digital Experience Accelerator (DXA) is a reference implementation of SDL Web (version 8, 8.5, or Cloud) that we provide to help you more quickly create, design, and publish a website based on SDL Web.
8
8
9
-
It is available for .NET and Java Web Applications and has a modular architecture consisting of a Framework and example web application providing core functionality and separate Modules for additional, optional functionality.
9
+
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 Web functionality as well as separate Modules for additional, optional functionality.
10
10
11
-
This repository contains the source code of the DXA Framework, example web application and Maven archetype for Java.
12
-
The full DXA distribution (including CM-side items and installation support) is downloadable from the [SDL Appstore site](https://appstore.sdl.com/web-content-management/app/sdl-digital-experience-accelerator-java/737/) (latest version)
13
-
or the [Releases in GitHub](https://github.com/sdl/dxa-web-application-java/releases) (all versions)
11
+
This repository contains the source code of the DXA Framework, an example Java web application, and a Maven archetype for Java.
14
12
13
+
The full DXA distribution (including Content Manager-side items and installation support) is downloadable from the [SDL Appstore site](https://appstore.sdl.com/web-content-management/app/sdl-digital-experience-accelerator-java/737/) (latest version)
14
+
or the [Releases in GitHub](https://github.com/sdl/dxa-web-application-java/releases) (all versions)
15
15
Furthermore, the compiled DXA artifacts are available on [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cdxa).
16
-
To facilitate upgrades, it is highly recommended to use official, compiled DXA artifacts from Maven Central instead of a custom build.
17
-
If you really have to modify the DXA Framework, we kindly request you to submit your changes as a Contribution; see below.
18
16
19
-
(*) SDL Tridion 2013 SP1 is only supported up to DXA version 1.6.
17
+
To facilitate upgrades, we strongly recommend that you use official, compiled DXA artifacts from Maven Central instead of a custom build.
18
+
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).
19
+
20
20
21
21
Support
22
22
---------------
@@ -25,12 +25,12 @@ If you encounter any issues with the Digital Experience Accelerator, please reac
25
25
26
26
- Report issues directly in [this repository](https://github.com/sdl/dxa-web-application-java/issues)
27
27
- Ask questions 24/7 on the SDL Web Community at https://tridion.stackexchange.com
28
-
- Contact Technical Support through the Customer Support Web Portal at https://www.sdl.com/support
28
+
- Contact Technical Support through the SDL Support web portal at https://www.sdl.com/support
29
29
30
30
31
31
Documentation
32
32
-------------
33
-
Documentation can be found online in the SDL documentation portal: http://docs.sdl.com/sdldxa2-ctp
33
+
Documentation can be found online in the SDL documentation portal: http://docs.sdl.com/sdldxa20
34
34
35
35
36
36
Repositories
@@ -41,51 +41,55 @@ The following repositories with source code are available:
41
41
-https://github.com/sdl/dxa-html-design - Whitelabel HTML Design
42
42
-https://github.com/sdl/dxa-model-service - Model Service (Java)
43
43
-https://github.com/sdl/dxa-modules - Modules (.NET and Java)
44
-
-https://github.com/sdl/dxa-web-application-dotnet - ASP.NET MVC web application (incl. framework)
45
-
-https://github.com/sdl/dxa-web-application-java - Java Spring MVC web application (incl. framework)
44
+
-https://github.com/sdl/dxa-web-application-dotnet - ASP.NET MVC web application (including framework)
45
+
-https://github.com/sdl/dxa-web-application-java - Java Spring MVC web application (including framework)
46
46
47
47
48
48
Branches and Contributions
49
49
--------------------------
50
50
We are using the following branching strategy:
51
51
52
-
-`master` - Represents the latest stable version. This may be a pre-release version (tagged as `DXA x.y Sprint z`). Updated each development Sprint (approx. bi-weekly).
52
+
-`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).
53
53
-`develop` - Represents the latest development version. Updated very frequently (typically nightly).
54
-
-`release/x.y` - Represents the x.y Release. If hotfixes are applicable, they will be applied to the appropriate release branch, so that the release branch actually represent the initial release plus hotfixes.
54
+
-`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.
55
55
56
56
All releases (including pre-releases and hotfix releases) are tagged.
57
57
58
58
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/
59
59
60
-
If you wish to submit a Pull Request, it should normally be submitted on the `develop` branch, so it can be incorporated in the upcoming release.
60
+
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.
61
61
62
-
Fixes for really severe/urgent issues (which qualify as hotfixes) should be submitted as Pull Request on the appropriate release branch.
62
+
Fixes for severe/urgent issues (that qualify as hotfixes) should be submitted as Pull Requests on the appropriate release branch.
63
63
64
-
Please 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.
64
+
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.
65
65
Furthermore, Pull Requests on release branches are expected to be extensively tested by the submitter.
66
66
67
-
Of course, it's also possible (and appreciated) to report an Issue without associated Pull Requests.
67
+
Of course, it is also possible (and appreciated) to report an issue without associated Pull Requests.
68
68
69
69
70
70
DXA Builder
71
71
-----------
72
-
Current DXA Builder is available in Maven Central, latest DXA Builder is also available as a public snapshot.
72
+
The current DXA Builder is available in Maven Central, and the latest DXA Builder is also available as a public snapshot.
73
+
74
+
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.
75
+
76
+
To install it, run the wrapper script of the `dxa-builder` project: `gradlew(.bat) publishLocal`
77
+
On Windows, you can also just run `get-started.cmd` script at first run.
73
78
74
-
You may need DXA Builder to be installed locally to run the SNAPSHOT build if you haven't configured snapshot repository and you don't want to.
75
-
To install it run the wrapper script of `dxa-builder` project: `gradlew(.bat) publishLocal`
76
-
On Windows you can also just run `get-started.cmd` script at first run.
77
79
78
80
DD4T support
79
81
---
80
-
DD4T 2.1 for Java is incorporated into DXA codebase in `dxa-compatible` artifact. You don't need separate dependencies on DD4T if you're migrating to DXA from DD4T.
82
+
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.
83
+
81
84
82
85
Snapshots
83
86
---------
84
-
DXA publishes SNAPSHOT versions to Sonatype. If you want to use them, you have to configure `https://oss.sonatype.org/content/repositories/snapshots` as a repository in your Maven settings. Read [this](https://maven.apache.org/settings.html#Repositories) for instructions.
87
+
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](https://maven.apache.org/settings.html#Repositories) for instructions.
88
+
85
89
86
90
License
87
91
-------
88
-
Copyright (c) 2014-2017 SDL Group.
92
+
Copyright (c) 2014-2018 SDL Group.
89
93
90
94
Licensed under the Apache License, Version 2.0 (the "License");
91
95
you may not use this file except in compliance with the License.
Copy file name to clipboardExpand all lines: dxa-framework/dxa-common-api/src/test/java/com/sdl/webapp/common/markup/html/builders/HtmlBuildersTest.java
0 commit comments