Re: JSP/JavaBean/XML Architecture

2000-04-28 Thread Ed
ing our own scripting language. Just a thought. But let me know what you think and end up doing. - Ed -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Shriver, Ryan Sent: Friday, April 28, 2000 11:22 AM To:

Accessing Classes from a JSP that have already been instantiated

2000-05-01 Thread Ed
class has been instantiated I am calling the JSP. I have the following JSP that works fine, but it creates a new "testObject" and I don't have access to the data from my already instantiated testObject. Any thoughts? Does this even make sense to do? - Ed <%@ page import="testO

Re: [noise] OpenSource JSP (was: SJSP and Apache/JServ)

1999-03-13 Thread Ed Anuff
t out of the spec should have been pushed to 1.1. Ed > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Vowles > Sent: Saturday, March 13, 1999 12:18 PM > To: [EMAIL PROTECTED] &

Re: What is the so great about JSP ?!

1999-03-14 Thread Ed Anuff
uff. The debate on this list is where the JSP 1.0 spec needs to be between #2 and #3. Ed > -Original Message- > From: A mailing list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Keith Kwiatek > Sent: Sunday, March 14, 1999 1:

Re: Can't get the server working

1999-06-04 Thread Ed Fowler
Was that JDK 1.1.7 or 1.1.8 on Windows? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Greg Zymbaluk Sent: Friday, June 04, 1999 10:15 AM To: [EMAIL PROTECTED] Subject: Re: Can't get the server working

Re: how to dynamically include a servlet in a jsp page (jsp1.0ea) ?

1999-06-09 Thread Jenkins, Ed
>PrintWriter out = new PrintWriter(resp.getOutputStream()); >out.println("my informations"); >Any ideas? thanks in advance. Maybe replace "out" with another name. === To unsubscribe, send email to [EMAIL PROTECTED] and inclu

FW: About web servers

1999-06-09 Thread Jenkins, Ed
You were close. Here it is. http://java.sun.com/products/jsp/industry.html Ed -Original Message- From: Yuichiro Kubota [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 09, 1999 12:36 AM To: [EMAIL PROTECTED] Subject: About web servers Hello, I saw JSP FAQ (http://java.sun.com

Re: POST and browser behavior

1999-06-10 Thread Jenkins, Ed
hat a page expires immediately or that it never expires. If you want to see source examples, lemme know and I'll dig them up. Ed Livin' La Vida Loca -Original Message- From: Chris Fesler [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 10, 1999 03:25 PM To: [EMAIL PROTECTED] Su

Re: Applets with Servlet or jsp

1999-06-10 Thread Jenkins, Ed
and display it within your applet, you have 2 options. 1. Use sockets (java.net.socket). 2. Use java.net.HttpURLConnection. Ed Livin' La Vida Loca > -Original Message- > From: Adam [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 10, 1999 05:30 PM > To: [EMAIL PRO

Re: POST and browser behavior

1999-06-10 Thread Jenkins, Ed
> 1. Use POST but then do a redirect. > > You post to a page that updates the state (say add something > to the basket) > and then redirect to a page which display the new state > (contents of the > basket). This way the user can hit reload and it doesn't > reapply the post. > This still doesn't

Re: POST and browser behavior

1999-06-10 Thread Jenkins, Ed
pire in 10 minutes. JSP probably has a similar syntax. Ed Livin' La Vida Loca > -Original Message- > From: Chris Fesler [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 10, 1999 04:28 PM > To: [EMAIL PROTECTED] > Subject: Re: POST and browser behavior > > &g

Re: Functions or SubRoutines in JSP?

1999-06-10 Thread Jenkins, Ed
>From what I've read so far, it looks like this: <% function Hello() { alert('Hello, world!'); } %> Ed Livin' La Vida Loca > -Original Message- > From: Pel I. Kan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 10

Re: QUESTION:Does the JSP:REQUEST directive work for JSP files or onl yservlets

1999-06-10 Thread Jenkins, Ed
The docs say: Does this help? Ed Livin' La Vida Loca > -Original Message- > From: Raghuraman Sridharan [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 10, 1999 11:00 PM > To: [EMAIL PROTECTED] > Subject: Re: QUESTION:Does the JSP:REQUEST directive work for

Re: Dynamically generating JSP

1999-06-27 Thread Jenkins, Ed
I recently wrote a server-side Java application with its own built-in HTTP server. It sends some pages as static files, creates some pages dynamically, and it pulls some pages from a database. You could probably write a servlet that pulled pages from a database or any other data source. Ed

Re: Can I use Java instead of JavaScript for Client side validati ons ?

1999-06-27 Thread Jenkins, Ed
u don't want as it happens. Ed Right now I'm having amnesia and deja vu at the same time. I think I've forgotten this before. -Original Message- From: Joe Blow [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 24, 1999 11:22 To: [EMAIL PROTECTED] Subject: Can I use Java in

Re: Problem running samples JSP1.0 from the Kit

1999-07-07 Thread Ed Ruano
You need to make sure the sun tools.jar file is included in the CLASSPATH that your server sees. tools.jar contains the compiler javac which jsp needs to compile the servlet it generates. At 07:33 PM 7/7/99 +0530, you wrote: >hi guys, >when i run the samples from jsp1.0(kit) which includes a web

Re: Comments on business logic separation

1999-07-13 Thread Ed Fowler
You are right and Sun has an Architect for Java certification; ref: http://suned.sun.com/usa/cert_progs.html?content=scajtdetails12 > PD: Just a small off topic cent, IMO, showing that you know these Java > tools and when/where/how to use them should earn you a Java certificate > much more than

Best Practices for JSP in the Java Enterprise

1999-08-19 Thread Ed Serrano
Is there best practices documentation on how to incorporate JSP into the Java Enterprise? Specifically, I am looking for the best way (architecture) to use JSP with EJB, Servlets, and Oracle8. Thanks, Ed === To unsubscribe

Re: Stress Test

2000-02-13 Thread Penak, Ed
Jason Hunter posted a list of tools on his web site (where he is conducting the JSP vs Webmacro debate). He recommends using Allaire's free utility ServletKiller. Find out more about it at: http://www.servlets.com/resources/urls/tools.html HTH Ed Penak -Original Message- From:

Where did 1.0 spec go?

2000-08-14 Thread Ed Dunkle
Download via HTTP returns a blank page. I really just need a reference card. I just installed ServletExec 3.0 and it supports 1.0, NOT 1.1 or .91!!! Thanks, Ed http://java.sun.com/Download3 === To unsubscribe: mailto

Re: sending a session id to a JSP via url rewriting

2000-08-22 Thread Ed Dunkle
DId you get an answer to your question? Why do you need the session ID? Each servlet and JSP has access to the session object. YOu can just call getId() on it. Ed -Original Message- From: Hussain Shah [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 15, 2000 9:10 AM To: [EMAIL

Newbie Configure Questions

2001-01-02 Thread Ed Swartz
hich is supposed to cause a myapp.jsp file to be executed. But IE just dumps the file contents into the browser windows (Netscape doesn't do anything). I suspect that there's a minor little config thing I need to setup but I just can't seem to find it at the moment. Ideas ? Ed

Re: Cant Save .jsp file!!

2001-02-14 Thread Ed Turner
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 -- Ed Turner [EMAIL PROTECTED] 512-278-5625 =

Re: 'Core Servlets and JavaServer Pages' book

2001-04-11 Thread Ed Zenker
Three of my Java programmers use the 'Core Servlets and JavaServer Pages' book. Ed Zenker Manager, Software Development http://www.tcicredit.com - Original Message - From: "Atilio Ranzuglia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday

Exception thrown using getRequestDispatcher in Tomcat 3.1

2000-04-18 Thread Ed Park
I have made a custom class of my own, let's call it MyClass. When I try to forward it to a jsp page from my servlet (called TestServlet) with the following invocation: MyClass sendClass = new MyClass(); request.setAttribute("myclass", MyClass); getServletConfig().getServletContext().getRequestD

Re: JSPs and XML.

2000-05-18 Thread Ed Longstrom
s, different implementations, there needs to be simple, yet powerful and intuitive stuff (ie: jdom.org) I may be way off on some of this stuff, this is just some observations. - Ed -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:

XML Question

2000-06-06 Thread Ed Longstrom
Is it possible to directly access data in both entities and attributes with an XML parser? ie: How can I access the data in say Level2 and ABC with a direct call. Something like doc.getElement.nodeName("LEVEL2").node(0).getV

Dreamweaver type application

2003-04-03 Thread Ed Ventura
Does anyone know a good application for developing quick low-level jsp pages? I am currently using dreamweaver but they seem to be putting out bad code that crashes my web server. I know that jbuilder is a good application but that seems like more of a high end type of programming. Thanks, ed

Re: Dreamweaver type application

2003-04-03 Thread Ed Ventura
Val, have you tried using the jsp stuff that is included in dreamweaver? Ed. > From: RVTobin <[EMAIL PROTECTED]> > Reply-To: A mailing list about Java Server Pages specification and reference > <[EMAIL PROTECTED]> > Date: Thu, 3 Apr 2003 13:47:28 -0500 > To: [EMA

Re: Dreamweaver type application

2003-04-03 Thread Ed Ventura
our web server. Not a good idea when you have 100 other clients with sites on that server! We have a full time java programmer here but just looking for a quicker way to do those database updates and stuff. Ed. > From: RVTobin <[EMAIL PROTECTED]> > Reply-To: A mailing list about Java

Re: Dreamweaver type application

2003-04-03 Thread Ed Ventura
earch form) and hitting refresh. It doesn't do it all the time but it does more often than not. Thanks, Ed. > From: RVTobin <[EMAIL PROTECTED]> > Reply-To: A mailing list about Java Server Pages specification and reference > <[EMAIL PROTECTED]> > Date: Thu, 3 Ap

Re: Dreamweaver type application

2003-04-03 Thread Ed Ventura
Yeah, the java programmer here redid the site that I created in dreamweaver with his own code and it worked fine. Of course he changed the jsp pages to be template pages instead. Ed. > From: RVTobin <[EMAIL PROTECTED]> > Reply-To: A mailing list about Java Server Pages speci

Crashing the web server.

2003-04-04 Thread Ed Ventura
dreamweaver is putting out such bad code that it would be crashing the server?!? Or maybe it is I mean, the code would have to be doing something pretty bad to actually bring down a server, right? Thanks, Ed ventura. ==To

Re: Crashing the web server.

2003-04-04 Thread Ed Ventura
I usually get a general error (I think 500 general error) and that's when the server has crashed. Can anyone recommend a jdbc-odbc driver for a w2k network and orion web server? Thanks, Ed. > From: Brian P Bohnet <[EMAIL PROTECTED]> > Reply-To: A mailing list about

Re: Crashing the web server.

2003-04-04 Thread Ed Ventura
Hans, are you talking about forwarding to a template page? Or an actual jsp page that reads the database and displays the information? Thanks, Ed. > From: Hans Bergsten <[EMAIL PROTECTED]> > Reply-To: A mailing list about Java Server Pages specification and reference > &l

Adding up all values in a column.

2003-05-31 Thread Ed Ventura
How would I go about adding up all the values in a database column and then displaying that total to the user? I¹m using oracle. Thanks, Ed ventura. ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Re: Adding up all values in a column.

2003-06-03 Thread Ed Ventura
Thank you, emmanuel. How do I return this value to the user's screen in a jsp page? Thanks, Ed. > From: Emmanuel Eze <[EMAIL PROTECTED]> > Reply-To: A mailing list about Java Server Pages specification and reference > <[EMAIL PROTECTED]> > Date: Fri, 30 May 200

Multiplying two columns and then adding up all the records.

2003-06-04 Thread Ed Ventura
to get a total. In this example I would need to multiply (10 x 1) + (5 x 3) + (3 x 6) = grandtotal. Thanks for any help, Ed. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For dige

Re: Your application

2003-06-04 Thread Parks, Ed
No attachment. -Original Message- From: Delisle Pierre [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:42 PM To: [EMAIL PROTECTED] Subject: Re: Your application Please see the attached file. === To unsubscri

Re: Multiplying two columns and then adding up all the records.

2003-06-04 Thread Ed Ventura
How would I incorporate the code into my sql statement below: SELECT * FROM DOC.BCCHECKLIST WHERE STARTTIMEDATE BETWEEN TO_DATE('varSTARTDATE','mm/dd/') AND TO_DATE('varENDDATE','mm/dd/') ORDER BY STARTTIMEDATE DESC Thanks, Ed. > From: Cla

Checking for duplicate records in a database.

2003-06-20 Thread Ed Ventura
Is this something that you would do in the code for jsp pages or is it in a sql statement. I just want to check that a person doesn¹t enter an item number that already exists. Thanks, Ed. ==To unsubscribe: mailto [EMAIL

Post a form and popup a window.

2003-07-15 Thread Ed Ventura
How can I post a form by clicking a submit button, but stay on that page in the main window, and popup a new smaller window with the results. Thanks, Ed. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

Re: Post a form and popup a window.

2003-07-15 Thread Ed Ventura
That works fine, but I have 3 buttons and I only want to popup a new window on 1 of the buttons. All the others should just post the form normally. Any ideas? Thanks, Ed. > From: Amit Ghaste <[EMAIL PROTECTED]> > Reply-To: A mailing list about Java Server Pages specification a

Re: Post a form and popup a window.

2003-07-15 Thread Ed Ventura
I need to post the form though to get the value in the textbox. Isn't there a way in java to open a new browser window? Ed. > From: Christian Bollmeyer <[EMAIL PROTECTED]> > Reply-To: A mailing list about Java Server Pages specification and reference > <[EMAIL PROTECTE

What's a jar?

2003-09-17 Thread Ed Ventura
What is a .jar and how does it relate to a .java or a servlet file? Thanks. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIG

Charles, Re: What's a jar?

2003-09-17 Thread Ed Ventura
Sorry, master java guy, I have read a few manuals and searched the internet, but still just a beginner asking a beginner's question. Didn't mean to bother you from your morning coffee. > From: Charles Griswold <[EMAIL PROTECTED]> > Organization: LogixPartners > Reply-To: Charles Griswold <[EMAIL P

Need help to find Tomcat + JBOSS web hosting service

2005-10-28 Thread ED KIDEYS
JBOSS hosting and has knowlegable staff for full 24/7 technical support. Also the support should include an 800 telephone number and not just email. Any recommendations??? Thanks. Ed Kideys [EMAIL PROTECTED] === To unsubs

Frames, and Servlets, and JSP, oh my...

1999-08-17 Thread Leisman, Ed P
OK, Gang of Cheers…. Here is my deal. You’ve all been faced with these issues I’m sure so I’d appreciate a little enlightenment…   Here is the scenario:   A frame with three frame sets:   Top frame is a header displaying content based on Attributes being set Middle frame:  Order e

Injecting dynamic JavaScript into a JSP

1999-11-16 Thread Leisman, Ed P
Folks,       Here is what I want to do…       I have a JSP page ( it could be any page at any time ). Let us call it xxxJSP.     I have situation sin my Ecommerce scenario that on that xxxJSP I may need to display an alert message of some dynamic te

Help

2000-05-09 Thread Ed de Jongh
Hi all, I'm looking to get into JSP and would like to know what is the best(free) web server available. I'm currently running 2000 professional and cannot seem to find the mythical IIS5 Ed === To unsubscribe: mai