473,662 Members | 2,704 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

web application launcher

My name is jawad i am computer software Student at UET .I have an
idea which i want to implement as a final year project..the Idea is to
develop application that reside on server.when user request to server
,according to request appropriate application loaded dynamically in the

client machine in o.s environment.

we have an example of applet,but it runs under another application
which is browser.
My Idea is to develop architectuer for programmers to develop such
type of applications .For this purpose some sort of run time
environment
is required which runs appliction lanched from server.
I use Visual C as development tool.
but the question,how i plug this application in the run time
environment.
1).if appliction is in form of Executables
2).if it is in form of dlls.
3)or some other technique will be used..
4).this type of project is already developed in Visual C.

Need some help to clear these points.

Aug 24 '06 #1
1 1666
On 24 Aug 2006 12:35:54 -0700, "Jawad Rehman" <ja********@gma il.com>
wrote in comp.lang.c++:
My name is jawad i am computer software Student at UET .I have an
idea which i want to implement as a final year project..the Idea is to
develop application that reside on server.when user request to server
,according to request appropriate application loaded dynamically in the
I have seen you post this to several different groups over the past
several days. It is completely off-topic here, as it has nothing to
do with the C++ language.

Also consider that most of the people all over the world who read
these groups have no idea at all what "UET" is.

If all you have is an idea, and no concept at all of the feasibility
or the technical measures needed to implement it, I think you have a
bad idea. Perhaps you should pick another project, one where you
already have some knowledge of what it will take and how to do it.

Perhaps you should consult with your instructor or advisors to see if
this is a realistic project for your level.

Also, your idea of web servers starting independent program on client
computers is what criminals do to exploit security holes in operating
systems and web browsers, and hijack computers to turn them into
zombies. This alone probably makes it a bad idea for a school
project.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.l earn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Aug 24 '06 #2

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

Similar topics

3
1933
by: DraguVaso | last post by:
Hi, I have an VB.NET application that uses an OCX for some control. I integrated the application with the .NET Application Updater Component (http://windowsforms.net/articles/appupdater.aspx) to copy automaticly new versions of the application to the clients. The problem is: it copies the OCX, but the OCX isn't registered. Everything works fine until the the directory of the old version is deleted: The application doesn't find anymore...
1
1203
by: Ralph Krausse | last post by:
When someone refers to a Windows form applications, are they just talking a plain o'l vanilla Windows application written in .NET? Thanks Ralph Krausse www.consiliumsoft.com Use the START button? Then you need CSFastRunII...
5
2361
by: Alex Stevens | last post by:
Hi All, I'm writing a launcher program which checks for updates and copies them down to the client. However, I would like the user to be able to modify the settings for the launcher. As this runs automatically, I would like it to be configurable by the user holding down the shift key when double-clicking my exe, to bypass the usual update routine and start the config form. Access does something similar, by holding down the shift to...
3
2106
by: Steve | last post by:
I have a windows based job logging application. The database for this sits on a central server. There are probably about 50-100 users, distributed across our network but at various sites. When I build my application in visual studio in Release mode, I get an executable. How do I distribute this? Do I create an instal package, then run this on every machine in the company that wants to run the app? Or can I install the executable onto...
0
1076
by: Dmitry Kostenko | last post by:
Hello, All. This is a .Net question, not precisely C#. I have a quite heavy Windows Forms application. I'm using third party custom controls (i.e. most of controls on the forms use custom painting using .Net + GDI+). I have compared the performance of application when it was started standalone (from the shell) and from other .Net application using new application domain and AppDomain.ExecuteAssembly(); the application in second...
4
4139
by: Ralph Krausse | last post by:
ViewState = "Bill"; -- This statement will send that to the browser and hash it into the __VIEWSTATE hidden varible Application = "Bill"; -- This statement will keep this info on the server Session = "Bill"; -- This statement will keep this info on the server
0
3581
by: Mart | last post by:
Hi, I have just written (my first) VB.net app using MS Visual Basic 2005 Express Edition Beta. It is fairly simple, it reads some configuration data from an XML file then opens a new window containing a WebBrowser object. This all works fine and I'm happy with my app so I want to 'publish' to a setup file so that others can install it, but when I publish it a get the following errors:
9
2975
by: jeff | last post by:
Hi All. I realize that when my Deployed winforms application starts, Windows needs to load the .net 2 framework before control is given to my application.... Is there anyway to either ... - preload the .net 2 framework (windows startup or whatever) - splash a screen ... application loading ... please wait ... type of
2
3973
by: astolpho | last post by:
I am using a slightly outdated reference book on J2EE programming. It gives 2 methods of creating a database used in its casestudies. The first is an ANT script that gives the following output: D:\original\CaseStudy-2-5\CaseStudy\Day02\exercise>asant database Buildfile: build.xml env-user: prop-user: set-user:
3
6759
by: ravit | last post by:
Hello All, I am trying to execute an application that is developed using eclipse libraries. Jface, SWT , etc. While I execute the application , i have received an exception which I am unable to trace it. TextViewer.setSelection(100,true); is the statement whre it araised. TextViewer is org.eclipse.jface.text.SourceViewer object.
0
8345
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8547
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
7368
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6186
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
5655
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
4348
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2763
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
2
1999
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1754
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.