[no subject]

2004-08-10 Thread [Your Full Name]
Please, delete my address on your list!
Many thanks.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2004-05-06 Thread [Falguni Mehta]
In Jsp the page directive takes an attribute session. What I understood
of this attribute is that if the attribute is set to false, an instance
of HttpSession is not created  and if it is set to true the instance
gets created.
My question is why is this attribute required because in the jsp page I
willl be writing
%
HttpSession session=request.getSession(true);
session.setAttribue( ___,___);
%

If I am writing the above code what is the use of the session attribute
in the page directive.
Please help me!!!


Regards
Falguni Mehta


MASTEK
Making a valuable difference
Mastek in NASSCOM's 'India Top 20' Software Service Exporters List.
In the US, we're called MAJESCO

~~
Opinions expressed in this e-mail are those of the individual and not that of Mastek 
Limited, unless specifically indicated to that effect. Mastek Limited does not accept 
any responsibility or liability for it. This e-mail and attachments (if any) 
transmitted with it are confidential and/or privileged and solely for the use of the 
intended person or entity to which it is addressed. Any review, re-transmission, 
dissemination or other use of or taking of any action in reliance upon this 
information by persons or entities other than the intended recipient is prohibited. 
This e-mail and its attachments have been scanned for the presence of computer 
viruses. It is the responsibility of the recipient to run the virus check on e-mails 
and attachments before opening them. If you have received this e-mail in error, kindly 
delete this e-mail from all computers.
~~


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2004-05-06 Thread Hemanth Kumar

Hello falguni..

 Well, JSP makes available certain implicit object(like request,
response, session, application, pagecontext etc..) for your use directly in
the jsp pages. Now, if you say session=false in the page  directive, then
the implicit object session is not created when the jsp is transformed to a
servlet and the same is available if its set to true, by default its always
true.
 Not you might have a question as to why this option is only given for
the session object and not for other object. Well to my knowledge web
server to support additional  users/traffic has tendency to persist the
session object. Now when a session is read it might be performance
drawback, i think this option is available to avoid this bottleneck. So
unless u need it dont have it.
 Also the code what u have written will result in a jsp error as a
variable with name session would have already been declared if u havent
said false in the page directive. If u give a different name it will work
but not considered a good practice as it already available to u..
  people pls correct me if i am wrong anywhere.

Regards
Hemanth Kumar.S.Jain





[Falguni Mehta]
[EMAIL PROTECTED]To: [EMAIL PROTECTED]
COM cc: (bcc: hemanthkumar.s/Polaris)
Sent by: A   Subject:
mailing list
about Java Server
Pages
specification and
reference
[EMAIL PROTECTED]
A.SUN.COM


05/06/2004 04:00
PM
Please respond to
A mailing list
about Java Server
Pages
specification and
reference






In Jsp the page directive takes an attribute session. What I understood
of this attribute is that if the attribute is set to false, an instance
of HttpSession is not created  and if it is set to true the instance
gets created.
My question is why is this attribute required because in the jsp page I
willl be writing
%
HttpSession session=request.getSession(true);
session.setAttribue( ___,___);
%

If I am writing the above code what is the use of the session attribute
in the page directive.
Please help me!!!


Regards
Falguni Mehta


MASTEK
Making a valuable difference
Mastek in NASSCOM's 'India Top 20' Software Service Exporters List.
In the US, we're called MAJESCO

~~

Opinions expressed in this e-mail are those of the individual and not that
of Mastek Limited, unless specifically indicated to that effect. Mastek
Limited does not accept any responsibility or liability for it. This e-mail
and attachments (if any) transmitted with it are confidential and/or
privileged and solely for the use of the intended person or entity to which
it is addressed. Any review, re-transmission, dissemination or other use of
or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. This e-mail and
its attachments have been scanned for the presence of computer viruses. It
is the responsibility of the recipient to run the virus check on e-mails
and attachments before opening them. If you have received this e-mail in
error, kindly delete this e-mail from all computers.
~~



===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com





===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com
This e-Mail may contain proprietary and confidential information and is sent for the 
intended recipient(s) only.
If by an addressing or transmission error this mail has been misdirected to you, you 
are requested to delete this mail immediately.
You are also hereby notified that any use, any form of reproduction, dissemination, 
copying, disclosure, modification,
distribution and/or publication of this e-mail message, contents or its attachment 
other than

[no subject]

2003-11-15 Thread Peter
hi all
is it possible to configure J2EE app server provided by SUN in windows 98

Regards
Peter

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


Re: No Subject

2003-11-15 Thread Harshad Riswadkar
No, the operating systems supported are

Table B-1 Supported Operating Systems and J2SE SDKs Operating System
 Corresponding
J2SE Version

Solaris 8 Operating Environment
Solaris 9 Operating Environment
 1.4

Windows XP Professional Edition
Windows 2000 Professional Edition
 1.4

Linux Redhat 7.2
 1.4



Note: If an operating system or J2SE SDK version is not listed in the
preceding table, it has not been tested and is not supported.


Excerpts from the Readme file of J2EE 1.4.0 installed in my system.
On Sat, 15 Nov 2003 16:20:39 +0530, Peter [EMAIL PROTECTED]
said:
 hi all
 is it possible to configure J2EE app server provided by SUN in
 windows 98

 Regards
 Peter

 ===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com

--
http://www.fastmail.fm - Or how I learned to stop worrying and
  love email again

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-11-15 Thread Mark Galbreath
Sure!  Just following the instructions at http://ru.sun.com/win/java/.

Mark

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Sent: Saturday, November 15, 2003 5:51 AM
To: [EMAIL PROTECTED]
Subject:


hi all
is it possible to configure J2EE app server provided by SUN in windows
98

Regards
Peter

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-08-14 Thread Lai, Kenny
hello..
having a lil trouble figuring out how to convert a PrintWriter object to
InputSource..

strapped for time and i'm not thinking clearly today, can anyone help

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-08-07 Thread Dharmendra Sharan
Hi Kenny,

  InputSource constructor can use an InputStream, while PrintStream is subclassed from 
OutputStream.

  I think I had to do something like it earlier when I was doing some XSL:FO work 
(XSLT transformation).

  // get the size of the data to be transformed, don't exactly remember
  // I guess I got it from the Http request contentlength...
  int size = request.getContentLength();
  ByteArrayOutputStream baos = new ByteArrayOutputStream(size);
  InputSource is = new InputSource(new ByteArrayInputStream(baos.toByteArray()));

  Hope this helps,

  Regards,

  Dharmendra

ps: have a nice day!

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Lai, Kenny
Sent: Wednesday, August 06, 2003 1:48 PM
To: [EMAIL PROTECTED]
Subject: 


sorry.. meant PrintStream/OutputStream to InputSource..

(I'm clearly not here today)

-Original Message-
From: Lai, Kenny [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 1:25 PM
To: [EMAIL PROTECTED]
Subject:


hello..
having a lil trouble figuring out how to convert a PrintWriter object to
InputSource..

strapped for time and i'm not thinking clearly today, can anyone help

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mail transmission cannot be guaranteed to be secure or error-free
as information could be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The sender therefore
does not accept liability for any errors or omissions in the contents
of this message which arise as a result of e-mail transmission.  If
verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities or
related financial instruments.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-08-06 Thread Lai, Kenny
sorry.. meant PrintStream/OutputStream to InputSource..

(I'm clearly not here today)

-Original Message-
From: Lai, Kenny [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 1:25 PM
To: [EMAIL PROTECTED]
Subject:


hello..
having a lil trouble figuring out how to convert a PrintWriter object to
InputSource..

strapped for time and i'm not thinking clearly today, can anyone help

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-07-29 Thread Peter
hi i need a misc..hlp
this is no way related to this group but still i put this question..since i know this 
group has elite personalities with logical brain.. 
assume there is a series of nos is 3,4,5,6,7,9
the nos are from data base .. i want the maximum three nos in a three variables ..
any java code will be helpful
no arrays please..

Best Regards
Peter

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-07-29 Thread Lakshmeenarayana
put them in integer array and use Arrays.sort(int[] arr) method.



-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Sent: Tuesday, July 29, 2003 3:48 PM
To: [EMAIL PROTECTED]
Subject:


hi i need a misc..hlp
this is no way related to this group but still i put this question..since i
know this group has elite personalities with logical brain..
assume there is a series of nos is 3,4,5,6,7,9
the nos are from data base .. i want the maximum three nos in a three
variables ..
any java code will be helpful
no arrays please..

Best Regards
Peter

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-07-29 Thread Pradeep Kumar
Use a query like this:

select max(emp_id) from employee  where emp_id (select max(emp_id) from
employee)

 -Original Message-
From:   Lakshmeenarayana [mailto:[EMAIL PROTECTED] 
Sent:   Tuesday, July 29, 2003 4:32 PM
To: [EMAIL PROTECTED]
Subject:

put them in integer array and use Arrays.sort(int[] arr) method.



-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Sent: Tuesday, July 29, 2003 3:48 PM
To: [EMAIL PROTECTED]
Subject:


hi i need a misc..hlp
this is no way related to this group but still i put this question..since i
know this group has elite personalities with logical brain..
assume there is a series of nos is 3,4,5,6,7,9
the nos are from data base .. i want the maximum three nos in a three
variables ..
any java code will be helpful
no arrays please..

Best Regards
Peter

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



DISCLAIMER:
This message (including attachment if any) is confidential and may be privileged. 
Before opening attachments please check them for viruses and defects. MindTree 
Consulting Private Limited (MindTree) will not be responsible for any viruses or 
defects or any forwarded attachments emanating either from within MindTree or outside. 
If you have received this message by mistake please notify the sender by return  
e-mail and delete this message from your system. Any unauthorized use or dissemination 
of this message in whole or in part is strictly prohibited.  Please note that e-mails 
are susceptible to change and MindTree shall not be liable for any improper, untimely 
or incomplete transmission.

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-07-17 Thread Alex Zhang

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-06-11 Thread Zerbe John W
This is a question for your database vender.

-Original Message-
From: Velmurugan (Java Team) [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 10, 2003 10:40 AM
To: [EMAIL PROTECTED]
Subject: 


Hi

I would like to know the details about how the application servers handle's connection 
pooling. please explain about the concept of connection pooling. How do the database 
licensing purchased in the connection pooling scenario? If my java web application 
going to acccess more than 300 concurrent users, how many database licenses needs to 
be purchased?

Thanks and Regards,

Velmurugan P
Java Team.

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


DISCLAIMER:
The information contained in this e-mail may be confidential and is intended solely 
for the use of the named addressee. Access, copying or re-use of the e-mail or any 
information contained therein by any other person is not authorized. If you are not 
the intended recipient please notify us immediately by returning the e-mail to the 
originator.

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-06-10 Thread Velmurugan (Java Team)
Hi

I would like to know the details about how the application servers handle's connection 
pooling. please explain about the concept of connection pooling. How do the database 
licensing purchased in the connection pooling scenario? If my java web application 
going to acccess more than 300 concurrent users, how many database licenses needs to 
be purchased?

Thanks and Regards,

Velmurugan P
Java Team.

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-05-28 Thread Priti Chhetri
what are the implicit objects of JSP.?

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-05-28 Thread Bryan LaPlante
Most of them are contained in these two packages.
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/package-summary.htm
l

http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/jsp/package-summary.html

- Original Message -
From: Priti Chhetri [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 12:57 AM


what are the implicit objects of JSP.?

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-05-28 Thread Pavnesh
Here are the implict objects of JSp
request
response
session
out
config
page
page context
application
error

- Original Message -
From: Priti Chhetri [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, May 28, 2003 11:27 AM


what are the implicit objects of JSP.?

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-03-09 Thread SKarthikeyan
Hi All
 
Can anyone state me the main difference between 
Response.sendRedirect()  forward methods in JSP.
 
regards
 
S.Karthikeyan
 
 
 
èº{.nÇ+‰·¦j)m¢X¬¶¾6¯jr‰°ŠØ[¡Šè}òRƒSLZ+v(²Š[h–+-±êél¶èw+´” 
ÔÄDD“[EMAIL 
PROTECTED](œ”±mçèºwZ¶m§ÿãjö¬ºw(›úk¡¶Ïm¶Ÿÿj·!Šéo§µêØmšXm¶Ÿÿ~ŠîšÈ«.Ê†Ûiÿü0Â;)Š{uê

[no subject]

2003-02-28 Thread Peter
hi amit  brimhall
 thanks for the valuble comments
regards
peter
- Original Message -
From: Jaime Brimhall [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 27, 2003 9:52 PM


 Yes, precompilation can be done. We precompiled an entire web app and it
 works wonderfully.


  [EMAIL PROTECTED] 2/27/2003 5:58:42 AM 
 well, its only the first time that any user hits the jsp is converted
 intoa
 servlet.. and a class file is created..

 but the next iterations are done only on a time interval, the app
 server
 checks if the jsp has changed.. if so then it will redo the proces of
 converting to servlet and compiling..

 this interval can be set by you..,

 another thing.. if u cant go thro the final deployment server, I think
 u can
 pre compile the jsps and use them

 and u can extend other classes in the page directive

 %@ page extends=class_name%

 -Original Message-
 From: A mailing list about Java Server Pages specification and
 reference
 [mailto:[EMAIL PROTECTED] Behalf Of Peter
 Sent: Thursday, February 27, 2003 4:36 AM
 To: [EMAIL PROTECTED]
 Subject:


 Fine thanks for the comments on jsp

 Actually jsp is converted into servlet before exciting does that incur
 any
 over head.
 Also I have a doubt sevlet is a java file we can play  with inheritance
 that
 is
 public final class XpressMoneyPaymentCancel extends HttpServletJXGB_Fa

 where HttpServletJXGB_Fa extends httpservlet is possible
 how to do it in jsp please guide

 Thanks  Regards
 peter

 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-02-27 Thread Peter
Fine thanks for the comments on jsp

Actually jsp is converted into servlet before exciting does that incur any over head.
Also I have a doubt sevlet is a java file we can play  with inheritance that is 
public final class XpressMoneyPaymentCancel extends HttpServletJXGB_Fa

where HttpServletJXGB_Fa extends httpservlet is possible
how to do it in jsp please guide

Thanks  Regards
peter

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-02-27 Thread Amit Ghaste
well, its only the first time that any user hits the jsp is converted intoa
servlet.. and a class file is created..

but the next iterations are done only on a time interval, the app server
checks if the jsp has changed.. if so then it will redo the proces of
converting to servlet and compiling..

this interval can be set by you..,

another thing.. if u cant go thro the final deployment server, I think u can
pre compile the jsps and use them

and u can extend other classes in the page directive

% page extends=class_name%

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Sent: Thursday, February 27, 2003 4:36 AM
To: [EMAIL PROTECTED]
Subject:


Fine thanks for the comments on jsp

Actually jsp is converted into servlet before exciting does that incur any
over head.
Also I have a doubt sevlet is a java file we can play  with inheritance that
is
public final class XpressMoneyPaymentCancel extends HttpServletJXGB_Fa

where HttpServletJXGB_Fa extends httpservlet is possible
how to do it in jsp please guide

Thanks  Regards
peter

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-02-27 Thread Darryl L. Pierce
On 2003.02.27 07:35 Peter wrote:
Fine thanks for the comments on jsp

Actually jsp is converted into servlet before exciting does that incur
any over head.
What do you mean by overhead? Yes, there's some small amount of
processing time necessary to compile the JSP into a servlet, but this
only occurs once and isn't done each time the JSP is accessed. As such,
the overhead is only incurred one time.
Also I have a doubt sevlet is a java file we can play  with
inheritance that is
public final class XpressMoneyPaymentCancel extends HttpServletJXGB_Fa
where HttpServletJXGB_Fa extends httpservlet is possible
how to do it in jsp please guide
I don't understand the above. Are you saying that you don't think
servlets are Java files, which doesn't make sense to me, or are you
saying that you can't access the source for some servlet framework that
you're working with?
On another note, it's definitely not a recommended practice to put
business logic into a JSP. That sort of code belongs in a servlet, and
putting it into a JSP would make the JSP rather unmaintainable and
unreadable.
--
Darryl L. Pierce [EMAIL PROTECTED]
Visit the Infobahn Offramp - http://bellsouthpwp.net/m/c/mcpierce
What do you care what other people think, Mr. Feynman?
===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com


[no subject]

2003-02-27 Thread Jaime Brimhall
Yes, precompilation can be done. We precompiled an entire web app and it
works wonderfully.


 [EMAIL PROTECTED] 2/27/2003 5:58:42 AM 
well, its only the first time that any user hits the jsp is converted
intoa
servlet.. and a class file is created..

but the next iterations are done only on a time interval, the app
server
checks if the jsp has changed.. if so then it will redo the proces of
converting to servlet and compiling..

this interval can be set by you..,

another thing.. if u cant go thro the final deployment server, I think
u can
pre compile the jsps and use them

and u can extend other classes in the page directive

%@ page extends=class_name%

-Original Message-
From: A mailing list about Java Server Pages specification and
reference
[mailto:[EMAIL PROTECTED] Behalf Of Peter
Sent: Thursday, February 27, 2003 4:36 AM
To: [EMAIL PROTECTED]
Subject:


Fine thanks for the comments on jsp

Actually jsp is converted into servlet before exciting does that incur
any
over head.
Also I have a doubt sevlet is a java file we can play  with inheritance
that
is
public final class XpressMoneyPaymentCancel extends HttpServletJXGB_Fa

where HttpServletJXGB_Fa extends httpservlet is possible
how to do it in jsp please guide

Thanks  Regards
peter

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com


[no subject]

2003-02-18 Thread Snehal Pandya
Hi Gurus,
I am new be in the Beans Programming with JSP.
I want to use the Beans in my application .
I have to retrieve the Group code and then from the group no get the Items
from the Item Master.
How I can use beans for this  purpose? If I will pass the result set I got
the array of the Items .
But it will occupy the Resources on the server.
What is the feasible solution for this Problem ?
How to do this ?
Please help me  and show me the path.
Thanks in Advance..

Snehal



-

The secret of getting ahead is getting started.
The secret of getting start is
breaking your complex overwhelming
tasks into small manageable tasks,
and then starting on the first one.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



[no subject]

2003-02-18 Thread Raju BSN
Hi Snehal,
can u put ur question a lil bit clear?
what do u mean by beans?
EJB or normal Java Bean for Business Process?

Regards
Raju BSn
- Original Message -
From: Snehal Pandya [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, February 18, 2003 4:38 PM


 Hi Gurus,
 I am new be in the Beans Programming with JSP.
 I want to use the Beans in my application .
 I have to retrieve the Group code and then from the group no get the Items
 from the Item Master.
 How I can use beans for this  purpose? If I will pass the result set I got
 the array of the Items .
 But it will occupy the Resources on the server.
 What is the feasible solution for this Problem ?
 How to do this ?
 Please help me  and show me the path.
 Thanks in Advance..

 Snehal



 --
---

 The secret of getting ahead is getting started.
 The secret of getting start is
 breaking your complex overwhelming
 tasks into small manageable tasks,
 and then starting on the first one.


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



[no subject]

2003-02-18 Thread Teerapong Hempruchayakul
I'm invoke Dialog in Applet environment. Can remove status bar from the Dialog? How?

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



[no subject]

2003-02-02 Thread sufi malak
Hi, I just installed oracle 8.1.5.0.0 in windows2000 and I called the
default database test , could you please show me how to create another new
database, is there any article step by step on how to do it ?

thanks, your help is appreciated.







_
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com



[no subject]

2003-01-27 Thread Justyna Horwat
This list is for JSP and related technologies. Your question has nothing
to do with the topic of the list. You need to go elsewhere to find
answers to your question.

Justyna

Snehal Pandya wrote:


hi,
I have some typical requirement.
In my organization we are using Informix as dbms and 4GL as frontend.

I have lots of report files having headings and detail.
I want to convert them to html that the user can get the OP on the screen .
IT is useful to me please reply me if you have any idea or any tool

Thanks in advance

snehal
-

The secret of getting ahead is getting started.
The secret of getting start is
breaking your complex overwhelming
tasks into small manageable tasks,
and then starting on the first one.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com




===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com



[no subject]

2003-01-27 Thread Amit Ghaste
I am afraid thats not entirely correct, Snehal seems to be asking about any
IDEA or TOOL,

ANY IDEA would be to say parse the data and present it via JSP...

ANY TOOL would be I would say check out Sitkara.com... they provide java
based reporting tools, there are many others like JReport which also does
that...

I am sorry to say this but, this is a technical Qn asked, and as a community
we are supposed to provide help if we can. rebuttals are not a solution, it
just shows our inefficiency.

Amit

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Justyna Horwat
Sent: Monday, January 27, 2003 1:45 PM
To: [EMAIL PROTECTED]
Subject:


This list is for JSP and related technologies. Your question has nothing
to do with the topic of the list. You need to go elsewhere to find
answers to your question.

Justyna

Snehal Pandya wrote:

hi,
I have some typical requirement.
In my organization we are using Informix as dbms and 4GL as frontend.

I have lots of report files having headings and detail.
I want to convert them to html that the user can get the OP on the screen .
IT is useful to me please reply me if you have any idea or any tool

Thanks in advance

snehal
---
--

The secret of getting ahead is getting started.
The secret of getting start is
breaking your complex overwhelming
tasks into small manageable tasks,
and then starting on the first one.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



[no subject]

2003-01-27 Thread Martin
Agreed-
It is a shame that with so many helpful people unemployed in the US
that someone should use their Company email to display their arrogance
and berate someone for asking a valid question-
-Martin

You must be the change you wish to see in the world-
Mahatma Gandhi

- Original Message -
From: Amit Ghaste [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 27, 2003 11:52 PM


 I am afraid thats not entirely correct, Snehal seems to be asking about
any
 IDEA or TOOL,

 ANY IDEA would be to say parse the data and present it via JSP...

 ANY TOOL would be I would say check out Sitkara.com... they provide java
 based reporting tools, there are many others like JReport which also does
 that...

 I am sorry to say this but, this is a technical Qn asked, and as a
community
 we are supposed to provide help if we can. rebuttals are not a solution,
it
 just shows our inefficiency.

 Amit

 -Original Message-
 From: A mailing list about Java Server Pages specification and reference
 [mailto:[EMAIL PROTECTED]]On Behalf Of Justyna Horwat
 Sent: Monday, January 27, 2003 1:45 PM
 To: [EMAIL PROTECTED]
 Subject:


 This list is for JSP and related technologies. Your question has nothing
 to do with the topic of the list. You need to go elsewhere to find
 answers to your question.

 Justyna

 Snehal Pandya wrote:

 hi,
 I have some typical requirement.
 In my organization we are using Informix as dbms and 4GL as frontend.
 
 I have lots of report files having headings and detail.
 I want to convert them to html that the user can get the OP on the screen
.
 IT is useful to me please reply me if you have any idea or any tool
 
 Thanks in advance
 
 snehal

---
 --
 
 The secret of getting ahead is getting started.
 The secret of getting start is
 breaking your complex overwhelming
 tasks into small manageable tasks,
 and then starting on the first one.
 

===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 
 Some relevant archives, FAQs and Forums on JSPs can be found at:
 
  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com
 
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.

 Some relevant archives, FAQs and Forums on JSPs can be found at:

  http://java.sun.com/products/jsp
  http://archives.java.sun.com/jsp-interest.html
  http://forums.java.sun.com
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



[no subject]

2003-01-26 Thread Snehal Pandya
 I can't get u.

We are making prn file for printing and may be the size is may be 132
columns .
Every time I have to print that file and then send it.
With  this file I am generating   |  delimited file for excell use.
But if possible send me the logic or any info that I can give the op on
Browser.

If u hav e andy idea then send me..

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



[no subject]

2003-01-25 Thread Snehal Pandya
hi,
I have some typical requirement.
In my organization we are using Informix as dbms and 4GL as frontend.

I have lots of report files having headings and detail.
I want to convert them to html that the user can get the OP on the screen .
IT is useful to me please reply me if you have any idea or any tool

Thanks in advance

snehal
-

The secret of getting ahead is getting started.
The secret of getting start is
breaking your complex overwhelming
tasks into small manageable tasks,
and then starting on the first one.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



[no subject]

2003-01-25 Thread Greg Czechowicz
im drunk
 Snehal Pandya [EMAIL PROTECTED] wrote:hi,
I have some typical requirement.
In my organization we are using Informix as dbms and 4GL as frontend.

I have lots of report files having headings and detail.
I want to convert them to html that the user can get the OP on the screen .
IT is useful to me please reply me if you have any idea or any tool

Thanks in advance

snehal
-

The secret of getting ahead is getting started.
The secret of getting start is
breaking your complex overwhelming
tasks into small manageable tasks,
and then starting on the first one.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

http://java.sun.com/products/jsp
http://archives.java.sun.com/jsp-interest.html
http://forums.java.sun.com
http://www.jspinsider.com


-
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com



[no subject]

2003-01-10 Thread Jagan K Samuel
Hi

I am getting this error with Tomcat 4.1.10


org.apache.coyote.tomcat4.CoyoteRequestFacade

Anyone has any ideas

With Best Regards
Jagan K Samuel
(See attached file: IBS_Disclaimer.txt)

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2003-01-09 Thread Dmitry Namiot
How do you find values in HttpSessonListener? Can you be a bit specific?
Say, if I store set session variable useName  with the value abc. How do
I get that value in HttpSessionListener?

See Session Administration in JSOS:
http://www.servletsuite.com/servlets.htm

and Session Administration taglib in Coldtags suite:
http://www.servletsuite.com/servlets/sessadmtag.htm

--
Coldbeans Software - server-side Java (tm) components
http://www.servletsuite.com


__
The NEW Netscape 7.0 browser is now available. Upgrade now! 
http://channels.netscape.com/ns/browsers/download.jsp

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2003-01-02 Thread Ali Raza
Can any body suggest me for the complete tutorial of UML
Regards
Ali Raza

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-12-17 Thread Snehal Pandya
HI all,
I am new to servlet
I am using tomcat.
I don't know how to put my servlet file to Tomcat.
I don't have JSDK.
I want to work with servlet,
Thanks in Advance

-

The secret of getting ahead is getting started.
The secret of getting start is
breaking your complex overwhelming
tasks into small manageable tasks,
and then starting on the first one.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-12-17 Thread karthikeyan.balasubramanian
Install Netbeans it will do all the job for you.  hihihihihi.

But thats the fact.  It has builtin support for tomcat.  I just installed
the executable.  Voila I am able to run my jsp, servlet.  It took me just a
minute to deploy my web application.

  Have a great day.

karthikeyan.
- Original Message -
From: Snehal Pandya [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, December 16, 2002 2:13 PM



 HI all,
 I am new to servlet
 I am using tomcat.
 I don't know how to put my servlet file to Tomcat.
 I don't have JSDK.
 I want to work with servlet,
 Thanks in Advance

 --
---

 The secret of getting ahead is getting started.
 The secret of getting start is
 breaking your complex overwhelming
 tasks into small manageable tasks,
 and then starting on the first one.


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-12-16 Thread sufi malak
Hi, I am trying to learn from SUN J2EE tutorial, I just installed j2ee in
windows2000, but when I tryied to run the server I got this :

D:\j2sdkee1.3.1\binj2ee -verbose
J2EE server listen port: 1050
Naming service started:1050
Exception in thread main java.lang.NoSuchMethodError
   at
com.sun.corba.ee.internal.corba.AnyImpl.createTypeCodeForClass(AnyImp
l.java:1256)
   at
com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.createTypeCode(Sh
utdownUtilDelegate.java:223)
   at
com.sun.corba.ee.internal.iiop.ShutdownUtilDelegate.writeAny(Shutdown
UtilDelegate.java:178)
   at javax.rmi.CORBA.Util.writeAny(Util.java:80)
   at
org.omg.stub.com.sun.enterprise.naming._SerialContextProvider_Stub.re
bind(Unknown Source)
   at
com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:188
)
   at
com.sun.enterprise.naming.SerialContext.rebind(SerialContext.java:202
)
   at javax.naming.InitialContext.rebind(InitialContext.java:370)
   at
com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag
erImpl.java:192)
   at
com.sun.enterprise.naming.NamingManagerImpl.publishObject(NamingManag
erImpl.java:149)
   at
com.sun.enterprise.server.J2EEServer.bindObject(J2EEServer.java:718)
   at
com.sun.enterprise.server.J2EEServer.createServerObject(J2EEServer.ja
va:473)
   at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:244)
   at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:972)


Please help.
Thanks





_
The new MSN 8: advanced junk mail protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com



[no subject]

2002-12-16 Thread Snehal Pandya
hello,
This is my code,  If I will run this Program 10 -20 times I don't get what
will happened . But the Responce become slow.
I have Unix plateform and Informix as a server.
This is selection screen. After that I have to run the report regarding
criteria.
Thanks for help,
%@ page import=java.util.*,java.sql.*,java.lang.* %
%@ include file=Connection.jsp %
HTMLBODY 
form name=frmMisRep method=post action= ProductCriteria.jsp 
%
  String salesQry=,productQry=,sortQry=,shadeQry=,reportStr=;
  String appendStr=;boolean flag=true;
  ResultSet rsSales=null,rsProduct=null,rsSort=null,rsShade=null;
  String spno=,salesDescription=;String ppno=,productDescription
=;
  int sortno=0;String shadeno=;
  String param1=,param2=,param3=,param4=,param=;
  String first=,second=,third=,forth=;int md = 1;int
sort=0;
  param1=nulltostring(request.getParameter(salesno));
  param2=nulltostring(request.getParameter(productno));
  param3=nulltostring(request.getParameter(sortno));
  param4=nulltostring(request.getParameter(shadeno));
  String control =;
  control=nulltostring(request.getParameter(count));
  if (control.equals(1)){ md =1;  }else{  }
  out.println(param1);String third1= ;int test=0;
if(md == 1){
if (param1.equals() || param1.equals(All)){
  first=;
}else{
  appendStr= and b.sp_no='+param1+';
  first =  where sp_no='+param1+';
}
session.putValue(first,param1);
if (param2.equals() || param2.equals(All)){
  second=;
}else{
  appendStr += and b.pp_no='+param2+';
  second =  where pp_no='+param2+';
  test=2;
}
session.putValue(second,param2);
if (param3.equals() || param3.equals(All)){
  third=;
}else{
  appendStr += and sort=+param3;
  if(second.equals()){
third =  Where sort=+param3;
  }else{
third = second + and sort=+param3;
  }}
session.putValue(third,param3);
if (param4.equals() || param4.equals(All)){
}else{
  appendStr += and match=+param4;
}
session.putValue(forth,param4);
  }
%
table border=1 width=60% align=centertrtd
table width=100% align = center
trtd align=right width=50%Sales Order /td
  %
  try{
  salesQry=Select sp_no,description from sp_hdr;
  rsSales = st.executeQuery(salesQry);
}
catch(SQLException se){
  st.close();
  rsSales.close();
  out.println(Error in the Sales);
  se.getMessage();
  con.close();
}
  %
  td align=leftselect name=salesorder
onchange=FillValue(this.options.value,1) width=25 size=1
  option value='All' selectedALL/option
  %   while(rsSales.next()){
  spno = rsSales.getString(sp_no);
  salesDescription =rsSales.getString(description);
if(param1 == null || param1 == ){%
  option value=%=spno% %=spno%
(%=salesDescription%)/option
  %}else{
if(param1.equals(spno)){%
  option value=%=spno% selected%=spno%
(%=salesDescription%)/option
  %}else{%
option value=%=spno%%=spno%
(%=salesDescription%)/option
%}}}
rsSales.close()   ;%
  /select/td/tr
trtd align=rightProduction Order/td
%try{
  productQry=Select pp_no,description from pp_hdr +
first;
  rsProduct = st.executeQuery(productQry);
}catch(Exception se){
  st.close();
  rsProduct.close();
  out.println(Error in the product);
  se.getMessage();
  con.close();
}%
td align=leftselect name=productlist
onchange=FillValue(this.options.value,2) width=25 size=1
option value= 'All' selected ALL/option
%
while(rsProduct.next()){
  ppno = rsProduct.getString(pp_no);
  productDescription =rsProduct.getString(description);
  if(param2 == null || param2 == ){%
  option value=%=ppno% %=ppno%
(%=productDescription%)/option
  %}else{
if(param2.equals(ppno)){
  %option value=%=ppno%selected%=ppno%
(%=productDescription%)/option
%}else{%
option value=%=ppno%%=ppno%
(%=productDescription%)/option
%}}}
rsProduct.close();
%/select/td/tr
trtd 

[no subject]

2002-12-10 Thread Sanjika Abeyratna
Hey

 How to get data to a JSP file from the VoiceXML or XML file

Regards
Sanjika





 

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-12-03 Thread Sanjika Abeyratna
Hey

How to transfer VoiceXML tag values into JSP variables??


regards
Sanjika

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-29 Thread Laxmikanth M.S.
 Hi all,
 I have a requirement as below...
 I click on a link and goto a pagewhile the page is loading I need to
get
 the Status Code...there is not getStatus Method in the Response or even
 Requestonce the page is sent to the client it is thro' Response so
there
 must be a way to get the status code in my JSP
 thanks in advance
 Regards
 Laxmikanth M S
 Off*  : 91-80-6610330 extn 1256
 Res* : 91-80-5267150

*
Disclaimer: The information in this e-mail and any attachments is
confidential / privileged. It is intended solely for the addressee or
addressees. If you are not the addressee indicated in this message, you may
not copy or deliver this message to anyone. In such case, you should destroy
this message and kindly notify the sender by reply email. Please advise
immediately if you or your employer does not consent to Internet email for
messages of this kind.
*

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-27 Thread mahesh.kagalkar
Hi 
Can i pass the seeion object from jsp page to  a java class and in java 
class can i use that session object as in jsp page

give me the details

Thanks you 

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-26 Thread Jagan K Samuel
Hi all,

Anyone tried out configuring Tomcat 4.1.10 with Apache 2.x
I am having some configuration problems

With Best Regards
Jagan K Samuel
(See attached file: IBS_Disclaimer.txt)

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-26 Thread Vikramjit Singh
http://www.johnturner.com

 -Original Message-
 From: Jagan K Samuel [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, November 26, 2002 4:37 PM
 To: [EMAIL PROTECTED]
 Subject:


 Hi all,

 Anyone tried out configuring Tomcat 4.1.10 with Apache 2.x
 I am having some configuration problems

 With Best Regards
 Jagan K Samuel
 (See attached file: IBS_Disclaimer.txt)

 ==
 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body:
 signoff JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set
 JSP-INTEREST DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com

Disclaimer: This e-mail message along with any attachments is intended only
for the addressee and may contain confidential and privileged information of
GTL Limited. If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly prohibited. If you have received this message by
error, please notify us immediately, return the original mail to the sender
and delete the message from your system.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-24 Thread Dinesh
Hi,
   i want to know the differences b/w legacy classes and java2 collection API..what 
are the advantages of collection API over legacy classes..why sun has brought 
collections API..

give me details on this..

thanx in advance

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-24 Thread Vikramjit Singh
http://www.javaworld.com/javaworld/jw-11-2002/jw-1101-collections.html

 -Original Message-
 From: Dinesh [mailto:[EMAIL PROTECTED]]
 Sent: Monday, March 25, 2002 2:14 PM
 To: [EMAIL PROTECTED]
 Subject:


 Hi,
i want to know the differences b/w legacy classes and
 java2 collection API..what are the advantages of collection
 API over legacy classes..why sun has brought collections API..

 give me details on this..

 thanx in advance

 ==
 To unsubscribe: mailto [EMAIL PROTECTED] with
 body: signoff JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set
 JSP-INTEREST DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com

Disclaimer: This e-mail message along with any attachments is intended only
for the addressee and may contain confidential and privileged information of
GTL Limited. If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy of this
communication is strictly prohibited. If you have received this message by
error, please notify us immediately, return the original mail to the sender
and delete the message from your system.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-13 Thread Snehal Pandya
I want to run a applet on the Unix terminal.
but  I am getting this error ..


$ appletviewer appdemo.java
The environment variable DISPLAY is not set. Default to the local display.
Xlib: connection to :0.0 refused by server
Xlib: Client is not authorized to connect to Server
Exception in thread main java.lang.InternalError: Can't connect to X11
window
server using ':0.0' as the value of the DISPLAY variable.
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at
sun.awt.X11GraphicsEnvironment.clinit(X11GraphicsEnvironment.java:6
1)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java, Compiled Code)
at
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvi
ronment.java, Compiled Code)
at sun.awt.motif.MToolkit.clinit(MToolkit.java:60)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java, Compiled Code)
at java.awt.Toolkit$2.run(Toolkit.java, Compiled Code)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java, Compiled Code)
at sun.applet.AppletCopyright.init(AppletCopyright.java, Compiled
Code
)
at sun.applet.AppletViewer.mainInit(AppletViewer.java, Compiled
Code)
at sun.applet.AppletViewer.main(AppletViewer.java, Compiled Code)

thanks in advance

The secret of getting ahead is getting started.
The secret of getting start is
breaking your complex overwhelming
tasks into small manageable tasks,
and then starting on the first one.

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-10 Thread Vaishali S. Pandya
Hi every body

I want to put sleep command  or wait in the Java Script .
How  to do that?
Thanks for the help..

Wating for reply

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-10 Thread Amit Ghaste
why do u want to do that

if u just want a delay use a empty for loop

for( some loop);

or use the setTimeout meathod to call another meathod (or the same meathod)
after a delay

if u could explain ur requirement... it might help

hope that helps

Amit

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:JSP-INTEREST;JAVA.SUN.COM]On Behalf Of Vaishali S. Pandya
Sent: Sunday, November 10, 2002 10:20 PM
To: [EMAIL PROTECTED]
Subject:


Hi every body

I want to put sleep command  or wait in the Java Script .
How  to do that?
Thanks for the help..

Wating for reply

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-11-10 Thread Srinu.Reddy
Check out ...
http://developer.irt.org/script/1109.htm

U can use settimeout to specify the delay in seconds ...



-Original Message-
From: Vaishali S. Pandya [mailto:Vaishali_Shah;RIL.COM]
Sent: Monday, November 11, 2002 11:50 AM
To: [EMAIL PROTECTED]
Subject:


Hi every body

I want to put sleep command  or wait in the Java Script .
How  to do that?
Thanks for the help..

Wating for reply

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



JavaMail subject encoding?

2002-08-28 Thread Daniel

Hi All,

In JavaMail we can change the contents encoding of the message like this

  mbp1 = new MimeBodyPart();
  message = request.getParameter(message);
  mbp1.setText(message, ISO-8859-1);


But this changes only the message part but how do I change the subject
encoding?

Thanks in advance
Daniel.E

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-08-20 Thread Kesavanarayanan, Ramesh (Cognizant)

Hi all,

 I have j2sdk2.1 in my machine. how will i compile a jsp page. I have stored
the jsp page under webpages\web-inf\servlets.

 let me know your comments please.


Regards

Ramesh Kesavanarayanan
 *   [EMAIL PROTECTED]





This e-mail and any files transmitted with it are for the sole use of the intended 
recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and 
destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or 
copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.

Visit us at http://www.cognizant.com



[no subject]

2002-08-20 Thread Lakshmeenarayana G G

The SDK doesn't contain JSP compiler.
Check with J2EE SDK.. in java.sun.com

There is a compiler by name jspc.

Cheers
L G Goundalkar.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Kesavanarayanan, Ramesh
(Cognizant)
Sent: Tuesday, August 20, 2002 12:04 PM
To: [EMAIL PROTECTED]
Subject:


Hi all,

 I have j2sdk2.1 in my machine. how will i compile a jsp page. I have stored
the jsp page under webpages\web-inf\servlets.

 let me know your comments please.


Regards

Ramesh Kesavanarayanan
 *   [EMAIL PROTECTED]

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



(no subject)

2002-07-15 Thread Bartha Gabor

unsubsrcibe

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-06-24 Thread Vikramjit Singh

Hi all,

I have a doubt in which method is the proper way of getting connections. I
am putting the connections in the server context, and getting  the
connections from the context by

ServletContext context = getServletContext();
OracleConnectionPool ocpl =
(OracleConnectionPool)context.getAttribute(CONNECTION_POOL);
OracleConnection tmpDbCon = (OracleConnection)ocpl.getConnection();

First Method:
I usually get the connection by the above method by putting it in the doPost
method of the servlet.

like public void doPost(HttpServletRequest req, HttpServletResponse res){
ServletContext context = getServletContext();
OracleConnectionPool ocpl =
(OracleConnectionPool)context.getAttribute(CONNECTION_POOL);
OracleConnection tmpDbCon = (OracleConnection)ocpl.getConnection();
}

My colleague says that this method has its overheads since each and
everytime you fetch and release a connection. Which should be avoided.

So she tried the second method

Second Method:

Instead of fetching the connection from doPost method, she put it in the
init() method of the servlet like this

public void init()
{
ServletContext context = getServletContext();
OracleConnectionPool ocpl =
(OracleConnectionPool)context.getAttribute(CONNECTION_POOL);
OracleConnection tmpDbCon = (OracleConnection)ocpl.getConnection();

}

Now the servlet will always have a connection. This connection shall be
released only when the destroy() method of the servlet is called. She says
this is better, since you dont everytime have to get and release the
connection. You have assigned one connection to it. If many users access
this servlet, then the service method shall handle it.

Could some java gurus throw some light on this.

Regards,
Vikramjit Singh,
Systems Engineer,
GTL Ltd.
Ph. 7612929-1031

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-06-24 Thread It, Cockpit (CAP, Contractor)

Hi Vikramjit,

IMHO, both the practices are not much laudable.
Yes its overhead to the resources to open and close the physical connection
to the database for each request that arrives to your application.
So, this is not better practice to use it.
What your colleague is doing is also wrong. It might look right in one point
that He/She is allotting a single connection to a servlet which will be used
for all the request that particular servlet receives. But just think of a
scenarios
1. where in more than one requests are coming to that servlet...your
servlet will keep the request in a web server's queue.
Though your servlet is capable of handling more than one request at a time,
it won't. Because it does not have a database connection in hand, which
might be used by some other request arrived just before to this request.

2. Just think your application is having around 200 servlets which have to
interact with the database. so when all your servlets have been accessed by
the users at least for one time. Then your database will have 200
connections open till your webserver/app server restarts which will destroy
your servlets as well as connections. So Ideally you are locking the
connections. Just think that one of your servlet is being accessed once in a
week, that servlet will have a open connection till it's next request
reaches.

So the ideal way of handling connections would be ConnectionPooling. If you
use App Server you can make use of it, because all the app server, that I
know of, are providing facility for connection Pooling.

If you are working with Web server just try to implement your own connection
pooling concept, or just find one from the web, which are surely available
on the net.

But inefficient connection pool handling will also be a problem, so just
take care of it.

Basically in connection pool that has been implemented by your app server
vendor would have a wrapper class to your connection object. so when you say
connection.close() it basically tells the app server that you are done with
using your connection, so it will collect your connection back to the pool.
So using as minimum as 10 connections u can serve more than 100 users. Just
search for Connection pool on google. you will get more about it.
All the best.

Yogaraj

-Original Message-
From: Vikramjit Singh [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 25, 2002 11:00 AM
To: [EMAIL PROTECTED]
Subject:


Hi all,

I have a doubt in which method is the proper way of getting connections. I
am putting the connections in the server context, and getting  the
connections from the context by

ServletContext context = getServletContext();
OracleConnectionPool ocpl =
(OracleConnectionPool)context.getAttribute(CONNECTION_POOL);
OracleConnection tmpDbCon = (OracleConnection)ocpl.getConnection();

First Method:
I usually get the connection by the above method by putting it in the doPost
method of the servlet.

like public void doPost(HttpServletRequest req, HttpServletResponse res){
ServletContext context = getServletContext();
OracleConnectionPool ocpl =
(OracleConnectionPool)context.getAttribute(CONNECTION_POOL);
OracleConnection tmpDbCon = (OracleConnection)ocpl.getConnection();
}

My colleague says that this method has its overheads since each and
everytime you fetch and release a connection. Which should be avoided.

So she tried the second method

Second Method:

Instead of fetching the connection from doPost method, she put it in the
init() method of the servlet like this

public void init()
{
ServletContext context = getServletContext();
OracleConnectionPool ocpl =
(OracleConnectionPool)context.getAttribute(CONNECTION_POOL);
OracleConnection tmpDbCon = (OracleConnection)ocpl.getConnection();

}

Now the servlet will always have a connection. This connection shall be
released only when the destroy() method of the servlet is called. She says
this is better, since you dont everytime have to get and release the
connection. You have assigned one connection to it. If many users access
this servlet, then the service method shall handle it.

Could some java gurus throw some light on this.

Regards,
Vikramjit Singh,
Systems Engineer,
GTL Ltd.
Ph. 7612929-1031

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com


THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE
ADDRESSEE and may contain confidential and privileged information.
If the reader of this message is not the intended recipient,
you are notified that any dissemination, distribution or copy

[no subject]

2002-06-01 Thread Vaishali S. Pandya

i forgot write that the same qry is working fine on backend side

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-05-29 Thread Gendre Rui

set JDBC-INTEREST DIGEST

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-05-20 Thread Sudhir Kumar

 hi,
i have a an application which runs when i click on a batch file. But my
problem is, once i click on the batch file and the application starts
running, the user can come back and click on this batch file again to create
another instance of this application. How can i stop this ??

Thanks in advance.
SKN

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-05-20 Thread [Vaishali S. Pandya]

sudhir i can not get ur que axactly
where is your bat file?
on web page?
and where your application will run?
i mean if u r using jsp or what?
can u write me something more?

Vaishali
RIL
Ahm'd



 hi,
i have a an application which runs when i click on a batch file.
But my
problem is, once i click on the batch file and the application starts
running, the user can come back and click on this batch file again to
create
another instance of this application. How can i stop this ??

Thanks in advance.
SKN

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-05-03 Thread António Gonçalves

Hi,

Two months ago I put my nose in JSP Tech.
Now, I'm trying  to connect to Oracle with JDBC, but it don´t works ;-|
My code is something like that :

...
%@taglib uri=/WEB-INF/dbtags.tld prefix=sql %

sql:connection id=conn
sql:url jdbc:oracle:thin:@database:1521:orcld /sql:url
sql:driver oracle.jdbc.driver.OracleDriver /sql:driver
sql:userId USER /sql:userId
sql:password PWD  /sql:password
/sql:connection



The problema is this :

javax.servlet.ServletException: Driver class 'oracle.jdbc.driver.OracleDriver' not 
found 

java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:463)
 at org.apache.jsp.index$jsp._jspService(index$jsp.java:278) 
...


Of course I have the drivers : classes12.zip. This is in C:\forte4java\lib\ext
and I have ClassPath = C:\forte4java\lib\ext.
Can you help me?

Thanks in advance.
Antonio



--
Antonio Goncalves

Grupo de HidroInformatica 
Departamento de Hidraulica 
Laboratorio Nacional de Engenharia Civil

address: Av. Brasil, 101, 1700-066 Lisboa, Portugal
phone: ++351 218443561
fax: ++351 218443036
e-mail: [EMAIL PROTECTED]

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-05-03 Thread [Vaishali S. Pandya]

Have u restarted your web  server after making dir WEB-INF?





Hi,

Two months ago I put my nose in JSP Tech.
Now, I'm trying  to connect to Oracle with JDBC, but it don´t works ;-|
My code is something like that :

...
%@taglib uri=/WEB-INF/dbtags.tld prefix=sql %

sql:connection id=conn
sql:url jdbc:oracle:thin:@database:1521:orcld /sql:url
sql:driver oracle.jdbc.driver.OracleDriver /sql:driver
sql:userId USER /sql:userId
sql:password PWD  /sql:password
/sql:connection



The problema is this :

javax.servlet.ServletException: Driver class
'oracle.jdbc.driver.OracleDriver' not found

java.lang.ClassNotFoundException: oracle.jdbc.driver.OracleDriver at
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:463)

at org.apache.jsp.index$jsp._jspService(index$jsp.java:278)
...


Of course I have the drivers : classes12.zip. This is in C:
\forte4java\lib\ext
and I have ClassPath = C:\forte4java\lib\ext.
Can you help me?

Thanks in advance.
Antonio



--
Antonio Goncalves

Grupo de HidroInformatica
Departamento de Hidraulica
Laboratorio Nacional de Engenharia Civil

address: Av. Brasil, 101, 1700-066 Lisboa, Portugal
phone: ++351 218443561
fax: ++351 218443036
e-mail: [EMAIL PROTECTED]

=To unsubscribe: mailto
[EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com


==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-04-25 Thread June

change * [EMAIL PROTECTED]

http://messenger.yahoo.com.au - Yahoo! Messenger
- A great way to communicate long-distance for FREE!

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-04-15 Thread June

Hello all,
I've been trying out DB connection pooling and
encountered a really weird behavior.

This is what I wanted to do.  The information about db
connection is stored in web.xml, ie. db url, user
name, password, driver class.  I want to read those
settings in the EntryServlet which I mapped to the
root.  I am instantiating the connection pool class in
the init method of EntryServlet and put it in the
ServletContext so that other servlet can get it and
use it for their DAOs.  Then inside the doGet, I get
the requestedURI and send the page.

When I do that, it's all ok until I try to make the
conection pool class, then the requestedURI gets
printed like a million times * 100 (which I told it to
do for debug purpose but only ONCE) on the tomcat
console as if it is in infinite loop, then when it
finally stops I get the error.  Tell me what I am
doing wrong.

The errors I am getting are...
Exception
javax.servlet.ServletException: Servlet execution
threw an exception
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
and so on,
root cause
java.lang.StackOverflowError
at
org.apache.catalina.connector.RequestFacade.removeAttribute(RequestFacade.java:221)
at
org.apache.catalina.core.ApplicationHttpRequest.removeAttribute(ApplicationHttpRequest.java:233)
at
org.apache.catalina.core.ApplicationHttpRequest.removeAttribute(ApplicationHttpRequest.java:233)
the above line is repeated close to a thousand times.
then, the following msg.at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:676)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:431)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:355)
at common.EntryServlet.doGet(EntryServlet.java:65)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:683)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:431)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:355)
at common.EntryServlet.doGet(EntryServlet.java:65)
The above like gets repeated about the same time, I
don't know why.


This is my EntryServlet.(I am omitting import
statements to save space)

public class EntryServlet extends HttpServlet
{
public void init() throws ServletException
{
ServletContext context = getServletContext();
System.out.println(testing if there is already
dbPool in the context...);
ConnectionPool dbPool =
(ConnectionPool)context.getAttribute(dbPool);
// only if it hasn't been already instantiated
if(dbPool == null)
{
System.out.println(went inside the loop to
construct dbPool..);
// omitted, getting parameters from ServletContext
// instantiate ConnectionPool
try
{
System.out.println(got all parameters, making
dbPool..);
dbPool = new ConnectionPool(dbDriverClass, dbUrl,
dbUser, dbPassword, initConnections, maxConnections,
waitIfBusy);
}
catch(Exception e)
{
// I don't know what to do if that fails
}
System.out.println(made it, putting it in the
context);
context.setAttribute(dbPool, dbPool);
}
}

public void doGet(HttpServletRequest request,
HttpServletResponse response) throws ServletException,
IOException
{
String address = request.getRequestURI();
System.out.println(requested address is +
address);
RequestDispatcher dispatcher =
getServletContext().getRequestDispatcher(address);
dispatcher.forward(request, response);
}

public void doPost(HttpServletRequest request,
HttpServletResponse response) throws ServletException,
IOException
{
doGet(request, response);
}
}

This is part of my web.xml about mapping the
EntryServlet.

servlet-mapping
servlet-nameentry/servlet-name
url-pattern/*/url-pattern
/servlet-mapping


And finally, my ConnectionPool implements Runnable and
I modifed only
a little from Marty Hall's example ConnectionPool
class.  I can't post it since it will make my msg too
long to be posted.

http://messenger.yahoo.com.au - Yahoo! Messenger
- A great way to communicate long-distance for FREE!


[no subject]

2002-04-13 Thread Larry Seow

Sign-off jsp-interest
Yahoo! Messenger
 - Instant Messaging, Instant Gratification. And now with new emoticons!

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



Subject: Re: Looking for java Positoin

2002-04-09 Thread Be Fair

Well Sir:

As a fellow born n raised U.S. Citizen (white male from a Great Plains
state) I will defend to the death your right to have your own opinion, even
as moronic as yours is.  However, if I may distract you from admiring your
rosy red neck for just a moment I would like to point out a few flaws in
your logic.

1. You are incorrect about these Curry Bastards and their tax treatment.  As
a foreign national working in the U.S. on an H1 visa these guests pay as
much tax as you do.  They are not working illegally washing dishes in
restaurants and have their wages reported to the same IRS office as you do.
They pay an equal amount of Social Security and Medicare tax as you do
(7.65%) without the possibility of benefiting from it when they return home.
  Additionally, the employing company has to pay an equal amount of
unemployment for each of these guests as they pay for you but in the event
of a layoff our guests can not file for unemployment benefits.

2. While I agree with you that the price of an American education is
ridiculously high, you clearly have no idea what foreign students pay for
the exact same education.  Check into it when you go back to wielding school
to start your next career. Foreign students pay two and three times as much
as you and I to go to the same schools.  They do this without student loans
and with employment generally restricted to on-campus jobs such as cleaning
the cafeteria.

3. Finally, you are wrong in that American companies are out to get you.
(You sound like a damn union poster child)  Companies have to pay through
the nose to set up these visas for their foreign employees.  They have to
hire attorneys in many cases just to wade through the INS bull shit.  The
fact of the matter is that our ¡§American¡¨ schools are failing to produce
the needed quantity of quality employees with technically oriented degrees.
(Science, Math, Health Care, etc.)

Should you ever have anything else to post please make sure it has at least
an inkling of intelligence to it.  Otherwise, just go join your Klan
brothers in a drunken cross burning and say hi to Pat Buchanan for me you
idiot.


||-Original Message-
||From: A mailing list about Java Server Pages specification
||and reference
||[mailto:[EMAIL PROTECTED]]On Behalf Of CurryBastard
||Sent: Tuesday, April 09, 2002 1:12 PM
||To: [EMAIL PROTECTED]
||Subject: Re: Looking for java Positoin
||
||
||To tell you the truth,
||Does Sept 11th ring a bell.
||Plus I am born n raised in the usa and I beleive that jobs in
||the usa should
||belong in the usa,
||I pay my taxes up to the teeth, and I oppose aliens coming in
||as h1b and
||taking jobs away from us citizens not putting their money in
||the us economy.
||They work here for less pay and leaving with dough that
||should belong to us
||citizens, who spent mad dough for college tuition or no
||tutition or time
||spent long years learning this stuff.
||I believe companies use that excuse that there is no
||qualified people so
||they look elsewhere so they look good on the books.
||They pay off the politicians etc
||



_
Join the world’s largest e-mail service with MSN Hotmail.
http://www.hotmail.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-04-01 Thread Milind J

Hi Gurus ,
I need ur help. I need to find out how to clone JSPs on Websphere3.5/4.0 ?
Thanx in Advance,
Milind

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-04-01 Thread Panayotou, Michael

First you have to create a model for the application server and after you
clone the model.

-Original Message-
From: Milind J [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 01, 2002 4:10 PM
To: [EMAIL PROTECTED]
Subject:


Hi Gurus ,
I need ur help. I need to find out how to clone JSPs on Websphere3.5/4.0 ?
Thanx in Advance,
Milind

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Thuan N. Nguyen

Hi all,

I am a student. I am attending a class Java Programming and having a project of 
building a mail server. As I am new to Java programming, I don't know where to start, 
can any one please give me some advices? Thanks in advance.

ThuanNN

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Zahid Rahman

The last time I was a I student I gave my code
to another fellow student who was unable to complete his assignment.

On hindsight it seems it was unfair of me to have done it,
because it was unfair to other students especially if the lecturer uses a
tally system of grading.

I suggest you ask your lecturer so he can keep a track of your progress
therefore mark you accordingly.

Summing up, it would be unfair to other students that is my experience any
way
but there may be somebody else who has a different point of view.

- Original Message -
From: Thuan N. Nguyen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 5:05 PM


Hi all,

I am a student. I am attending a class Java Programming and having a project
of building a mail server. As I am new to Java programming, I don't know
where to start, can any one please give me some advices? Thanks in advance.

ThuanNN

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread David Hyne

You could start off reading JavaMail http://java.sun.com/products/javamail/.

The demo codes offer useful Servlet container-level and client AWT examples.

Good Luck!

David

-Original Message-
From: Thuan N. Nguyen [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 9:05 AM
To: [EMAIL PROTECTED]
Subject:


Hi all,

I am a student. I am attending a class Java Programming and having a project
of building a mail server. As I am new to Java programming, I don't know
where to start, can any one please give me some advices? Thanks in advance.

ThuanNN

==To
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Zahid Rahman

Incidentally I am very much interested in how academia is doing your
part of the world.

what is the difference between a class and an object ?


- Original Message -
From: Thuan N. Nguyen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 5:05 PM


Hi all,

I am a student. I am attending a class Java Programming and having a project
of building a mail server. As I am new to Java programming, I don't know
where to start, can any one please give me some advices? Thanks in advance.

ThuanNN

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Zahid Rahman

In fact any  student who is logged on this line can answer ?

what is the difference between a class and an object ?

- Original Message -
From: Zahid Rahman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 7:15 AM


 Incidentally I am very much interested in how academia is doing your
 part of the world.



 - Original Message -
 From: Thuan N. Nguyen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 5:05 PM


 Hi all,

 I am a student. I am attending a class Java Programming and having a
project
 of building a mail server. As I am new to Java programming, I don't know
 where to start, can any one please give me some advices? Thanks in
advance.

 ThuanNN

 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Lai, Kenny

ok, lets cut the cynicism. you made your point. poor guy just wants to learn
java like all the rest of the people involved in this newsgroup. cut him
some slack!

-Original Message-
From: Zahid Rahman [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 2:26 AM
To: [EMAIL PROTECTED]
Subject:


In fact any  student who is logged on this line can answer ?

what is the difference between a class and an object ?

- Original Message -
From: Zahid Rahman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 7:15 AM


 Incidentally I am very much interested in how academia is doing your
 part of the world.



 - Original Message -
 From: Thuan N. Nguyen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 5:05 PM


 Hi all,

 I am a student. I am attending a class Java Programming and having a
project
 of building a mail server. As I am new to Java programming, I don't know
 where to start, can any one please give me some advices? Thanks in
advance.

 ThuanNN

 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Chen, Gin

please stop flooding my mailbox with your crap.
email him directly if you want to bug someone.
-Tim

-Original Message-
From: Zahid Rahman [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 2:26 AM
To: [EMAIL PROTECTED]
Subject:


In fact any  student who is logged on this line can answer ?

what is the difference between a class and an object ?

- Original Message -
From: Zahid Rahman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 7:15 AM


 Incidentally I am very much interested in how academia is doing your
 part of the world.



 - Original Message -
 From: Thuan N. Nguyen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 5:05 PM


 Hi all,

 I am a student. I am attending a class Java Programming and having a
project
 of building a mail server. As I am new to Java programming, I don't know
 where to start, can any one please give me some advices? Thanks in
advance.

 ThuanNN

 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Eric Fleming

I am a student, a class can have 0 or more objects.

- Original Message -
From: Zahid Rahman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 02:25 am


 In fact any  student who is logged on this line can answer ?

 what is the difference between a class and an object ?

 - Original Message -
 From: Zahid Rahman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 7:15 AM


  Incidentally I am very much interested in how academia is doing your
  part of the world.
 
 
 
  - Original Message -
  From: Thuan N. Nguyen [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, March 29, 2002 5:05 PM
 
 
  Hi all,
 
  I am a student. I am attending a class Java Programming and having a
 project
  of building a mail server. As I am new to Java programming, I don't know
  where to start, can any one please give me some advices? Thanks in
 advance.
 
  ThuanNN
 
  =
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
  JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
  DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 
 

===
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Zahid Rahman

Are you the oriental who copied righted my stuff ?
You think you are going to get any more new idea.

You couldn't answer the question anyway.

- Original Message -
From: Chen, Gin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 6:30 PM


 please stop flooding my mailbox with your crap.
 email him directly if you want to bug someone.
 -Tim

 -Original Message-
 From: Zahid Rahman [mailto:[EMAIL PROTECTED]]
 Sent: Friday, March 29, 2002 2:26 AM
 To: [EMAIL PROTECTED]
 Subject:


 In fact any  student who is logged on this line can answer ?

 what is the difference between a class and an object ?

 - Original Message -
 From: Zahid Rahman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 7:15 AM


  Incidentally I am very much interested in how academia is doing your
  part of the world.
 
 
 
  - Original Message -
  From: Thuan N. Nguyen [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, March 29, 2002 5:05 PM
 
 
  Hi all,
 
  I am a student. I am attending a class Java Programming and having a
 project
  of building a mail server. As I am new to Java programming, I don't know
  where to start, can any one please give me some advices? Thanks in
 advance.
 
  ThuanNN
 
  =
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
  JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
  DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 
 

===
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Zahid Rahman

Another half wit.
You don't have an answer either I see.

- Original Message -
From: Lai, Kenny [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 6:36 PM


 ok, lets cut the cynicism. you made your point. poor guy just wants to
learn
 java like all the rest of the people involved in this newsgroup. cut him
 some slack!

 -Original Message-
 From: Zahid Rahman [mailto:[EMAIL PROTECTED]]
 Sent: Friday, March 29, 2002 2:26 AM
 To: [EMAIL PROTECTED]
 Subject:


 In fact any  student who is logged on this line can answer ?

 what is the difference between a class and an object ?

 - Original Message -
 From: Zahid Rahman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 7:15 AM


  Incidentally I am very much interested in how academia is doing your
  part of the world.
 
 
 
  - Original Message -
  From: Thuan N. Nguyen [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, March 29, 2002 5:05 PM
 
 
  Hi all,
 
  I am a student. I am attending a class Java Programming and having a
 project
  of building a mail server. As I am new to Java programming, I don't know
  where to start, can any one please give me some advices? Thanks in
 advance.
 
  ThuanNN
 
  =
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
  JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
  DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 
 

===
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Zahid Rahman

Academia must be boring  that is why you people going around
recompiling other people's property.

- Original Message -
From: Chen, Gin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 6:30 PM


 please stop flooding my mailbox with your crap.
 email him directly if you want to bug someone.
 -Tim

 -Original Message-
 From: Zahid Rahman [mailto:[EMAIL PROTECTED]]
 Sent: Friday, March 29, 2002 2:26 AM
 To: [EMAIL PROTECTED]
 Subject:


 In fact any  student who is logged on this line can answer ?

 what is the difference between a class and an object ?

 - Original Message -
 From: Zahid Rahman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 7:15 AM


  Incidentally I am very much interested in how academia is doing your
  part of the world.
 
 
 
  - Original Message -
  From: Thuan N. Nguyen [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, March 29, 2002 5:05 PM
 
 
  Hi all,
 
  I am a student. I am attending a class Java Programming and having a
 project
  of building a mail server. As I am new to Java programming, I don't know
  where to start, can any one please give me some advices? Thanks in
 advance.
 
  ThuanNN
 
  =
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
  JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
  DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 
 

===
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Chen, Gin

WTF are you talking about copy righted your stuff?!?
1) I am 100x better developer than you.
2) I DONT copyright my stuff because I want people to use what they can.
Because I believe in helping others.
3) WTF do you even mention oriental?!? YOU FUCKING RACIST SHIT!!!

-Original Message-
From: Zahid Rahman [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 2:44 AM
To: [EMAIL PROTECTED]
Subject:


Are you the oriental who copied righted my stuff ?
You think you are going to get any more new idea.

You couldn't answer the question anyway.

- Original Message -
From: Chen, Gin [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 6:30 PM


 please stop flooding my mailbox with your crap.
 email him directly if you want to bug someone.
 -Tim

 -Original Message-
 From: Zahid Rahman [mailto:[EMAIL PROTECTED]]
 Sent: Friday, March 29, 2002 2:26 AM
 To: [EMAIL PROTECTED]
 Subject:


 In fact any  student who is logged on this line can answer ?

 what is the difference between a class and an object ?

 - Original Message -
 From: Zahid Rahman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 7:15 AM


  Incidentally I am very much interested in how academia is doing your
  part of the world.
 
 
 
  - Original Message -
  From: Thuan N. Nguyen [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, March 29, 2002 5:05 PM
 
 
  Hi all,
 
  I am a student. I am attending a class Java Programming and having a
 project
  of building a mail server. As I am new to Java programming, I don't know
  where to start, can any one please give me some advices? Thanks in
 advance.
 
  ThuanNN
 
  =
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
  JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
  DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 
 

===
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Conyers, Dwayne

See the article at http://www.artima.com/designtechniques/static.html


Dwacon
http://www.dwacon.com



-Original Message-
From: Zahid Rahman [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 29, 2002 2:26 AM
To: [EMAIL PROTECTED]
Subject:

In fact any  student who is logged on this line can answer ?

what is the difference between a class and an object ?

- Original Message -
From: Zahid Rahman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 7:15 AM


 Incidentally I am very much interested in how academia is doing your
 part of the world.



 - Original Message -
 From: Thuan N. Nguyen [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 5:05 PM


 Hi all,

 I am a student. I am attending a class Java Programming and having a
project
 of building a mail server. As I am new to Java programming, I don't know
 where to start, can any one please give me some advices? Thanks in
advance.

 ThuanNN

 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Zahid Rahman

The description I have is that
a class is defined by three elements :-

1. A Unique Name.
2. Attribute
3. Methods.

In contrast , an object is defined by :

1. Identity
2. State
3. Behaviour.

Obviously it has nothing to do with Java programming itself
which [EMAIL PROTECTED] was unable to comprehend.


- Original Message -
From: Eric Fleming [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 6:45 PM


 I am a student, a class can have 0 or more objects.

 - Original Message -
 From: Zahid Rahman [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 02:25 am


  In fact any  student who is logged on this line can answer ?
 
  what is the difference between a class and an object ?
 
  - Original Message -
  From: Zahid Rahman [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, March 29, 2002 7:15 AM
 
 
   Incidentally I am very much interested in how academia is doing your
   part of the world.
  
  
  
   - Original Message -
   From: Thuan N. Nguyen [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Friday, March 29, 2002 5:05 PM
  
  
   Hi all,
  
   I am a student. I am attending a class Java Programming and having a
  project
   of building a mail server. As I am new to Java programming, I don't
know
   where to start, can any one please give me some advices? Thanks in
  advance.
  
   ThuanNN
  
   =
   To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
   JSP-INTEREST.
   For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
   DIGEST.
   Some relevant FAQs on JSP/Servlets can be found at:
  
http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com
  
  
 

===
   To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
  JSP-INTEREST.
   For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
  DIGEST.
   Some relevant FAQs on JSP/Servlets can be found at:
  
http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com
  
 
 

===
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Dat Nguyen

These books for you to reference:
Professional Java Server Programming J2eee
Java Network Programming (Elliotte Rusty Harold)
Advanced Java Networking


Dat Nguyen
Contact:
e-mail: [EMAIL PROTECTED]
website: www.vietnamminnesota.com


-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]] On Behalf Of Thuan N. Nguyen
Sent: Friday, March 29, 2002 9:05 AM
To: [EMAIL PROTECTED]
Subject:

Hi all,

I am a student. I am attending a class Java Programming and having a
project of building a mail server. As I am new to Java programming, I
don't know where to start, can any one please give me some advices?
Thanks in advance.

ThuanNN

=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-29 Thread Zahid Rahman

A class can have 0 or more objects is descriptive of  association.

I wonder where the student who wanted to do the mail server
gone. It was really directed at the student.

Here are some more links supplied by Ted Neward of [EMAIL PROTECTED]
if that is your what you would like.


- Original Message -
From: Ted Neward [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 9:01 PM
Subject: Re: object -vs-class


 Likely it was deliberate--your question is more appropriate for a Java
 language forum, not EJB.

 Ted Neward
 {.NET || Java} Course Author  Instructor, DevelopMentor
 (http://www.develop.com)
 http://www.javageeks.com/tneward
 http://www.clrgeeks.com/tneward



- Original Message -
From: Zahid Rahman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 7:55 AM


 The description I have is that
 a class is defined by three elements :-

 1. A Unique Name.
 2. Attribute
 3. Methods.

 In contrast , an object is defined by :

 1. Identity
 2. State
 3. Behaviour.

 Obviously it has nothing to do with Java programming itself
 which [EMAIL PROTECTED] was unable to comprehend.


 - Original Message -
 From: Eric Fleming [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, March 29, 2002 6:45 PM


  I am a student, a class can have 0 or more objects.
 
  - Original Message -
  From: Zahid Rahman [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Friday, March 29, 2002 02:25 am
 
 
   In fact any  student who is logged on this line can answer ?
  
   what is the difference between a class and an object ?
  
   - Original Message -
   From: Zahid Rahman [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Friday, March 29, 2002 7:15 AM
  
  
Incidentally I am very much interested in how academia is doing your
part of the world.
   
   
   
- Original Message -
From: Thuan N. Nguyen [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, March 29, 2002 5:05 PM
   
   
Hi all,
   
I am a student. I am attending a class Java Programming and having a
   project
of building a mail server. As I am new to Java programming, I don't
 know
where to start, can any one please give me some advices? Thanks in
   advance.
   
ThuanNN
   
=
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set
JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:
   
 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com
   
   
  
 

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
   JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set
JSP-INTEREST
   DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:
   
 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com
   
  
  
 

===
   To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
  JSP-INTEREST.
   For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
  DIGEST.
   Some relevant FAQs on JSP/Servlets can be found at:
  
http://archives.java.sun.com/jsp-interest.html
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.jsp
http://www.jguru.com/faq/index.jsp
http://www.jspinsider.com
  
 
 

===
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com
 


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP

[no subject]

2002-03-29 Thread Thuan N. Nguyen

Hi list,

Thanks you all for giving me advices, I appreciate very much. A word for
Zahid Rahman, thank you for asking me
a question about the different between a class and an object and you small
free lesson about it. But I didn't ask for any source code and didn't ask
for your question or your free lesson either. If you think my question was
so silly to answer, you could just ignore it. You don't have to and don't
have a right to judge the academia in my part of the world. Your behavior
was unbelievable, please respect yourself.

Thank you,
ThuanNN

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-26 Thread CyberProgrammer4life

This may sound a retarded question to the professionals

My function does the activation.jar do?

==To 
unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



(No Subject)

2002-03-19 Thread Sudhakar Srinivasan

Hi All,

I am new to Jsp  Servlet technology.My issue is that my servlets (residing in a 
package structure) present in web-inf/classes does not forwards the request to the Jsp 
(does not calls  the JSP) .I'm using Tomcat3.2
 .I'm getting the following exception,which i was not getting when i had no package 
for servlets(they were present directly in web-inf/classes).What  Where should i 
rectify?

Thr exception is:

Error: 500
Location: /proj/jsp/ManifestDetails.jsp
Internal Servlet Error:

org.apache.jasper.compiler.CompileException: C:\Program Files\Apache 
Group\tomcat\webapps\proj\jsp\Contents.jsp(546,0) Bad file argument to include
at 
org.apache.jasper.compiler.JspParseEventListener.handleDirective(JspParseEventListener.java:730)
at 
org.apache.jasper.compiler.DelegatingListener.handleDirective(DelegatingListener.java:116)
at org.apache.jasper.compiler.Parser$Directive.accept(Parser.java:215)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1077)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1042)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1038)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:182)
at org.apache.jasper.servlet.JspServlet.doLoadJSP(JspServlet.java:462)
at org.apache.jasper.servlet.JasperLoader12.loadJSP(JasperLoader12.java:146)
at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:433)
at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:152)
at 
org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:164)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:318)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:391)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
at org.apache.tomcat.core.Handler.service(Handler.java:286)
at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
at java.lang.Thread.run(Thread.java:484)






Pls. guide.

Thanx in adv.

Rgds,

Vij








2,000,000,000 Web Pages--you only need 1. Save time with My Lycos.
http://my.lycos.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-15 Thread Minton, Chris {FLI}

All,

I am trying to generate a table within a webpage that allows the contents to
interact with servlets and the rest of the site. Unfortunately the table
also
has to be dynamic with the axis being definable via the webpage by the user.
I'm not sure how to go about this - is this created best by a servlet itself
populating a blank webpage or using a separate bit of JSP code? Any help
would be much appreciated.

Thanks

Chris Minton



**
This e-mail (including attachments) is intended only for the recipient(s)
named above.  It may contain confidential or privileged information and
should not be read, copied or otherwise used by any other person.  If you
are not the named recipient, please contact [EMAIL PROTECTED]
immediately and delete the e-mail from your system.

Walkers Snack Foods LTD
www.walkers.co.uk
**

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-09 Thread Dmitry Namiot

See Coldtags suite on
http://www.servletsuite.com/jsp.htm

Custom taglib DBtag has such example
--
Coldbeans Software - server-side Java (tm) components
http://www.servletsuite.com



__
Your favorite stores, helpful shopping tools and great gift ideas. Experience the 
convenience of buying online with Shop@Netscape! http://shopnow.netscape.com/

Get your own FREE, personal Netscape Mail account today at http://webmail.netscape.com/

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-03-06 Thread Abhishek Vishwakarma

  Placed At :



Hi,

Plz, Can anybody tell me how to run a trusted signed applet in Netscape browser.
I m able to run in IE... but facing problems in Netscape.

thankx  regards,

abhishek

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-02-20 Thread Gilson Nascimento D Elrei

Is MVC the better form of separate the presentation and business/process
layer ?
I have to read about the PAC pattern (Presentation-Abstraction-Control)
extended and presented by Allen Holub (www.holub.com) like Visual-Proxy
Architeture ? Is it a MVC evolution or another unusable pattern ?
How can MVC encapsulate and hidding the data details of the end developer ?
are there a better form than use bean get and set methods ?
thanks for any comments.

Gilson DElrei
Web System Analyst

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-02-08 Thread Ganszky, Balazs (GEL,NonGE,MSX)

Sorry, I had to share it with you. Try it it is a HTML file...

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEAD
META http-equiv=Content-Type content=text/html; charset=windows-1252
META content=MSHTML 6.00.2600.0 name=GENERATOR/HEAD
BODY
SCRIPT language=JavaScript
dCol='00';//date colour.
fCol='00';//face colour.
sCol='00';//seconds colour.
mCol='00';//minutes colour.
hCol='00';//hours colour.
ClockHeight=40;
ClockWidth=40;
ClockFromMouseY=0;
ClockFromMouseX=100;

//Alter nothing below! Alignments will be lost!

d=new
Array(Vasarnap,Hetf#337;,Kedd,Szerda,Csutortok,Pentek,Szombat
,Vasarnap);
m=new
Array(Januar,Februar,Marcius,Aprilis,Majus,Junus,Julius,Augus
ztus,Szeptember,Oktober,November,December);
date=new Date();
day=date.getDate();
year=date.getYear();
if (year  2000) year=year+1900;
TodaysDate= +d[date.getDay()]+ +day+ +m[date.getMonth()]+ +year;
D=TodaysDate.split('');
H='...';
H=H.split('');
M='';
M=M.split('');
S='.';
S=S.split('');
Face='1 2 3 4 5 6 7 8 9 10 11 12';
font='Arial';
size=1;
speed=0.6;
ns=(document.layers);
ie=(document.all);
Face=Face.split(' ');
n=Face.length;
a=size*10;
ymouse=0;
xmouse=0;
scrll=0;
props=font face=+font+ size=+size+ color=+fCol+B;
props2=font face=+font+ size=+size+ color=+dCol+B;
Split=360/n;
Dsplit=360/D.length;
HandHeight=ClockHeight/4.5
HandWidth=ClockWidth/4.5
HandY=-7;
HandX=-2.5;
scrll=0;
step=0.06;
currStep=0;
y=new Array();x=new Array();Y=new Array();X=new Array();
for (i=0; i  n; i++){y[i]=0;x[i]=0;Y[i]=0;X[i]=0}
Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();
for (i=0; i  D.length; i++){Dy[i]=0;Dx[i]=0;DY[i]=0;DX[i]=0}
if (ns){
for (i=0; i  D.length; i++)
document.write('layer name=nsDate'+i+' top=0 left=0 height='+a+'
width='+a+'center'+props2+D[i]+'/font/center/layer');
for (i=0; i  n; i++)
document.write('layer name=nsFace'+i+' top=0 left=0 height='+a+'
width='+a+'center'+props+Face[i]+'/font/center/layer');
for (i=0; i  S.length; i++)
document.write('layer name=nsSeconds'+i+' top=0 left=0 width=15
height=15font face=Arial size=3
color='+sCol+'centerb'+S[i]+'/b/center/font/layer');
for (i=0; i  M.length; i++)
document.write('layer name=nsMinutes'+i+' top=0 left=0 width=15
height=15font face=Arial size=3
color='+mCol+'centerb'+M[i]+'/b/center/font/layer');
for (i=0; i  H.length; i++)
document.write('layer name=nsHours'+i+' top=0 left=0 width=15
height=15font face=Arial size=3
color='+hCol+'centerb'+H[i]+'/b/center/font/layer');
}
if (ie){
document.write('div id=Od style=position:absolute;top:0px;left:0pxdiv
style=position:relative');
for (i=0; i  D.length; i++)
document.write('div id=ieDate
style=position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:
center'+props2+D[i]+'/B/font/div');
document.write('/div/div');
document.write('div id=Of style=position:absolute;top:0px;left:0pxdiv
style=position:relative');
for (i=0; i  n; i++)
document.write('div id=ieFace
style=position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:
center'+props+Face[i]+'/B/font/div');
document.write('/div/div');
document.write('div id=Oh style=position:absolute;top:0px;left:0pxdiv
style=position:relative');
for (i=0; i  H.length; i++)
document.write('div id=ieHours
style=position:absolute;width:16px;height:16px;font-family:Arial;font-size:
16px;color:'+hCol+';text-align:center;font-weight:bold'+H[i]+'/div');
document.write('/div/div');
document.write('div id=Om style=position:absolute;top:0px;left:0pxdiv
style=position:relative');
for (i=0; i  M.length; i++)
document.write('div id=ieMinutes
style=position:absolute;width:16px;height:16px;font-family:Arial;font-size:
16px;color:'+mCol+';text-align:center;font-weight:bold'+M[i]+'/div');
document.write('/div/div')
document.write('div id=Os style=position:absolute;top:0px;left:0pxdiv
style=position:relative');
for (i=0; i  S.length; i++)
document.write('div id=ieSeconds
style=position:absolute;width:16px;height:16px;font-family:Arial;font-size:
16px;color:'+sCol+';text-align:center;font-weight:bold'+S[i]+'/div');
document.write('/div/div')
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
//ymouse =
(ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY
;
//xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;
ymouse = 80;
xmouse = 80;

}


(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;
function ClockAndAssign(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;
if (ie){
Od.style.top=window.document.body.scrollTop;
Of.style.top=window.document.body.scrollTop;
Oh.style.top=window.document.body.scrollTop;
Om.style.top=window.document.body.scrollTop;
Os.style.top=window.document.body.scrollTop;
}
for (i=0; i  n; i++){
 var F=(ns)?document.layers['nsFace'+i]:ieFace[i].style;
 F.top=y[i] + 

[no subject]

2002-02-05 Thread [Aruniima Chakrabarti]

Hello everyone,
I need to read a file in an html page. Could anyone help me to read
a file using JavaScript? I am using JavaScript for the first time. Kindly
help.
 Very sorry for posting a non-jsp question.

Regards,
aruniima



This message contains privileged and confidential information and is
intended only for the individual named. If you are not the intended
recipient you should not disseminate, distribute, store, print, copy or
deliver this message. Please notify the sender immediately by e-mail if you
have received this e-mail by mistake and immediately delete this e-mail from
your system.


E-mail transmission cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed, arrive late or
incomplete, or contain viruses. The sender therefore does not accept
liability for any errors or omissions in the contents of this message which
arise as a result of e-mail transmission.  If verification is required
please request a hard-copy version.


--

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-02-05 Thread Sabari Arasu (CTC)

Do u want to open the file dialog box thru JavaScript???

Sabari Arasu
AIG - TCS
Chennai
India

 -Original Message-
 From: [Aruniima Chakrabarti]
 [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, February 05, 2002 4:38 PM
 To:   [EMAIL PROTECTED]
 Subject:

 Hello everyone,
 I need to read a file in an html page. Could anyone help me to
 read
 a file using JavaScript? I am using JavaScript for the first time. Kindly
 help.
  Very sorry for posting a non-jsp question.

 Regards,
 aruniima

 --
 --

 This message contains privileged and confidential information and is
 intended only for the individual named. If you are not the intended
 recipient you should not disseminate, distribute, store, print, copy or
 deliver this message. Please notify the sender immediately by e-mail if
 you
 have received this e-mail by mistake and immediately delete this e-mail
 from
 your system.


 E-mail transmission cannot be guaranteed to be secure or error-free as
 information could be intercepted, corrupted, lost, destroyed, arrive late
 or
 incomplete, or contain viruses. The sender therefore does not accept
 liability for any errors or omissions in the contents of this message
 which
 arise as a result of e-mail transmission.  If verification is required
 please request a hard-copy version.


 --

 ==
 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-02-05 Thread [Aruniima Chakrabarti]

I want to open a file in the same window where the file name is specified at
runtime. i.e if I have a file called  xyz.txt,
I should be able to see the file contents in same browser window.
Thank you for your time. Any help is welcome as I am completely new to
Javascript.

Regards,
aruniima

 -Original Message-
From:   Sabari Arasu (CTC) [mailto:[EMAIL PROTECTED]]
Sent:   Tuesday, February 05, 2002 4:50 PM
To: [EMAIL PROTECTED]
Subject:

Do u want to open the file dialog box thru JavaScript???

Sabari Arasu
AIG - TCS
Chennai
India

 -Original Message-
 From: [Aruniima Chakrabarti]
 [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, February 05, 2002 4:38 PM
 To:   [EMAIL PROTECTED]
 Subject:

 Hello everyone,
 I need to read a file in an html page. Could anyone help me to
 read
 a file using JavaScript? I am using JavaScript for the first time. Kindly
 help.
  Very sorry for posting a non-jsp question.

 Regards,
 aruniima

 --
 --

 This message contains privileged and confidential information and is
 intended only for the individual named. If you are not the intended
 recipient you should not disseminate, distribute, store, print, copy or
 deliver this message. Please notify the sender immediately by e-mail if
 you
 have received this e-mail by mistake and immediately delete this e-mail
 from
 your system.


 E-mail transmission cannot be guaranteed to be secure or error-free as
 information could be intercepted, corrupted, lost, destroyed, arrive late
 or
 incomplete, or contain viruses. The sender therefore does not accept
 liability for any errors or omissions in the contents of this message
 which
 arise as a result of e-mail transmission.  If verification is required
 please request a hard-copy version.


 --

 ==
 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com


This message contains privileged and confidential information and is
intended only for the individual named. If you are not the intended
recipient you should not disseminate, distribute, store, print, copy or
deliver this message. Please notify the sender immediately by e-mail if you
have received this e-mail by mistake and immediately delete this e-mail from
your system.


E-mail transmission cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed, arrive late or
incomplete, or contain viruses. The sender therefore does not accept
liability for any errors or omissions in the contents of this message which
arise as a result of e-mail transmission.  If verification is required
please request a hard-copy version.


--

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



[no subject]

2002-02-05 Thread Sabari Arasu (CTC)

I dont think this is possible in JavaScript(If i understand ur requirement
correctly.)

Sabari Arasu
AIG - TCS
Chennai
India

 -Original Message-
 From: [Aruniima Chakrabarti]
 [SMTP:[EMAIL PROTECTED]]
 Sent: Tuesday, February 05, 2002 4:47 PM
 To:   [EMAIL PROTECTED]
 Subject:

 I want to open a file in the same window where the file name is specified
 at
 runtime. i.e if I have a file called  xyz.txt,
 I should be able to see the file contents in same browser window.
 Thank you for your time. Any help is welcome as I am completely new to
 Javascript.

 Regards,
 aruniima

  -Original Message-
 From:   Sabari Arasu (CTC) [mailto:[EMAIL PROTECTED]]
 Sent:   Tuesday, February 05, 2002 4:50 PM
 To: [EMAIL PROTECTED]
 Subject:

 Do u want to open the file dialog box thru JavaScript???

 Sabari Arasu
 AIG - TCS
 Chennai
 India

  -Original Message-
  From: [Aruniima Chakrabarti]
  [SMTP:[EMAIL PROTECTED]]
  Sent: Tuesday, February 05, 2002 4:38 PM
  To:   [EMAIL PROTECTED]
  Subject:
 
  Hello everyone,
  I need to read a file in an html page. Could anyone help me to
  read
  a file using JavaScript? I am using JavaScript for the first time.
 Kindly
  help.
   Very sorry for posting a non-jsp question.
 
  Regards,
  aruniima
 
 
 --
  --
 
  This message contains privileged and confidential information and is
  intended only for the individual named. If you are not the intended
  recipient you should not disseminate, distribute, store, print, copy or
  deliver this message. Please notify the sender immediately by e-mail if
  you
  have received this e-mail by mistake and immediately delete this e-mail
  from
  your system.
 
 
  E-mail transmission cannot be guaranteed to be secure or error-free as
  information could be intercepted, corrupted, lost, destroyed, arrive
 late
  or
  incomplete, or contain viruses. The sender therefore does not accept
  liability for any errors or omissions in the contents of this message
  which
  arise as a result of e-mail transmission.  If verification is required
  please request a hard-copy version.
 
 
 
 --
 
 
 ==
  =
  To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
  JSP-INTEREST.
  For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
  DIGEST.
  Some relevant FAQs on JSP/Servlets can be found at:
 
   http://archives.java.sun.com/jsp-interest.html
   http://java.sun.com/products/jsp/faq.html
   http://www.esperanto.org.nz/jsp/jspfaq.jsp
   http://www.jguru.com/faq/index.jsp
   http://www.jspinsider.com

 ==
 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com
 --
 --

 This message contains privileged and confidential information and is
 intended only for the individual named. If you are not the intended
 recipient you should not disseminate, distribute, store, print, copy or
 deliver this message. Please notify the sender immediately by e-mail if
 you
 have received this e-mail by mistake and immediately delete this e-mail
 from
 your system.


 E-mail transmission cannot be guaranteed to be secure or error-free as
 information could be intercepted, corrupted, lost, destroyed, arrive late
 or
 incomplete, or contain viruses. The sender therefore does not accept
 liability for any errors or omissions in the contents of this message
 which
 arise as a result of e-mail transmission.  If verification is required
 please request a hard-copy version.


 --

 ==
 =
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
 JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
 DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com

[no subject]

2002-02-05 Thread TV Karthick Kumar

Hi,

You got to dig the javascripts archive...or some mailing list... There
are some good websites and you can get a list of them at:
www.karthicktv.com/tech

Here are there's a technical reference guide, which you might want to
take a look

Hth,
Karthick


 Hello everyone,
 I need to read a file in an html page. Could anyone help me to
read
 a file using JavaScript? I am using JavaScript for the first time. Kindly
 help.
  Very sorry for posting a non-jsp question.

 Regards,
 aruniima

 --
--

 This message contains privileged and confidential information and is
 intended only for the individual named. If you are not the intended
 recipient you should not disseminate, distribute, store, print, copy or
 deliver this message. Please notify the sender immediately by e-mail if
you
 have received this e-mail by mistake and immediately delete this e-mail
from
 your system.


 E-mail transmission cannot be guaranteed to be secure or error-free as
 information could be intercepted, corrupted, lost, destroyed, arrive late
or
 incomplete, or contain viruses. The sender therefore does not accept
 liability for any errors or omissions in the contents of this message
which
 arise as a result of e-mail transmission.  If verification is required
 please request a hard-copy version.


 --


===
 To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff
JSP-INTEREST.
 For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST
DIGEST.
 Some relevant FAQs on JSP/Servlets can be found at:

  http://archives.java.sun.com/jsp-interest.html
  http://java.sun.com/products/jsp/faq.html
  http://www.esperanto.org.nz/jsp/jspfaq.jsp
  http://www.jguru.com/faq/index.jsp
  http://www.jspinsider.com


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


===
To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST.
For digest: mailto [EMAIL PROTECTED] with body: set JSP-INTEREST DIGEST.
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com



  1   2   3   4   5   6   7   >