Skip to content

A Proof of Concept of using the WebSpeech API with Adobe Experience Manager and Adobe Search and Promote

Notifications You must be signed in to change notification settings

PerficientDigital/web-speech-search-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSpeech + Search and Promote POC

This is a project is a proof of concept of using WebSpeech to drive searches on Search and Promote

Modules

The main parts of the template are:

  • core: Java bundle containing all core functionality like OSGi services, listeners or schedulers, as well as component-related Java code such as servlets or request filters.
  • ui.apps: contains the /apps (and /etc) parts of the project, ie JS&CSS clientlibs, components, templates, runmode specific configs as well as Hobbes-tests

How to build

To build all the modules run in the project root directory the following command with Maven 3:

mvn clean install

If you have a running AEM instance you can build and package the whole project and deploy into AEM with

mvn clean install -PautoInstallPackage

Or to deploy it to a publish instance, run

mvn clean install -PautoInstallPackagePublish

Or alternatively

mvn clean install -PautoInstallPackage -Daem.port=4503

Or to deploy only the bundle to the author, run

mvn clean install -PautoInstallBundle

About

A Proof of Concept of using the WebSpeech API with Adobe Experience Manager and Adobe Search and Promote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published