English 中文(简体)
REST for ebusinesssite [los]
原标题:REST for ecommerce site [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.


I am looking at the creation of a large ecommerce portal that can be used to select items, update quantity, place orders, and ask the shipper to pick up items. A lot of this is transactional in nature like billing, payment, shipping etc.

太平洋共同体秘书处的做法似乎是进行这种分配处理的传统方式。

I am new to REST, and I know the basics. What scenarios can REST be used in a large transactional ecommerce portal?

问题回答

确实,教育、科学和技术部会给你带来好处。

我认为,你应当从亚历山大·圣马力诺s网站http://docs.google.com/View?id=dwdq5_2csz22wfd&pageview=1&hgd=1,他在使用REE交易的细节上作了解释。

我请question on REST。 几天前,这些反馈非常好。 或许其中一些也使你受益。

可以肯定地将教育、科学和技术用于这类应用。

然而,应当谨慎处理“交易”一词。 如果你把交易称作“<>数据库交易,可以自动收回”,那么就必须认识到这些交易应当<>位于“REST”接口后面。

如果通过交易,你指的是“用户可以选择完成或取消的一系列步骤”,那么,投资和技术部可以将这些交易作为addition resources的模式。





相关问题
Allow RESTful DELETE method in asp.net mvc?

im currently setting up asp.net to accept DELETE http verb in the application. However, when i send "DELETE /posts/delete/1" i always get a 405 Method not allow error. I tried to take a look at ...

Most appropriate API for URL shortening service

I ve just finished an online service for shortening URLs (in php5 with Zend Framework); you can enter an URL and you get an short URL (like tinyurl and such sites). I m thinking about the API for ...

Use HTTPClient or HttpUrlConnection? [closed]

We re implementing a REST client on JRE 1.4. Seems two good options for a client REST framework are HttpClient and HttpUrlConnection. Is there a reason to use HttpClient over the JRE s ...

Why can t I find the truststore for an SSL handshake?

I m using the Spring RESTTemplate on the client side to make calls to a REST endpoint. The client in this case is a Spring app and Tomcat is the servlet container. I m running into issues making a ...

Which Http redirects status code to use?

friendfeed.com uses 302. bit.ly uses 301. I had decided to use 303. Do they behave differently in terms of support by browsers ?

Three Step Buyonline The RESTful way

We are re-developing our buyonline functionality and we are doing it the RESTful way. The process is a three step one and the customer is asked to enter data at each step. Let s say the three URL s ...

热门标签