What is the importance of CLASSID , in autodownloading JRE of my own choice,
I mean if I only change
http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#V
ersion=1,4,2,0
and do not change classid in my JSP file then will it work properly. Can I
ignore CLASSID value completely.

S H A K E E L   A H M A D
(EE, SCJP, SCWCD & SCBCD)

Northstar Technologies, Inc.



-----Original Message-----
From: QM [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 24, 2004 11:08 AM
To: Tomcat Users List
Subject: Re: JSTL / MYSQL JDBC / TOMCAT 5


On Mon, Aug 23, 2004 at 09:09:45AM -0400, Williams, Mark L CIV NSWC-PC
wrote:
: That said, are there any observations about the feasibility of using
: Swing for building GUIs to be used via browser?

Using the web as a conduit for applets (Swing apps) defeats the purpose
of the web's "thin-client" design. ;) If you want a web-based app, aim
for thin technologies -- that is, server-side computations and resources
-- and you can save yourself some headaches.


: I find too many
: unexpected browser peculiarities when trying to do anything too
: complicated (probably just me, but...) and would like to use something
: more definitively controlled (or more predictable in operation). All my
: users will be using MS Internet Explorer, typically v5.5.

If you have control over the deployment environment then you can go
whole-hog with browser-specific markup and javascript.  Many companies
do this internally and it simplifies testing, deployment, etc.

-QM


--

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to