Title | Added | Last reviewed |
---|---|---|
Alfresco SDK 4.9 |
v3.0.0 |
2024-08-30 |
Alfresco SDK 4.x is a Maven based development kit that provides an easy to use approach to developing applications and extensions for Alfresco. With this SDK you can develop, package, test, run, document and release your Alfresco extension project.
For earlier releases of the Alfresco SDK, see the Previous versions of http://docs.alfresco.com.
The Alfresco Software Development Kit (Alfresco SDK) is a fundamental tool provided by Alfresco to developers to build customizations and extensions for the Alfresco Digital Business Platform. It is based on Apache Maven and Docker and is compatible with major IDEs. This enables Rapid Application Development (RAD) and Test Driven Development (TDD).
Alfresco SDK 4.x is released under Apache License version 2.0 and supports Alfresco Content Services both in Community Edition and Enterprise Edition. If you're an Enterprise customer, please check the Alfresco SDK Support status for the version you're using. If your version is in Limited or Full Support and you need help, contact our Support team http://support.alfresco.com.
Alfresco SDK 4.9 is a minor update to the SDK and provides support for Alfresco 23.3.x.
The 4.0 release takes advantage of Semantic Versioning (SEMVER), which means that this new release is not directly compatible with the previous releases of the SDK.
If you have existing projects that you wish to upgrade to SDK 4.x, the recommended approach is to generate a new project from our archetypes and move your code into place.
- What's new?
- Getting started with Alfresco SDK 4
- Alfresco SDK Maven archetypes
- Working with generated projects
- Setting up your development environment
- Advanced topics
- Troubleshooting