Re: how to insert exe file in html

2000-09-26 Thread Manne Fagerlind

Please! This is a list for people interested in Java Server Pages.

Questions about HTML, DHTML, JavaScript or browser technology simply don't
belong here.

/Manne Fagerlind

-Original Message-
From: Rai, Rakesh (CTS) [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2000 13:43
To: [EMAIL PROTECTED]
Subject: how to insert exe file in html


Hi All

Its very urgent
could anybody help me in solving this problem.
I want to insert one exe in my html
I am getting this in IE by using iframe tag but what is corresponding tag in
netscape



Thanks
rakesh
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

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



No Subject

2000-09-26 Thread Manne Fagerlind

Try this:

if (session.getValue("nameofValue") == null) {

...

}

/Manne

-Original Message-
From: subramanian Athimoolam [mailto:[EMAIL PROTECTED]]
Sent: 26 September 2000 15:34
To: [EMAIL PROTECTED]
Subject:


hi friends
  i am using the seasson in my jsp page. i want to check
the seasson value.but before that i want to check either its  null?
or not how can i do it. if suppose null means it won't check any condition
it will displau the error null pointer exception. how can i coorect it.

thaks for your advice

subu



_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Servlets and JSP,Could they interact together?

2000-10-02 Thread Manne Fagerlind

Yes. However, if I've understood the specs correctly, there is no support
for using a RequestDispatcher object to do it (although the engine you
happen to be using may support it). Please correct me if I'm wrong, anyone!

What you can do is use the sendRedirect() method in the HttpServletResponse
object, but then you'll have to supply it with an absolute URL (e.g.
http://www.gte.com/your_page.asp), which may cause you problems if you move
your app.

Hope this helps!

Manne

-Original Message-
From: Makki, Rania [mailto:[EMAIL PROTECTED]]
Sent: 30 September 2000 03:40
To: [EMAIL PROTECTED]
Subject: Servlets and JSP,Could they interact together?


Hi,
If my server is Microsoft Information server, I can run JSP if i install
JRUN.
My question is : Can my Servlets or JSP pages redirect a request to an ASP
page??

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: servlet into jsp

2000-10-02 Thread Manne Fagerlind

Hi Alex,

Use a dynamic include:



Regards,
Manne

-Original Message-
From: Alejandro López [mailto:[EMAIL PROTECTED]]
Sent: 29 September 2000 21:22
To: [EMAIL PROTECTED]
Subject: servlet into jsp


Sorry I´m a new jsp programmer, this is a simple question. Can somebody tell
me how
I can insert the result (database) from a servlet into jsp file? What tag
may I
use?

Thanks a lot
Alex

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Servlet or JSP

2000-10-02 Thread Manne Fagerlind

Well... if you think the customer is malicious, and he or any of his
consultants knows what he's doing, using servlets won't help you. There are
excellent decompilers on the market...

If you use Java you'll just have to trust your customer... :-)

Regards,
Manne

-Original Message-
From: Robuschi (Delfi) [mailto:[EMAIL PROTECTED]]
Sent: 29 September 2000 17:49
To: [EMAIL PROTECTED]
Subject: Re: Servlet or JSP


JSP is better but you take the source so if you must give it to a customer,
he can read your code
Servlet is compiled... so hidden from other's eyes!!!

Bye

Robuschi Roberto  Delfi srl
P.za Ravenet 1/b - 43100 PARMA
Tel. 0521/932411 Fax 0521/989045
[EMAIL PROTECTED] --- http://www.delfi.it

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: To: Sufi "ASK ANYTHING" Malak

2000-10-02 Thread Manne Fagerlind

Tom,

I don't think it's just the range of subjects that Sufi covers that gets on
people's nerves, but also the fact that he never seems to try to find the
answers to questions himself. I agree that he should at least read the FAQs
and a book about JSP first. And I, too, get irritated when the list is
flooded by mails that aren't about JSP at all; I don't want to miss anything
really interesting. I think it's getting hard to see the trees for the
forest. :-)

Regards, Manne



-Original Message-
From: Tom Preston [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2000 16:43
To: [EMAIL PROTECTED]
Subject: Re: To: Sufi "ASK ANYTHING" Malak


Guys,  get over yourselves.  Give Sufi a break.  If the only questions
asked in this
forum were JSP specification questions, the list be almost non-existent.

SQL, Java, Javascipt, HTML, and app servers are all part of practical
jsp programming.

>I ran a search on the mail I've received from this list, and to my
surprise
>found over 50 answers generated by your questions. Quite an achievement
in a
>period of just two months. The range of subjects is also quite
impressive,
>you seem to be interested in JSP, Java, Javascript , several servers,
HTML
>and SQL, to name a few. Sending us complete samples of your code is a
nice
>gesture, but unfortunately there always seems to be a problem with it.
>
>It would be nice if you would post your questions on these subjects to
>appropriate lists elsewhere. Reading some manuals could also help
before
>asking a question, see the list for some ideas.
>
>Thanks in advance for your cooperation.



--
Tom

 --
| Thomas Preston   |
| Vacation.com, Inc.   |
| Engineering Department   |
| 617.654.8432 |
| http://www.vacation.com  |
 --

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Direct forward after 5 seconds

2000-10-02 Thread Manne Fagerlind

Add the following html tag to the page (I hope I remember the syntax
correctly):



Should work in all browsers.

Regards,
Manne

-Original Message-
From: Jim King [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2000 16:53
To: [EMAIL PROTECTED]
Subject: Direct forward after 5 seconds


Guys, I want to do this: after I click ok on the first page, I want to show
the result of my request (page 2) then after 5 seconds forward to another
page (page 3) using ().
Does any one know how to do that?
Thanks in advance,

_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Idea about off-topic mails

2000-10-04 Thread Manne Fagerlind

Hi everybody,

I've got an idea that may be worth trying.

 If everyone who had an off-topic question just included the tag [off-topic]
in the subject, it would be much easier to ignore these mails when you just
don't have the time to read them. That would make *me* less annoyed, anyway.
I would definitely answer a question about e.g. JDBC if I have the time, but
I can filter such mails out when I don't (like now for instance).

I still think that people who have a lot of questions about databases,
JavaScript, HTML, ActiveX controls etc. should consider using other sources
of information, but I don't the odd off-topic question, as long as I can
avoid it when I have to.

Regards,

Manne

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: offtopic: Can i have only one object for a class

2000-10-10 Thread Manne Fagerlind

Yes, you can use the singleton pattern, described e.g. by Gamma et al.

Example:

public class SingletonClass {

private static SingletonClass mInstance;

private SingletonClass() {

...

}

public SingletonClass getInstance() {
 if (mInstance == null) {
   mInstance = new SingletonClass();
 }
 return mInstance;
}

}

Other classes can only get an instance (nay, *the* instance!) of the class
by calling the getInstance() method.

Hope this helps,

Manne



-Original Message-
From: Sanjay Vashisht [mailto:[EMAIL PROTECTED]]
Sent: 10 October 2000 06:42
To: [EMAIL PROTECTED]
Subject: offtopic: Can i have only one object for a class


Hi All

This is an off-topic but an interesting question?
can i have only one object for a class defined. If user try to create
one more object that should be an Exception or error condition.

Thanks in Advance.
 Rgds
Sanjay

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Stored Procedures

2000-10-12 Thread Manne Fagerlind

It depends on the database + the nature of the queries. In many (most?)
databases, stored procedures are pre-compiled, which means that they are
faster than interactive SQL. However, the difference is dwarfed by the
execution time of a query that big.

/Manne

-Original Message-
From: Robuschi (Delfi) [mailto:[EMAIL PROTECTED]]
Sent: 12 October 2000 14:35
To: [EMAIL PROTECTED]
Subject: Re: Stored Procedures


I'm just tryin the best solution between simple queries and Stored
Procedures.

So i placed 5 tables, integrally referenced each other, and the main table
has 100.000 records.

I tried a query that joins these tables and a stored procedure that does the
same thing.

The result was the same: 4 seconds to execute both the query and the stored
procedure. So we decided to use queries... there are less troubles in
deploying the application.

Hope this can help you...

Robuschi Roberto  Delfi srl
P.za Ravenet 1/b - 43100 PARMA
Tel. 0521/932411 Fax 0521/989045
[EMAIL PROTECTED] --- http://www.delfi.it

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: bean initialization lock

2000-11-10 Thread Manne Fagerlind

Hello Primoz,

Actually, the code you wrote should work. What JSP engine are you using?

Dani's code might do the trick. If that still doesn't work, you might want
to try using a Singleton (see the book Design Patterns by Gamma et al.) to
make sure that only one instance of the class is ever created.

regards,

Manne

-Original Message-
From: Clemente Dani [mailto:[EMAIL PROTECTED]]
Sent: 10 November 2000 08:24
To: [EMAIL PROTECTED]
Subject: Re: bean initialization lock


Hi, it should be working, shouldn't it?. Try putting your init()
reference into you bean constructor method.

Bye,  Dani

- Mensaje Original -
De: Primo=BE Hrvatin <[EMAIL PROTECTED]>
Fecha: Jueves, Noviembre 9, 2000 3:18 pm
Asunto: bean initialization lock

> Hi!
>
> Is it possible to prevent other JSP pages from initializing multiple
> instances of an application scoped bean? I'm using gnujsp 1.0.1 on
> apache1.3.14/Jserv 1.1.2.
>
> I have this code in various JSP pages, which I want to be executed
> onlyonce in whichever page that is loaded first:
>
> 
> <%
>   abc.init(application);
> %>
> 
>
> init() method has synchronized access, so it should be impossible for
> multiple bean instances to get initialized. The init() method
> starts a
> thread which writes to the servlet context log. Yet, I get
> multiple thread
> instances if the JspServlet is initialized with multiple client
> requests,i.e. heavy load.
>
> Help very much appreciated!
>
> Primoz
>
>

===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>



Consigue tu cuenta gratuita de acceso a internet y de correo en
http://www.navegalia.com

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: can i store an ArrayList in Session?

2000-11-10 Thread Manne Fagerlind

Ginni,

My guess is that you're using a version that does not support v 2.2 of the
Servlet API. In that case you have to use the deprecated methods
putValue(String a, Object b) and getValue(String a) instead (not a long-term
solution, though).

This problem should be added to the faq, if it's not there already. It pops
up on this list once a day or so. :-)

/Regards, Manne

-Original Message-
From: Antonio W. Lagnada [mailto:[EMAIL PROTECTED]]
Sent: 10 November 2000 00:16
To: [EMAIL PROTECTED]
Subject: Re: can i store an ArrayList in Session?


That's strange -- setAttribute should be able to take in any object.

--
Antonio W. Lagnada
Ecommerce Consultant
[EMAIL PROTECTED]

This email address is specifically
for JSP-Interest email list.
Remove _NOSPAM for the actual email.



 Ginni <[EMAIL PROTECTED]> wrote:
> hi everybody!
>
> i m trying to store an ArrayList in session ..here is the code
>
> <%@ page language="java"  import="java.util.*"%>
> <%@ page errorPage="errorpage.jsp" %>
>
> <%
> String [] values;
> ArrayList al = new ArrayList();
> values = request.getParameterValues("product");
>
> for (int i=0;i  al.add(values[i]);
> }
> session.setAttribute ("SelectedProducts", al);
> %>
>
> it gives me the following error
>
> Method setAttribute(java.lang.String, java.util.ArrayList) not found
> in
> interface javax.servlet.http.HttpSession.
>
> what do i do?
>
>
> thanks for your time,
>
>
>
>
> :-)
> Have a great Day!
> -Ginni
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

___
To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax,
all in one place - sign up today at http://www.zdnetonebox.com

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: keeping track of user connections

2000-11-20 Thread Manne Fagerlind

Actually, it's when the session times out (the server doesn't know if you
close the browser window unless you explicitly tell it, e.g. using a crafty
JavaScript).

/Manne

-Original Message-
From: M. Simms [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2000 05:00
To: [EMAIL PROTECTED]
Subject: Re: keeping track of user connections


There are session monitor events which you can register listeners for to get
a response when a browser closes.

> -Original Message-
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
> Sent: Sunday, November 19, 2000 7:18 AM
> To: [EMAIL PROTECTED]
> Subject: Re: keeping track of user connections
>
>
> Hi!
>
> But contact the browser (to check whether it is still connected), while
> performing a lengthy process?
>
> Raman.
>
> 19-Nov-2000 0045 GMT.
>
> - Original Message -
> From: Dengler Martin <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, November 17, 2000 2:56 AM
> Subject: Re: keeping track of user connections
>
>
> > Hi,
> >
> > sorry, but HTTP is a stateless Protocoll. after a client-request is
> > answered by a server, the transaction is finished.
> > if the user logs in and forgets to log out, u can do nothing
> about it, but
> > wait for timeout.
> >
> > Greetings
> > md
> >
>
> ==
> =
> 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://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Which one is recommended Web Server with JSP engine?

2000-11-20 Thread Manne Fagerlind

Hello,

Did you get to this to work with JBuilder Professional, or do you have the
Enterprise version?

Regards,

Manne Fagerlind

-Original Message-
From: M. Simms [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2000 05:00
To: [EMAIL PROTECTED]
Subject: Re: Which one is recommended Web Server with JSP engine?


Would you believe for the express purpose of having the incredibly powerful
capability of break-point debugging of BOTH servlets and JSP.which
JBuilder 4 provides.BUT ONLY WITH TOMCAT.

Optimal Usage: Debug with Tomcat, deploy to Resin or better yet, Orion.

> -Original Message-
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of John Foulds
> Sent: Thursday, September 07, 2000 6:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Which one is recommended Web Server with JSP engine?
>
>
> Pardon my ignorance of Resin, but why use Tomcat then?
>
>
> - Original Message -
> From: "M. Simms" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, November 19, 2000 5:54 PM
> Subject: Re: Which one is recommended Web Server with JSP engine?
>
>
> > Tomcat is about 3 or 4 times slower than Resin or Weglogic.
> >
> > > -Original Message-
> > > From: A mailing list about Java Server Pages specification
> and reference
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Raman
> > > Sent: Sunday, November 19, 2000 5:11 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Which one is recommended Web Server with JSP engine?
> > >
> > >
> > > Hi!
> > >
> > > Can anybody tell me which one is most popular JSP hosting
> > > web server? I'm currently using WebLogic 5.1. Some of my
> > > friends are using Tomcat, WebSphere etc. By the way, is
> > > Resin also a web server with JSP engine?
> > >
> > > Raman.
> > >
> > > 18-Nov-2000 10:40 PM GMT
> > >
> > > ==
> > > =
> > > 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://java.sun.com/products/jsp/faq.html
> > >  http://www.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> >
> >
> ==
> =
> > 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://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ==
> =
> 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://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Hi

2000-11-20 Thread Manne Fagerlind

Should work fine

-Original Message-
From: Deepak C S [mailto:[EMAIL PROTECTED]]
Sent: 20 November 2000 12:27
To: [EMAIL PROTECTED]
Subject: Hi


Hi,

Could anybody tell whether I could use both CGI-perl and
ApacheJserv together for Backend(Server Side) of a single Site. I am using
Linux and Apache
 WebServer.



Thanks and Regards,

Deepak C. S.
Planetasia Ltd,
A Microland Group Company,
Contact: 5522252 54 57 58 58 Extn 610
Email: [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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: SAX and DOM

2000-11-27 Thread Manne Fagerlind
Yes. DOM loads the whole XML document into memory and creates an object for
every node in the document. SAX simply scans the document and tells any
object interested what it finds as it goes along.

Regards,
Manne

-Original Message-
From: Anthony Mak [mailto:[EMAIL PROTECTED]]
Sent: 27 November 2000 07:44
To: [EMAIL PROTECTED]
Subject: SAX and DOM


Does DOM take more resource (memory) than SAX?

Anthony Mak
---
 $B%"%s%=%s%K!pJs%7%9%F%`3t<02qhttp://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


Re: using JSP in MS products

2000-12-07 Thread Manne Fagerlind
I don't think there's an open source one, but you may find a free one. The
ones I've seen have cost money, though not a fortune (think they cost less
than $1000). If your budget is limited it might be wise to choose an all-MS
platform. All you have to pay for is the Windows NT license, and development
time may be slightly shorter as well.

Good luck!


-Original Message-
From: Taku Sugimoto [mailto:[EMAIL PROTECTED]]
Sent: 07 December 2000 16:25
To: [EMAIL PROTECTED]
Subject: Re: using JSP in MS products


Yes, i'm afraid the JDBC drivers are expensive.
How much are they in general.
Is there open source JDBC driver?
What JDBC driver is recommended?

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 08, 2000 12:00 AM
Subject: RE: using JSP in MS products


> Why can't you use a JDBC driver? You know that there are drivers for SQL
> Server, don't you?
>
> -Original Message-
> From: Taku Sugimoto [mailto:[EMAIL PROTECTED]]
> Sent: 07 December 2000 15:27
> To: [EMAIL PROTECTED]
> Subject: using JSP in MS products
>
>
> Hi,
>
> i'm using NT(sp6), IIS4.0 and MS SQLServer7.0.
> i want to use JSP, Servlet and JavaBeans (not EJB) to access
> the database. But unfortunately i can't use JDBC driver,
> therefore to connect the database, i have to use ASP.
> Is it possible to pass data (XML format, maybe) or
> parameters (using JavaScript) between JSP and ASP?
> Or, in this case, is it better to use not JSP/Servlet but ASP?
> If possble, how can i do this?
>
> thanks in advance.
> taku
>
>
===
> 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://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


Re: HOW TO DETECT THE REFERAL PAGE

2001-01-04 Thread Manne Fagerlind

Actually, I believe it's case sensitive:

request.getHeader("Referer"));

though I may be wrong.

-Original Message-
From: Dinesh_Pandey [mailto:[EMAIL PROTECTED]]
Sent: 04 January 2001 09:19
To: [EMAIL PROTECTED]
Subject: HOW TO DETECT THE REFERAL PAGE


> I guess u can use
> request.getHeader("referer"));
>
> Dinesh
>
> -Original Message-
> From: hotmail [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, December 05, 2000 10:06 AM
> To:   [EMAIL PROTECTED]
> Subject:  HOW TO DETECT THE REFERAL PAGE
>
> Hi all,
> hey when i cometo a jsp page frm another page how can i detect on 2nd page
> frm where i came frm?
> anybody.?
> thx
> MJ
>
> ==
> =
> 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://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



No Subject

2001-01-04 Thread Manne Fagerlind

Nagaraj,

With due respect, I would not agree about the Easy_to_reuse_code rule;
re-use is much easier if the code is encapsulated in a good bean.

But solution 3. still seems the best, although a simpler architecture could
be ok if the app is very simple and the logic is not likely to be re-used in
later projects.

/Manne

-Original Message-
From: G.Nagarajan [mailto:[EMAIL PROTECTED]]
Sent: 04 January 2001 12:12
To: [EMAIL PROTECTED]
Subject:


When is a jsp page good?

some rules could be
Easy_html_rule
A html designer can easily understand and modify the page
Easy_debug_rule
Easy to debug when an error happens
Easy_change_rule
Easy to change code without affecting other areas
Easy_to_reuse_code
Isolate repeated code and use it other pages.

so, when we apply the above rules it becomes clear that solution 3 is the
best.
To make it even easier for the html designer, the remaining java code can be
hidden using jsp tags.

Regards,
Nagaraj.

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Hariharan N
Sent: Thursday, January 04, 2001 11:48 AM
To: [EMAIL PROTECTED]
Subject: Re:


Hi!
This is re-post for more replies and suggestions!

  I want to display a set of employee details from database in a JSP
Page.
Which method is best suited and "WHY"?


2. Divide into
   Emp.jsp
   Database Bean
   form jsp create database bean which would fetch records form database.
Return directly theresultset to the JSP and display the records

3.Divide into
   Emp.jsp
   Database Bean
   Employee object
   form jsp create database bean which would fetch records form database.
from the no of records fetched create as many employee objects and fill the
details and send them as a vector to jsp which it would be type casted to
employee object not bean and then values are displayed from getmethods!!!

Please explain why and which method is good... WHY..
Thanks!

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



No Subject

2001-01-04 Thread Manne Fagerlind

A simpler architecture will make for faster development, so in some
situation it's the best (or even only) choice. That's true ven if you're not
learning jsp. :-)

/Manne

-Original Message-
From: G.Nagarajan [mailto:[EMAIL PROTECTED]]
Sent: 04 January 2001 13:43
To: [EMAIL PROTECTED]
Subject:


Manne,
>re-use is much easier if the code is encapsulated in a good bean.

I agree, just transferring code from a jsp page into a bean does not make it
re-usable. But, in the case of database handling, there is some code which
is
common like opening the connection, etc. What I do is to have a separate
class which hides the details of connecting to the database etc. It also
provides
methods for adapting to different JDBC drivers (when using transactions,
joins etc)
and for adapting data values to the selected database.

>But solution 3. still seems the best, although a simpler architecture could
>be ok if the app is very simple and the logic is not likely to be re-used
in
>later projects.
if one is learning jsp then it is ok.

regards,
Nagaraj.

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: FORWARD

2001-01-04 Thread Manne Fagerlind

Sth has been written to the output stream previously, which means a forward
won't work. This may be because you have a  before this tag on
your page, or because the page is so big that the buffer gets flushed.

/Manne

-Original Message-
From: Ramneesh Trehan [mailto:[EMAIL PROTECTED]]
Sent: 05 January 2001 00:31
To: [EMAIL PROTECTED]
Subject: JSP:FORWARD


Hi All
Can anybody help me out of the JSP:FORWARD  mess...
I m catching the values entered thru frontend and based on the value
entered in Masters named textboxyhe user is forwarded to different
Pages
but i m getting the following error 

java.io.IOException: Error: Attempt to clear a buffer that's
already been flushed
at
com.sun.jsp.runtime.JspWriterImpl.clear(JspWriterImpl.java:115)
at
E_0003a.jswdk_0002d_00031_0005f_00030_0005f_00031.examples.Version.Version_0
005ca


tmstr_0002ejspatmstr_jsp_1._jspService(Version_0005catmstr_0002ejspatmstr_js
p_1.java:120)

at com.sun.jsp.runtime.HttpJspBase.service(HttpJspBase.java:87)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at
com.sun.jsp.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:88)

at
com.sun.jsp.runtime.JspServlet.serviceJspFile(JspServlet.java:218)
at com.sun.jsp.runtime.JspServlet.service(JspServlet.java:294)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
at
com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
at com.sun.web.core.Context.handleRequest(Context.java:414)
at
com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139)

Whats the ERRORRR please help me out of this messs

Thanks
R.Trehan


the code is as below

<%try{
String m_name=request.getParameter("masters");
String to_date=request.getParameter("to_date");
String from_date=request.getParameter("from_date");
if(m_name.equalsIgnoreCase("aud_cmpny_mstr"))
{
%>

<%
}
}catch(Exception e){e.printStackTrace();}
%>

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Secure

2001-01-04 Thread Manne Fagerlind

request.getRemoteUser() should give you the login user name.

/Manne

-Original Message-
From: [Frank Guchelaar] [mailto:[EMAIL PROTECTED]]
Sent: 04 January 2001 13:43
To: [EMAIL PROTECTED]
Subject: Secure


Hi,

we're going to develop a sort of e-commerce site. Security will be very
important, so it's decided to use SSL. Are there any specific issues we
should take in mind during the development stage because of the use of ssl?

Also we would like to make use of the 'default' login-dialog which the
browser pops-up when someone tries to enter a 'protected' directory. Getting
the browser to pop this up isn't that hard, but how can I retreive the
information that was entered by the user?

Hoping my questions are clear,
regards


Frank Guchelaar, VCD Automatisering
Software Developer
Tel: 627
Kamer: 1A06
-

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: About an integrating tool for programming Servlets and JSP.

2000-03-23 Thread manne . fagerlind

 J++ promotes corrupted MS Java and has no support for JSP.

Try Forte4Java from www.xelphi.com instead - still in Beta but very
interesting.

Supports servlets and JSP and has a built-in HTTP server for debugging them.
I've just downloaded it and haven't tried these functions, but it looks
promising.

-Original Message-
From: Steven Almeroth
To: [EMAIL PROTECTED]
Sent: 3/22/00 11:13 PM
Subject: Re: About an integrating tool for programming Servlets and JSP.

im not sure about specific servlet/JSP functionality, but Interdev's
sister
application is Visual J++.   InterDev and J++ are both part of Visual
Studio.   ---stav

> -Original Message-
> From: Humberto Martínez Silva [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 22, 2000 12:49 PM
> To: [EMAIL PROTECTED]
> Subject: About an integrating tool for programming Servlets and JSP.
>
>
> Hello:
>
> Do you know any integrating tool for Windows that I can use
> for develop Web
> projects and that permits programming in Java?
>
> For example, Microsoft Visual InterDev is a tool of this kind
> that permits
> programming ASP. Is it permiting programming in Java (Servlets, JSP)?
>
> Thanks.
>
> Lic. Humberto Martínez Silva.
> ESI STGO DE CUBA.
>


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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: About an integrating tool for programming Servlets and JS P.

2000-03-23 Thread manne . fagerlind

 I'm an idiot!

The correct URL is:

www.xelfi.cz

-Original Message-
From: Rohit Wadhwa
To: [EMAIL PROTECTED]
Sent: 3/23/00 11:56 AM
Subject: Re:  Re: About an integrating tool for programming Servlets and
JSP.

The site www.xelphi.com cannot be accessed. Is the site still up?

Rohit.

- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 23, 2000 3:04 PM
Subject: Re: About an integrating tool for programming Servlets and JSP.


> J++ promotes corrupted MS Java and has no support for JSP.
>
> Try Forte4Java from www.xelphi.com instead - still in Beta but very
> interesting.
>
> Supports servlets and JSP and has a built-in HTTP server for debugging
them.
> I've just downloaded it and haven't tried these functions, but it
looks
> promising.
>
> -Original Message-
> From: Steven Almeroth
> To: [EMAIL PROTECTED]
> Sent: 3/22/00 11:13 PM
> Subject: Re: About an integrating tool for programming Servlets and
JSP.
>
> im not sure about specific servlet/JSP functionality, but Interdev's
> sister
> application is Visual J++.   InterDev and J++ are both part of Visual
> Studio.   ---stav
>
> > -Original Message-
> > From: Humberto Martínez Silva [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 22, 2000 12:49 PM
> > To: [EMAIL PROTECTED]
> > Subject: About an integrating tool for programming Servlets and JSP.
> >
> >
> > Hello:
> >
> > Do you know any integrating tool for Windows that I can use
> > for develop Web
> > projects and that permits programming in Java?
> >
> > For example, Microsoft Visual InterDev is a tool of this kind
> > that permits
> > programming ASP. Is it permiting programming in Java (Servlets,
JSP)?
> >
> > Thanks.
> >
> > Lic. Humberto Martínez Silva.
> > ESI STGO DE CUBA.
> >
>
>

> ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
> JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>

===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

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

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets