问题标签 [backbase-portal]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
157 浏览

backbase - 错误没有导出成员“HTTP_PARAMS_FACTORY”

我正在学习https://bbacademy.learnupon.com/上的 Backbase Frontend Essentials 课程 - 任务是使用 RAML 生成数据模块(提供了 RAML)。我下载了提供的 RAML,按照教程进行操作,但是当我在浏览器中查看时,我的终端显示以下错误:

我没有碰过这个文件。这是我尝试过的:

  1. 检查我的节点版本 - 我在 v10.18.1 上(认为可能是旧版本是罪魁祸首),我的角度版本是 8。
  2. 运行npm installnpm update更新 /node 模块
  3. 我检查了../../../node_modules/@backbase/foundation-ang/data-http/backbase-foundation-ang-data-http,果然没有找到HTTP_PARAMS_FACTORY也没有HttpParamsFactory
  4. 检查 Backbase 文档HTTP_PARAMS_FACTORYHttpParamsFactory它的基础-ang/data-http API 的一部分。

我是后台新手,我认为这个错误来自我在教程中给出的代码,但我不确定。任何帮助,将不胜感激。

0 投票
1 回答
131 浏览

spring-boot - Backbase Integration with Spring Microservices

We want to create middle tier using Spring Microservices which works as communication bridge between Backbase and Finxact. Backbase hosted by another vendor so do not have full control of it. We only need to focus on our Integration layer.

What are the configuration steps we need to follow for?

  1. Making communication between Backbase and our middle tier
  2. Authenticating request coming from Backbase for serving proper response