Re: Limits of Web

2001-09-25 Thread Jim Cheesman
] [EMAIL PROTECTED] Date: Monday, September 24, 2001 8:22 AM Subject: Re: Limits of Web At 04:59 PM 24/09/01, you wrote: I have a question regarding the limits of web applications. I sent out an e-mail requesting help for a problem with submitting multiple forms and the responses I am getting

Re: Limits of Web

2001-09-25 Thread Pae Choi
repeat: Secure, fast loading, reliable, easy to use (?) - this you call easy??? Micael -Original Message- From: Jim Cheesman [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, September 24, 2001 8:22 AM Subject: Re: Limits of Web At 04:59

Re: Limits of Web

2001-09-25 Thread Brett M. Bergquist
] Sent: Monday, September 24, 2001 4:38 PM Subject: Re: Limits of Web Brett, I 've a question regarding the communication between the Applet and Servelt (server). How can I send the XML file to the Sevlet from the Applet(Client) And also how can I get back the XML file with results from

Re: Limits of Web

2001-09-25 Thread Sulman . Jeff
Pae, I agree completely except for one thing, we are not learning the hard way. We started with a small, none enterprise application using one archetecture and realize that it is barely capable of handling what we are doing. All I am doing now is seeing if there are other archetectures out

Re: Limits of Web

2001-09-25 Thread Jonathan Eric Miller
session/state information on the server side which solves this problem. Jon - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 24, 2001 9:59 AM Subject: Limits of Web I have a question regarding the limits of web applications. I sent out an e-mail

Re: Limits of Web

2001-09-25 Thread Jonathan Eric Miller
Unless, Web forms are inadequate, I wouldn't use applets at all, I'd just make it completely server-side and use servlets. Jon - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 24, 2001 10:43 AM Subject: Re: Limits of Web When we started

Limits of Web

2001-09-24 Thread Sulman . Jeff
I have a question regarding the limits of web applications. I sent out an e-mail requesting help for a problem with submitting multiple forms and the responses I am getting say I am nuts for trying to do such complicated application on the Web. My problem is that I work for a government agency

RE: Limits of Web

2001-09-24 Thread Simphoukham, Southin
. Even with all the JavaScripts out there it still is hard. Southin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 9:59 AM To: [EMAIL PROTECTED] Subject: Limits of Web I have a question regarding the limits of web applications. I sent

Re: Limits of Web

2001-09-24 Thread Jim Cheesman
At 04:59 PM 24/09/01, you wrote: I have a question regarding the limits of web applications. I sent out an e-mail requesting help for a problem with submitting multiple forms and the responses I am getting say I am nuts for trying to do such complicated application on the Web. My problem

RE: Limits of Web

2001-09-24 Thread Simphoukham, Southin
Security -Original Message- From: Jim Cheesman [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 10:27 AM To: [EMAIL PROTECTED] Subject: Re: Limits of Web At 04:59 PM 24/09/01, you wrote: I have a question regarding the limits of web applications. I sent out an e-mail

RE: Limits of Web

2001-09-24 Thread Brett Knights
on the javasoft web site) as a way to automatically deploy changes in a SWING based app to clients. HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 7:59 AM To: [EMAIL PROTECTED] Subject: Limits of Web I have a question

Re: Limits of Web

2001-09-24 Thread Sulman . Jeff
When we started with this app it we did not have the skills needed to develop Swing applets. Now the problem appears to be the speed of these applets. They are way to slow. They also expect it to be as fast as their Client Server Applications. Plus the company I work for is paranoid about

Re: Limits of Web

2001-09-24 Thread Pae Choi
Then, they need to get help by getting professionals. One would be the architect who can help you folks at least understand what is the difference between the thin and thick clients. Second would be the security speciality who can help you folks understand that the security is not a joke

Re: Limits of Web

2001-09-24 Thread Sulman . Jeff
] hlink.net cc: Subject: Re: Limits of Web

Re: Limits of Web

2001-09-24 Thread Brett M. Bergquist
are quite responsive and have the gui needed. Just to let you know what we did. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 24, 2001 12:54 PM Subject: Re: Limits of Web I asked for help w/technical issues not advice on how to manage

Re: Limits of Web

2001-09-24 Thread Sulman . Jeff
] brettb@mail.cc: com Subject: Re: Limits of Web

Re: Limits of Web

2001-09-24 Thread Micael Padraig Og mac Grene
] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, September 24, 2001 8:22 AM Subject: Re: Limits of Web At 04:59 PM 24/09/01, you wrote: I have a question regarding the limits of web applications. I sent out an e-mail requesting help for a problem with submitting multiple forms and the responses

Re: Limits of Web

2001-09-24 Thread Brett M. Bergquist
Subject: Re: Limits of Web Brett, Thanks for your detailed reply. The application will be deployed in an internet environment. A few more questions. Some of our applets will have 12 - 15 tab pages each w/its own set of data. Is it feasible to get an quick enough response with this type of gui

Re: Limits of Web

2001-09-24 Thread Micael Padraig Og mac Grene
. -Original Message- From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, September 24, 2001 8:51 AM Subject: Re: Limits of Web When we started with this app it we did not have the skills needed to develop Swing applets. Now the problem appears

Re: Limits of Web

2001-09-24 Thread Sulman . Jeff
: com Subject: Re: Limits of Web

Re: Limits of Web

2001-09-24 Thread Brett M. Bergquist
Exactly. In my case, instead of performing SQL on a database, I perform SNMP on a network device. The same logic applies, however. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 24, 2001 3:49 PM Subject: Re: Limits of Web Brett, Again

Re: Limits of Web

2001-09-24 Thread Chinni . Venkateswara
, however. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 24, 2001 3:49 PM Subject: Re: Limits of Web Brett, Again thanks for the reply. One more question regarding XML. When you send the XML request info, do you send the data as well