Re: Usage of jsp:include versus file include

2001-12-13 Thread Oleg Zhurakouksy
Title: RE: Usage of jsp:include versus file include I think "file include" is an HTML command that gets processed by the browser as opposed to jsp:include that gets eventualy compiled into the servlet. Also check this scenario: (it's kind of simmilar to this problem)   Let's say you have a

Re: Oracle's jDeveloper

2001-12-13 Thread Oleg Zhurakouksy
Title: Oracle's jDeveloper It's not just Oracle   Any modern tool would give you simmilar error. It all comes down to dirrectory structure that basicaly looks at two things: 1. Document root (html, jsp, etc..) and classpath (java classes, java beans, jar files etc...)   I would say it would

Re: thread sleep between jsp includes

2001-12-14 Thread Oleg Zhurakouksy
Let me see if I get this right; 1. If you trying to see second JSP overriding th first one, try to use forward() instead of include() 2. If you trying to show the first one and then 5 sec later the second one I don't think this is the right technic since I don't believe the page will be displayed

Re: Jsp native database functions

2001-12-27 Thread Oleg Zhurakouksy
Title: Jsp native database functions JDBC will create connectivity (sort of communication chanel) between your app and DB. Any SQL statement that is acceptable by your DB can be executed including (create tables/sequences/constraints) Alex -Original Message-From: A mailing list abo

Re: calling a ejb

2001-12-27 Thread Oleg Zhurakouksy
try to use RTFB rule -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kam Premkumar Sent: Monday, December 10, 2001 2:32 PM To: [EMAIL PROTECTED] Subject: calling a ejb Any body knows how to call an ejb fr

Re: clustering in tomcat

2001-12-27 Thread Oleg Zhurakouksy
try RTF- http://jakarta.apache.org/ -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kam Premkumar Sent: Monday, December 10, 2001 2:57 PM To: [EMAIL PROTECTED] Subject: clustering in tomcat Does tomcat su

Re: calling a ejb

2001-12-27 Thread Oleg Zhurakouksy
mas. ;-) On Thu, 27 December 2001, Oleg Zhurakouksy wrote: > try to use RTFB rule > - Mike Wills AS400 Programmer programmerATkoldarkDOTnet __ Launch your own web site Today! Create a Web site for your family, friends, photos, or a

Re: calling a ejb

2001-12-27 Thread Oleg Zhurakouksy
they themselves dont know. Usually I pick the former and, therefore, dont post my solutions. A few times, however, people have written directly to me asking me for a solution should I find or receive one. -Tim -Original Message----- From: Oleg Zhurakouksy [mailto:[EMAIL PROTECTED]] Sent: Thursd

Re: How to configure j2ee in windows 2000

2001-12-28 Thread Oleg Zhurakouksy
J2EE is an extantion to J2SE which is your JVM. J2EE will not work without JDK. So install JDK 1.2 or later and it should work Alex -Original Message-From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kam Premkuma