简体   繁体   English

wso2开发前端商店前端

[英]wso2 developing a frontend store front

I am interested in develop a frontend similar to the WSO2 API Manager's STORE or PUBLISHER applications. 我有兴趣开发类似于WSO2 API Manager的STORE或PUBLISHER应用程序的前端。 The operations I need to implement would be just something like: 我需要实现的操作将类似于:

  • show all available proxies services (or published services) 显示所有可用的代理服务(或已发布的服务)
  • show endpoint of each proxy 显示每个代理的端点

What API / libraries should I use in order to do something similar? 为了执行类似的操作,我应该使用哪些API /库?

Can I build a webapp in php or asp to do that? 我可以在php或asp中构建一个webapp吗?

many thanks 非常感谢

For the front-end applications of WSO2 API Manager,we have used our inbuilt javascript server-side scripting engine called 'Jaggery'.You can find more info about jaggery from here. 对于WSO2 API Manager的前端应用程序,我们使用了内置的JavaScript服务器端脚本引擎“ Jaggery”。您可以在此处找到有关jaggery的更多信息

API Manager related back-end functionalities handle through an implemented java API.And its front-end functions handle through javascript/jquery.All the mapping between back-end API Manager related java based functionalities and front-end javascript functionalities handle through this Jaggery scripting engine. API Manager相关的后端功能通过已实现的Java API处理,其前端功能通过javascript / jquery处理。后端API Manager相关的基于Java的功能与前端javascript功能之间的所有映射均通过此Jaggery脚本处理发动机。 If you view API Publisher/Store source from here , the app directory structure has implemented as a template engine.A blog post related on How to customize the API Publisher/Store front-end apps can be found from here . 如果您从此处查看API Publisher / Store源,则应用目录结构已实现为模板引擎。有关如何自定义API Publisher / Store前端应用的博客文章可从此处找到。

Other than that to implement API Publisher/Store front-end html views we have used bootstrap framework as described here. 除了实现API Publisher / Store前端html视图之外,我们还使用了引导框架,如此处所述

Thanks; 谢谢;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM