-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,31 @@ | ||
|
||
The missing glue between Alfresco and Spring MVC | ||
=== | ||
Works on Enterprise as well as on Community and it ruses a widely accepted REST framework | ||
|
||
You should use it: | ||
You should use it when | ||
- | ||
* When | ||
- You need custom APIs | ||
- You want to be more productive | ||
- You write custom webscripts | ||
|
||
* Why | ||
You would benefit of | ||
- | ||
- Faster development | ||
- Java developers know how to use Spring MVC | ||
- Reuses a widely accepted „REST framework” | ||
|
||
|
||
Supported Alfresco versions | ||
---- | ||
- Works on Enterprise as well as on community. | ||
- Tested with Alfresco Community 3.4.d, 4.0.x, 4.2.x, 5.0.a, 5.0.d, 5.1.e, 5.2.f, 5.2.g (might work with older version, if not please check previous releases/snapshots) | ||
- Tested with Alfresco Enterprise 3.4.5, 4.1.5, 4.2.1, 5.1.x, 5.2.x (might work with older version, if not please check previous releases/snapshots) | ||
v6 | ||
- | ||
- Tested on Alfresco Community 6.0.7-GA | ||
|
||
v5 | ||
- | ||
- Tested on Alfresco Community 3.4.d, 4.0.x, 4.2.x, 5.0.a, 5.0.d, 5.1.e, 5.2.f, 5.2.g (might work with older version, if not please check previous releases/snapshots) | ||
- Tested on Alfresco Enterprise 3.4.5, 4.1.5, 4.2.1, 5.1.x, 5.2.x (might work with older version, if not please check previous releases/snapshots) | ||
|
||
v4 | ||
- | ||
- Tested on Alfresco Community 3.4.d, 4.0.x, 4.2.x, 5.0.a, 5.0.d, 5.1.e, 5.2.f, 5.2.g (might work with older version, if not please check previous releases/snapshots) | ||
- Tested on Alfresco Enterprise 3.4.5, 4.1.5, 4.2.1, 5.1.x, 5.2.x (might work with older version, if not please check previous releases/snapshots) |