在研究应用程序的功能流程时应注意哪些要点... [英] What key points are to be noted down while studying functional flow of the application...

查看:52
本文介绍了在研究应用程序的功能流程时应注意哪些要点...的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我必须创建一个Web应用程序,并且已经为我提供了该应用程序的桌面版本,以了解其功能流程.桌面版本是在oracle中,而Web应用程序是在.net中.在研究应用程序的功能流程时应注意哪些要点...
例如:记下从特定表单保存数据的表...

我应该关注哪种类型的信息...

I have to create a Web application and i have been provided a desktop version of application to understand the functional flow. The desktop version is in oracle and the web application is to be made in .net ..What key points are to be noted down while studying functional flow of the application...
Eg: making note of tables where data is saved from a particular form...

What type of information should i focus on...

推荐答案

桌面版本在oracle中,而Web应用程序应在.net中进行
您知道什么是Oracle和什么.NET吗?

Oracle是数据库,而.NET是框架.


记录从特定表单保存数据的表...
如果需要,您可以继续使用相同的数据库.它将托管在服务器上,您可以通过连接字符串将其连接.



我必须创建一个Web应用程序,并且已经为我提供了该应用程序的桌面版本,以了解其功能流程.
您需要查看其中有多少种表单,支持哪些功能,功能和业务逻辑(如果有).您需要了解软件的需求,然后使用Oracle数据库(或任何其他必要的数据库)作为后端在Web应用程序中复制功能.
The desktop version is in oracle and the web application is to be made in .net
Are you aware of what Oracle is and what .NET is?

Oracle is a database whereas .NET is a framework.


making note of tables where data is saved from a particular form...
You can continue using same database if needed. It will be hosted on a server and you can connect it via a connection string.



I have to create a Web application and i have been provided a desktop version of application to understand the functional flow.
You need to look at how many forms are there, what features are supported, functionality and business logic if any. You need to understand the need of software and then replicate the features in web application with Oracle database(or any other if needed) as a back-end.


用于理解一个应用程序并制作另一个应用程序应用程序,您需要注意很多事情.

首先,Sandeep是正确的,Oracledatabase,如果是framework或.NET技术,它将允许您为应用程序创建前端(例如Web窗体或桌面窗体),而Oracle提供了后端.用于将数据存储到数据库.此外,Microsoft SQL server与Oracle相同,可以将数据存储在数据库中.

你说你已经被提供了desktop application,而你将成为web application.

1)桌面应用程序比Web应用程序快,因为它可以直接在您的计算机上运行,​​而Web应用程序是通过Internet或Intranet运行的,因此它会因网络连接性而变慢.

2)有些功能可在桌面上使用,而某些功能无法在Web上使用,因此您需要对此加以注意,还需要找到该功能的替代方法以使其在Web上可用.
3)您需要检查每种形式的桌面应用程序,并且需要详细研究其背后的功能区域,因此您可以轻松地理解开发Web应用程序时需要做的事情.

4)为此,您可以编写一份功能流程文档,并写下其中的每个要点,这样对您和其他人都将非常有帮助,有助于您理解应用程序的功能领域.


这些是了解应用程序功能流程时需要注意的主要事情.
For understanding one application and making another application based on that you need to tack care these many things.

First of all Sandeep is right, Oracle is database and .NET if framework or technology which will allow you to create front-end side for your application like web form or desktop form, while Oracle provide back-end side for storing data to database. Also Microsoft SQL server is same as Oracle to store data in database.

you say you have been provided desktop application and you are going to make web application.

1) Desktop application faster than your web application because it will directly run from your machine while web application is run over internet or intranet so it will somehow slow based on network connectivity.

2) Some functionality works on desktop while some are not possible on web so you need to tack care for that, and also need to find alternate for that functionality to make work on web.
3) You need to check each and every form of desktop application and need detail study for functional area behind that, so you can easily understand what you need to do while developing your web application.

4) For this you can make one document for functional flow and write down each and every point there so it will very help full to you as well as others to understand the functional area of application.


These are the major thing you need to tack care while understanding an application functional flow.


这篇关于在研究应用程序的功能流程时应注意哪些要点...的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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