Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to implement Hybris UI with Route

2025-01-30 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/01 Report--

How to carry out the Route implementation of Hybris UI, many novices are not very clear about this, in order to help you solve this problem, the following editor will explain for you in detail, people with this need can come to learn, I hope you can get something.

Log in to the Hybris front desk and select Digital camera in product catalog:

Click on a product to enter the details page:

Pay attention to the url of the product details:

The routing of this detail page is very similar to the routing idea of SAP UI5.

In SAP UI5 applications, each page has a corresponding routing configuration information. The structure of this information is shown in the following figure, containing the logical name of a page, the target url of the route, and the actual name of the page. The detail we see in the browser address bar is a logical name.

Back at Hybris, the processing of this url https://localhost:9002/yacceleratorstorefront/electronics/en/Open-Catalogue/Cameras/Digital-Cameras/Digital-Compacts/DSC-H20/p/1978440_blue request is left to the controller ProductPageController of the folder pages:

According to the annotation @ requestmapping provided by SpringMVC, the current product number is automatically assigned to the variable productCode at run time, and then the data of the corresponding product is taken out through a path like CRM WebUI BOL layer- > Genil layer- > DB layer, and finally populated to the model variable. This model variable is finally used to display the data on the JSP UI.

Is it helpful for you to read the above content? If you want to know more about the relevant knowledge or read more related articles, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report