Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Alfresco Web Scripts

You're reading from   Learning Alfresco Web Scripts Learn a powerful way to successfully implement unique integration solutions with Alfresco

Arrow left icon
Product type Paperback
Published in Nov 2014
Publisher
ISBN-13 9781784390600
Length 182 pages
Edition 1st Edition
Concepts
Arrow right icon
Author (1):
Arrow left icon
Ramesh Chauhan Ramesh Chauhan
Author Profile Icon Ramesh Chauhan
Ramesh Chauhan
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Getting Familiar with Web Scripts FREE CHAPTER 2. It's Time for the First Web Script 3. Understanding the Web Script Framework 4. Building Blocks of Web Scripts 5. Invoking Web Scripts 6. Creating Java-backed Web Scripts 7. Understanding JavaScript-based Web Scripts in Detail 8. Deployment, Debugging, and Troubleshooting Web Scripts 9. Mavenizing Web Scripts 10. Extending the Web Script Framework Index

Applying AMP to the Alfresco WAR for testing

Once you are done with the web script development for your project following the preceding project structure, create an AMP file for your project and test it before you hand over the AMP file for deployment on the other server. In order to test your web scripts locally, you will first need to apply the AMP to the Alfresco WAR file. With the Alfresco Maven SDK, you need not have Alfresco installed locally for applying the AMP. From the console, you can just go inside the project's location and simply execute the mvn integration-test -Pamp-to-war command.

After running the preceding command, you will be able to see that Maven is now doing its job to download all the required dependencies to compile the project. This will create an AMP file for the project, apply the AMP file to the out-of-the-box Alfresco WAR, and then deploy the WAR to the embedded Tomcat server, and finally, start the server. You should be able to see from the console output...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €18.99/month. Cancel anytime