473,396 Members | 1,884 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Some question about design

Hello!

We have a Windows form application that use remoting to communicate with a
server running some additional software that the windows form application is
using. Note the Windows form application is most certain running on its own
computer(client). We call the server that the Windows form application is
communication with for "app server".
In some special cases the Windows form application and the app server might
be running on the same computer.

The Windows form application is a GUI with many different functionality and
dialogs and forms.

Now to my questions:
Assume I want to have the same functionality and GUI from a web application
as I have from the Windows form application.
How much is it possible to use from the Windows form application when
writing the the web application?
How much do I have to rewrite in asp.net ?
Is the best solution to use asp.net ?
Do I have to change anything in the app server when handling communication
from the web application?
The best would be if the app server would be transparant meaning that both
the Windows form application and the web application
work the identical against the app server so no change is required in the
app server.

As I have understood this, is that asp.net application is running on a web
server(IIS for example). You write your asp.net application by using
the visual tool editor similar to cunstructing GUI for windows forms and
handling event and so on.

The browser will present a GUI using HTML that has been sent from the web
server about the same look and feel as you have when running the web
application from within visual studio. I here assume that you can test and
run you asp.net application from within your IDE in visual studio.
//Tony



Jun 27 '08 #1
1 918


On Apr 18, 4:38 am, "Tony" <johansson.anders...@telia.comwrote:
Hello!

We have a Windows form application that use remoting to communicate with a
server running some additional software that the windows form application is
using. Note the Windows form application is most certain running on its own
computer(client). We call the server that the Windows form application is
communication with for "app server".
In some special cases the Windows form application and the app server might
be running on the same computer.

The Windows form application is a GUI with many different functionality and
dialogs and forms.

Now to my questions:
That will will depend on how well your application is written. if you
have at least two tiers UI and the REST, then you are good. YOu willl
have to just write the Asp.net layer.
Also you might want to go over the REST just to make sure it will work
in web environment( more than one request at a time)

Assume I want to have the same functionality and GUI from a web application
as I have from the Windows form application.
How much is it possible to use from the Windows form application when
writing the the web application?
How much do I have to rewrite in asp.net ?
Is the best solution to use asp.net ?
Do I have to change anything in the app server when handling communication
from the web application?
YOu will still be able to use your existing app serve even with the
web.app
The best would be if the app server would be transparant meaning that both
the Windows form application and the web application
work the identical against the app server so no change is required in the
app server.
As I have understood this, is that asp.net application is running on a web
server(IIS for example). You write your asp.net application by using
the visual tool editor similar to cunstructing GUI for windows forms and
handling event and so on.
The browser will present a GUI using HTML that has been sent from the web
server about the same look and feel as you have when running the web
application from within visual studio. I here assume that you can test and
run you asp.net application from within your IDE in visual studio.

//Tony
Jun 27 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: PHPkemon | last post by:
Hi there, A few weeks ago I made a post and got an answer which seemed very logical. Here's part of the post: PHPkemon wrote: > I think I've figured out how to do the main things like...
53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
9
by: sk | last post by:
I have an applicaton in which I collect data for different parameters for a set of devices. The data are entered into a single table, each set of name, value pairs time-stamped and associated with...
193
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I...
6
by: V. Jenks | last post by:
I apologize if this is the wrong forum for this, I could not locate one that was exactly appropriate for this topic. Over the last couple of years I've been doing a lot of reading on design...
6
by: Peter Oliphant | last post by:
I just discovered that the ImageList class can't be inherited. Why? What could go wrong? I can invision a case where someone would like to add, say, an ID field to an ImageList, possible so that...
28
by: Yuri CHUANG | last post by:
"No newline at the end of your output" is really a problem? I've never learned that before. So I desire to know some tips about writting a program perfectly.Can anyone give me some tips which are...
4
by: Steve | last post by:
I have read a couple articles online, read my Jesse Liberty book but I am still confused as to just what the best practices are for using exceptions. I keep changing how I'm working with them and...
39
by: Digital Puer | last post by:
I'm not the world's greatest C++ programmer, so I had a hard time with these. Some help would be appreciated. 1. Comment on the declaration of function Bar() below: class Foo { static int...
10
by: dolphin | last post by:
Hi All. I have learn the C++ for sometime. Now I want to learn some advance topics. Can someone recommend some advance topic?
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.