473,808 Members | 2,838 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WEB ENABLING a win application: best approach


Hello I have been asking around about some suggestions about the best
way to web enable an existing big Win app (wich includes a magazine
page setter).

Must say with no much success, as most people are sticking either
with win apps or with web app, and it seems there not many people
with working experience in this area.

After some reading I am becoming convinced that the most effective
way is a combination of 2 approach:
-1 Smart client (local download of class to make nice and powerful
UI to talk with the user)

-2 Netstream through socket, serializing objects and session info
to let the smart client talk with the win application running on the

server (running procedures on server side and so on).

I have also explored the possibility to embed winform within IE,
but I see most people are advising against this solution because
there are several problem at the UI level.

I might anyway give the impression to be within IE opening it
(as a control) within the smart client.

I would like to hear some more opinions. Am I on the right track?

-Pam

Jul 3 '06 #1
1 1092
Pam,

In all this you first have to find what the is the audience you are making
your programs for.

There are many ways to enable a winform application over the web either with
a webservice either direct to your database server, however than you should
be able to deploy your winform application on the clients computers.

If that is not possible than you need a webform, however be aware that it is
very restricted because of all security problems in this century to use that
for a real application. (Of course you can make a shop, but a webapplication
is in its nature (way of use) much slower than a winform).

The intermidiate the RichClient, the webpage with winform controls had not
much sence anymore in this century because of the same security problems.

Just something short trying to tell all problems in few sentences.

Cor

<pa***********@ libero.itschree f in bericht
news:11******** **************@ 75g2000cwc.goog legroups.com...
>
Hello I have been asking around about some suggestions about the best
way to web enable an existing big Win app (wich includes a magazine
page setter).

Must say with no much success, as most people are sticking either
with win apps or with web app, and it seems there not many people
with working experience in this area.

After some reading I am becoming convinced that the most effective
way is a combination of 2 approach:
-1 Smart client (local download of class to make nice and powerful
UI to talk with the user)

-2 Netstream through socket, serializing objects and session info
to let the smart client talk with the win application running on the

server (running procedures on server side and so on).

I have also explored the possibility to embed winform within IE,
but I see most people are advising against this solution because
there are several problem at the UI level.

I might anyway give the impression to be within IE opening it
(as a control) within the smart client.

I would like to hear some more opinions. Am I on the right track?

-Pam

Jul 4 '06 #2

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

Similar topics

13
2862
by: BK | last post by:
Can someone point me to a code sample that illustrates executing long running tasks (asynchronous) from a web application in ASP.NET? I assume that Web Services might come into play at some point, but I'm not sure how to get started. For example, I have an application that, upon a user initiating through a button or link click, will go out and generate a bunch of files (this could take several minutes). This will happen in batches, so I...
2
15909
by: Chakkaradeep | last post by:
hi all, as it was discussed earlier in this forum titled,"Execution of Another Application in Services", i got the answer that Services are not meant for executing another applications, but Microsoft has given the options to Interact with Desktop for the Services which need to... I got many C Service Programs wherein they execute another application depending upon the need...when i asked how can it be done in C#, many said it should...
6
5851
by: Parag | last post by:
Hello, I have been assigned the task to design the audit trail for the ASP.NET web application. I don't know what the best practices for such audit trails are. Our application one dedicated user name and password to perform the database operations. I need to capture all the operations which are performed on the database. Also I need to able to capture the operations which directly performed on the backend directly using the tools like...
5
2246
by: Stephane | last post by:
Hi, I want to keep a list of my visitors in an ArrayList which I place in the application object like this: Application("Visitors") = new ArrayList(); // The list of visitors Then, each visitors update their own information in that list for every page they visit.
20
6646
by: Keith G. Murphy | last post by:
I'm trying to get a feel for what most people are doing or consider best practice. Given a mod_perl application talking to a PostgreSQL database on the same host, where different users are logging onto the web server using LDAP for authentication, do most people 1) have the web server connecting to the database using its own user account (possibly through ident), and controlling access to different database entities strictly through...
4
3199
by: nixon | last post by:
Hi there! Im trying to build a 3 tier application that uses a smartclient in the "view" layer. The communication between the smartclient and the server should be webservices because of potentiel firewall issues. I´ve looke at to smartclient demos to figure out how the experts do the stuff, design and overall architecture, Microsofts IssueVision and TaskVision. These applications uses DataSet´s to communicate between the layers and
17
3557
by: Timothy.Rybak | last post by:
Hello all, This is my first attempt at an application, so kid gloves are appreciated. I need to make a very simple form that only has a few elements. One is TraceCode - a text field that is populated when a user scans a label. The other is ScanDate - a date/time field that should equal the date/time of the scan (e.g. 7/31/2006 5:00:00 AM).
1
1988
by: Evan Nelson | last post by:
We are running our website on 3 W2K servers using classic ASP and IIS 5.0. Because the servers are load balanced we don't use the ASP Session object instead we store session type information to the database. Since we don't use them, we do not enable Sessions in IIS We recently purchased a 3rd party application that stores some security information into the Session object. Since the the package is storing and retrieving from the session...
7
1627
by: Ashutosh Bhawasinka | last post by:
Hi, I have a C# .Net application which needs to use some feature which can be only developed in Visual C++ (its extended MAPI). The C# exe will be supplied to users without a setup. What kind of exe/dll should I develop in Visual C++ so that I can meet these requirements 1) No administrator rights are required
0
9721
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10628
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10373
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10374
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10113
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7651
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6880
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5685
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4331
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.