Skip to content

mansiiyengar/training-fe-module-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Backbase Training Exercises

Portal Frontend - Module 1: Widget Development

Everything you need to know about widgets - the digital building blocks of any application built with Backbase Portal. You will learn about the concepts behind Backbase widgets, how to create a widget from scratch, giving them rich functionality and styling them according to Backbase best practices.

Contents

  • pf1e1: Create your first widget (solution)
  • pf1e2a: Setup your widget development (solution)
  • pf1e2b: Create the todo application (solution)
  • pf1ex3a: Use widget preferences (solution)
  • pf1ex3b: Make your widget responsive (solution)
  • pf1ex3c: Enable widget communication via PubSub (solution)
  • pf1ex4: Style your widget (solution)

Installation & Configuration

  • Copy and paste the cxp-fe-training-01 folder in the statics/bundles folder of your Launchpad 0.12.x project
  • Add the bundle resource base in portal/pom.xml, e.g.:
<resourceBases>
    <resourceBase>${statics.dir}/bundles/cxp-fe-training-01/src/main/webapp</resourceBase>
    <resourceBase>${project.basedir}/src/main/webapp</resourceBase>
    <resourceBase>${work.dir}</resourceBase>
</resourceBases>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published