RESTlet是否适合此作业? [英] Is RESTlet suitable for this job?

查看:126
本文介绍了RESTlet是否适合此作业?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

(由于某些原因,我无法登录到其他帐户,因此重新发布此问题很抱歉)

(sorry for reposting this question, for some reason I can't log in to the other account)

RESTlet是执行以下服务器/客户端架构?

Is RESTlet the best choice for performing the following server/client architecture?

1-我们有一个包含数据库和ftp服务器的服务器(在20个客户端的网络中)

1- we have a server containing a database and an ftp server (within a network of 20 clients)

2-网络上的各种用户可以创建用户帐户(存在不同的访问权限)

2- the various users on the network can create user accounts (there exists different access permissions)

3-用户应该能够:

(a)从数据库检索数据或从ftp服务器检索数据

(a) retrieve data from the database or files from the ftp server

(b)在数据库中存储数据或上传文件到ftp服务器

(b) store data in the database or upload files to the ftp server

这不是一个需要UI的Web应用程序,事情是多个程序(与UI)将在客户端计算机和这些程序应该与API交互,以便执行点(a)和(b)作为访问服务器上的数据并在这些程序的UI上显示它们。

This is not a web application that requires a UI, the thing is that multiple programs (with UI) will be developed on the clients computers and these programs should interact with the API in order to do points (a) and (b) as accessing the data on the server and displaying them on the UI of these programs.

我做了一个研究到目前为止,但想得到更多的专家意见。提前感谢。

I made a research so far, but would like to get more expert opinion from you. Thank you in advance

推荐答案

据我所见,这是完全可以使用Restlet。实际上,您可以使用任何技术来实现您的Web API资源:数据库,文件,FTP站点,纯逻辑等。

As far as I can see, this is perfectly doable with Restlet. Actually, you can use any technology to implement your web API resources: databases, files, FTP sites, pure logic, etc.

这篇关于RESTlet是否适合此作业?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆