Google Groups Home
Help | Sign in
Web Application Client Module
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Raffi  
View profile
 More options Apr 12 2005, 5:11 pm
Newsgroups: comp.lang.java.programmer, comp.lang.java.security, comp.lang.java, comp.lang.python, comp.lang.php
From: "Raffi" <thegrizz...@yahoo.com>
Date: 12 Apr 2005 14:11:27 -0700
Local: Tues, Apr 12 2005 5:11 pm
Subject: Web Application Client Module
Hi All,

I hope I'm posting this question to the correct newsgroups. We have a
web based database application that's accessed using IE. The
application opens a popup window to run in. With all the popup blockers
and compromised browsers out there, I'm looking into developing a web
based custom client side application to access the application with.
The application will be developed to only reach the web application
site using the https protocol. It also needs to javascript enabled. It
will be downloaded from the main web site and used to access the
database application.

Any suggestions/ideas on how to go about developing the client
application? What tools tools are out there for such a project.

Thanks,
Raffi


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kane  
View profile
 More options Apr 12 2005, 6:07 pm
Newsgroups: comp.lang.java.programmer, comp.lang.java.security, comp.lang.java, comp.lang.python, comp.lang.php
From: "Kane" <jason.w.k...@gmail.com>
Date: 12 Apr 2005 15:07:00 -0700
Subject: Re: Web Application Client Module
Since you need javascript the cheap-n-dirty approach (xml parser, gui
library of your choice and just enough widget logic/https for your app
to work) is a no-go.  I don't know of a python  library with html
rendering and javascript (and https support could easily be another
barrier).

Another option starts with Mozilla/Firefox; just strip away all
unnecessary GUI 'features' with a customized XUL.  I imagine you could
effectivly hardcode the 'home' URL and make the location bar read-only
without great effort.  That will give you HTTPS support, html rendering
and full javascript fairly painlessly.

Course' if your app was designed and tested for IE only you'll have to
wrap the MS rendering/javascript IE libraries.  Plenty of commercial
programs do it (AIM and Quickbooks come to mind) but I've never tried
and suspect there are serious licencing hurdles.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chung Leong  
View profile
 More options Apr 12 2005, 10:29 pm
Newsgroups: comp.lang.java.programmer, comp.lang.java.security, comp.lang.java, comp.lang.python, comp.lang.php
From: "Chung Leong" <chernyshev...@hotmail.com>
Date: Tue, 12 Apr 2005 22:29:06 -0400
Local: Tues, Apr 12 2005 10:29 pm
Subject: Re: Web Application Client Module

"Raffi" <thegrizz...@yahoo.com> wrote in message

news:1113340287.265724.137300@f14g2000cwb.googlegroups.com...

> Hi All,

> I hope I'm posting this question to the correct newsgroups. We have a
> web based database application that's accessed using IE. The
> application opens a popup window to run in. With all the popup blockers
> and compromised browsers out there, I'm looking into developing a web
> based custom client side application to access the application with.
> The application will be developed to only reach the web application
> site using the https protocol. It also needs to javascript enabled. It
> will be downloaded from the main web site and used to access the
> database application.

> Any suggestions/ideas on how to go about developing the client
> application? What tools tools are out there for such a project.

It's easy. Just create an application that hosts the MSHTML ActiveX control
(IE itself minus the interface). With tools like Delphi or Visual Basic,
it's literally a matter of dragging and dropping the control into the form.
Even in Visual C++ it's not that hard.

Forcing Javascript to be on is somewhat more tricky. There are a couple COM
interfaces that you to implement.

I suggest you google "MSHTML hosting" for more info. The newsgroup
microsoft.public.inetsdk.programming.mshtml_hosting is also an excellent
resource.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Berislav Lopac  
View profile
 More options Apr 13 2005, 3:15 am
Newsgroups: comp.lang.java.programmer, comp.lang.java.security, comp.lang.java, comp.lang.python, comp.lang.php
From: "Berislav Lopac" <berislav.lo...@lopsica.com>
Date: Wed, 13 Apr 2005 09:15:34 +0200
Local: Wed, Apr 13 2005 3:15 am
Subject: Re: Web Application Client Module

Raffi wrote:
> Hi All,

> I hope I'm posting this question to the correct newsgroups. We have a
> web based database application that's accessed using IE. The
> application opens a popup window to run in. With all the popup
> blockers and compromised browsers out there, I'm looking into
> developing a web based custom client side application to access the
> application with. The application will be developed to only reach the
> web application site using the https protocol. It also needs to
> javascript enabled. It will be downloaded from the main web site and
> used to access the database application.

> Any suggestions/ideas on how to go about developing the client
> application? What tools tools are out there for such a project.

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/ht...

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raffi  
View profile
 More options Apr 13 2005, 5:25 pm
Newsgroups: comp.lang.java.programmer, comp.lang.java.security, comp.lang.java, comp.lang.python, comp.lang.php
From: "Raffi" <thegrizz...@yahoo.com>
Date: 13 Apr 2005 14:25:44 -0700
Local: Wed, Apr 13 2005 5:25 pm
Subject: Re: Web Application Client Module

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/ht...

Thanks for the suggestions. They'll give me the starting point I need.

Raffi


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google