JSP job boards

2001-01-04 Thread Neal
Does anyone know of any JSP-centric job boards out there? Thanks. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "s

Re: ORION SERVER vs. APACHE BENCHMARK

1999-10-13 Thread Neal Kaiser
..might be time to change?? --- Neal Kaiser Make-a-Store - Your E-Commerce Solution Provider Voice: 703-271-9449 Email: [EMAIL PROTECTED] ICQ #: 49391872 URL: http://www.make-a-store.com - Original Message - From: Zvi Avraham <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

AutoLoad Servlet

1999-10-22 Thread Neal Kaiser
I have a database pooling servlet which I need to load at startup time then reference many times later. I've switched from JRun and am trying out OrionServer, but can't seem to get it to work. Here's my web-application.xml snippet: --- GlobalConnectionBroker net.

Fw: Re: AutoLoad Servlet

1999-10-22 Thread Neal Kaiser
? Is there any other way to get a handle to it? Thanks, Neal > > The getServlet() method has been deprecated and can return null in new > Servlet > > engine implementation. > > You might want to make a call to this servlet when the servlet engine > starts or > > write

Throwing an Exception to abort page execution

1999-10-27 Thread Neal Kaiser
I have a bean, which can RequestDispatcher.forward() to an ErrorHandler.jsp file. Since this is a bean, even though I put a return statement after the forward(), the control will still go back to the servlet/jsp file (it just exits from the bean method, not the service() method)... Anyway, I was

Re: Throwing an Exception to abort page execution

1999-10-28 Thread Neal Kaiser
> Neal Kaiser wrote: > > > > I have a bean, which can RequestDispatcher.forward() to an ErrorHandler.jsp > > file. Since this is a bean, even though I put a return statement after the > > forward(), the control will still go back to the servlet/jsp file (it just >

Re: Throwing an Exception to abort page execution

1999-10-28 Thread Neal Kaiser
> Custom tags in JSP 1.1 will let you deal with this in a better way. > A tag handler can return a code telling the JSP container to not > process the rest of the page (actually, generate a return after the tag > handler call). > What is the syntax for this? > In JSP 1.0, you have to deal with t

Taglib Question (SKIP_PAGE, RequestDispatcher.forward() and Beans)

1999-11-03 Thread Neal Kaiser
control back to the first JSP that was called. Is this per spec? Am I out of luck with a clean solution to this? Thanks, Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP ca

Re: JSP 1.1 - Custom Tags

1999-12-29 Thread Neal Kaiser
Check out OrionServer. It is a great J2EE application server. They have a demo for custom tags: http://www.orionserver.com --- Neal Kaiser Make-a-Store - Your E-Commerce Solution Provider Voice: 703-271-9449 Email: [EMAIL PROTECTED] ICQ #: 49391872 URL: http://www.make-a-store.com

Re: JSP and ASP

2000-08-02 Thread Neal Cabage
Yeah - but wait until ASP+! It is apparently compiled *and*, supports additional languages for scripting (eg COBOL, C#) *AND* has a similar architectural philoshophy to JSP: that is it emphasizes seperation of code into seperate file which can then be reference with things similar to custom tags

Global.jsa

2000-08-02 Thread Neal Cabage
ample of syntax and/or integration. Any thoughts? Thanks! Neal Cabage Senior Application Engineer Iconixx, Santa Monica === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relev

Re: JSP and ASP

2000-08-02 Thread Neal Cabage
www.msdn.microsoft.com and www.15seconds.com was where I was doing my reading. I get my info from there and from conversations with other developers. Neal -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of

XML and JRUN

2000-08-07 Thread Neal Cabage
what that setting would be. Thanks. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/product

XML and JRUN - update

2000-08-08 Thread Neal Cabage
; text/xml Any thoughts? Thanks! Neal === 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.h

Re: Problems with Cookies...

2000-08-09 Thread Neal Cabage
able to popUp a JavaScript alert box that would print the text of the link: "hi wally". This would be a proof of the ability to extract the link text. Would anyone know how to do this? Otherwise, I have to scrap XML and do it all with

Javascript question ...

2000-08-09 Thread Neal Cabage
-Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Neal Cabage Sent: Wednesday, August 09, 2000 11:24 AM To: [EMAIL PROTECTED] Subject: Re: [JSP-INTEREST] Problems with Cookies... Does anyone know hoe to

using XML dynically with JSP ... and MSIE5

2000-08-09 Thread Neal Cabage
ML/XSL in MSIE5. Can anyone suggest anything that would allow me to accomplish my goal without reverting to HTML? Thanks. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some rele

Re: Javascript question ...

2000-08-09 Thread Neal Cabage
that: Hi wally So that would have done the trick. I appreciate your help! Thanks. Neal -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Flak DiNenno Sent: Wednesday, August 09, 2000 10:54 PM To: [EMAIL PROT

SQL server date Type - formatting

2000-08-14 Thread Neal Cabage
t parse and/or convert this one *the right way*? Thanks. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: h

Re: SQL server date Type - formatting

2000-08-14 Thread Neal Cabage
Nevermind - I figured it out. Thanks! Date thisdate = rs.getDate("date_mod"); out.println(myFormat.format(thisdate)); Neal -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of N

JDBC - access order of fields

2000-08-15 Thread Neal Cabage
when setting a cursor type in dealing with rows ... surely there must be a similar something for columns (?). Thanks. Neal Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); //DB DRIVER String pUri= &qu

JDBC - recordcount

2000-08-15 Thread Neal Cabage
a value is not an option. Also, can anyone recommend a driver (and/or method) for accessing a Microsoft DB such as SQL server, that does not require the JDBC:ODBC bridge? Thanks. Neal === To unsubscribe: mailto [EMAIL

Re: JDBC - recordcount

2000-08-16 Thread Neal Cabage
namic, etc.)? Thanks. Neal -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of ramadevi Sent: Wednesday, August 16, 2000 2:44 AM To: [EMAIL PROTECTED] Subject: Re: [JSP-INTEREST] JDBC - recordcount use count * met

Re: JDBC - recordcount

2000-08-16 Thread Neal Cabage
We are using JDK1.3, which I presume would mean that I am using JDBC2 ... but neither I , or a co-worker could find any reference to a recordCount method/prop anywhere. Could you perhaps give a syntactical example? Thanks! Neal -Original Message- From: A mailing list about Java

replacing the tic with a double tic in embedded SQL statements

2000-08-19 Thread Neal Cabage
a single other character ... or so I believe. I am hoping that there is something I am missing and there is a method that will allow me to replace the (') single tics with ('') double tics, and vice versa. Does anyone k

Re: replacing the tic with a double tic in embedded SQL statements

2000-08-19 Thread Neal Cabage
Aah yes - I completely forgot about the prepared statement. It seems to be a god-send on a few different levels. Thanks for the tip! Neal -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Joseph B

Re: detecting browser type

2000-08-20 Thread Neal Cabage
How would one know what to call these env vars if not by their names? I've found no documentation to this effect. And, is there a way to retrieve this information using the actuall env var names? Thanks! Neal ===

Re:

2000-08-20 Thread Neal Cabage
s it would seem to provide the opportunity to do, but (while I don't get an error) I can't actually access these values. Thanks in advance for your thoughts. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: &q

RE : JRUN : global.jsa

2000-08-20 Thread Neal Cabage
s it would seem to provide the opportunity to do, but (while I don't get an error) I can't actually access these values. Thanks in advance for your thoughts. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: &q

Re: RE : JRUN : global.jsa

2000-08-20 Thread Neal Cabage
multitude of other options as well. Does anyone have any opinions on the best approach in this regard? Thanks. Neal -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Neal Cabage Sent: Sunday, August 20, 2000

Values not trimming - writing to DB

2000-08-25 Thread Neal Cabage
;t give me thatproblem. Does anyone why this would be or how I could get around it? Thanks. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can

Re: Values not trimming - writing to DB

2000-08-25 Thread Neal Cabage
but I would *really* like to know the solution if you have any thought. Thanks in advance! Neal public void addError(int projId, String reporter, String type, int urgent, String title, String notes) { // Add a new error to the database try{

server-side XSL parsing

2000-09-01 Thread Neal Cabage
Can anyone recommend how I might apply XSL to my XML on the server side? I am using JRUN and presume my best option is the custom tag, but I can't get the damned thing to work. Can anyone recommend another solution or what I might be missing with this solution? Thanks!

JRUN :: custom tags :: XSLT :: HELP!

2000-08-31 Thread Neal Cabage
herwise is there another option someone could point me to? Thanks! Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://jav

most robust java platform

2000-09-12 Thread Neal Cabage
vance! Neal === 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 on Solaris

2000-09-13 Thread Neal Cabage
? Or something else? Thanks. Neal === 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

driver performance

2000-09-13 Thread Neal Cabage
Does anyone know if there is performance differences between using a type1 JDBC:ODBC driver and a native driver? I see other programmatic advantages but have not seen performance addressed. Thanks. Neal === To unsubscribe

Re: JSP on Solaris

2000-09-13 Thread Neal Cabage
If you are using Jserv with Apache,I get the impression per my reading that you must also install GNUJSP for JSP support. Is this accurate? How does Tomcat fit into the mix? What is the best configuration per you experience? Thanks. Neal -Original Message- From: A mailing list

Sendmail - speed

2000-09-16 Thread Neal Cabage
ation anyone is aware of? Thanks! Neal === 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 ht

Re: ASP vs JSP

2000-09-21 Thread Neal Cabage
There's a give and a take. You have to decide what's ultimately the most important. As for performance and tight programmatic control JSP seems to be better. If you require a quick time to market, ASP is probably your best bet. 1. Performance (support for high hit rates) JSP is better. It

Re: ASP vs JSP

2000-09-21 Thread Neal Cabage
I don't knowthat sounds pretty one sided to me. I like Java too, but it's not the only show on the road,and not the only one wirth buying a ticket to. ;-) Both JSP and ASP have a lot to offer and it really depends upon a number of factors as to what you pick, but an interesting point was raise

dev platform

2000-10-30 Thread Neal Cabage
detriments to developing in NT? Any caveats to note? Thanks! Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/pr

hosts

2000-11-02 Thread Neal Cabage
Does anyone have preferences for colocation / managed hosting facilities? Does anyone have any thoughts about Navisite? Thanks. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST&q

Blue Martini/Vignette versus Weblogic/Java

2000-11-16 Thread Neal Cabage
Anyone here had the opportunity to compare/contrast an ASP (application service) package solution such as Blue Martini or Vingette StoryServer, to building off of a component-base such as WebLogic with the commerce package? If so, what is the breakpoint at which it would make sense to go with some

JRUN-> XSLT Custom Tag

2000-11-20 Thread Neal Cabage
Has anyone had success with JRUN's XSLT custom tag? I couldn't get it to work, nor could my colleague. Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mai

Re: global.jsa

2000-11-21 Thread Neal Cabage
I dare you to find *ANY* documentation on the use of a global.jsa file and if you do, please send me a copy. ;-) Neal -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Javier Aguado Sent: Tuesday

Re: pass parameter to XSL via JSP

2000-12-06 Thread Neal Cabage
Any applicable parameter you should probably write in your XML document ... you can then apply parameters (applicable to the DOM) using XSL. It sounds like you're using the JRUN XSLT tag - have you had any success? We haven't been able to get the thing to work. N -Original Message- From

Servlets v. JSP

2000-12-29 Thread Neal Cabage
the same reason. This is just speculation however and JSP just seems easier and more time efficient...so would there be a good reason for hand-writing your own servlets instead? Thanks. Neal === To unsubscribe: mailto [EMAIL

funky-ass servlet forwarding

2000-12-30 Thread Neal Cabage
RequestDispatcher rd = sc.getRequestDispatcher(URL); rd.forward(request,response); Thanks Neal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with bo

Re: Servlets v. JSP

2000-12-30 Thread Neal Cabage
n might be that with building servlets you're separating the presentation layer from the processing layer. Jf Neal Cabage cc: Sent by: A Subject: Servlets v. JSP

Re: Servlets v. JSP

2000-12-30 Thread Neal Cabage
Hey - thanks for the info. Yeah, someone else also mentioned Struts to me recently; I'll look into it. BTW, you mentioned Xalan XSL parser. Could you tell me where I could get that? I'm using JRUN as my app server and i *SWARE* the damned tag for parsing XSL doesn't work

Re: Servlets -> access application obj

2000-12-30 Thread Neal Cabage
t (I think) ... but still no dice! HELP!!!!! Thx. Neal _ import java.io.*; import java.text.*; import javax.servlet.*; import javax.servlet.http.*; import javax.servlet.jsp.*; public class myServlet extends H

Re: Servlets -> access application obj

2000-12-30 Thread Neal Cabage
Martin, Thanks a million!!! You're right ... : getServletConfig().getInitParameter("myParameter") Worked like a charm! It returned the value I was trying to get at. Looks like I should have been trying to use servletConfigm rather than the ServletContext. Neal -O

Re: JRUN - any opinions?

2000-07-24 Thread Neal Cabage
Does anyone have any opinions on the best development tools for JSP? I am using JRUN with IIS ... and Notepad for developing my scripts... Would you recommend other tools? Thanks. Neal === To unsubscribe: mailto [EMAIL

javabeans

2000-07-25 Thread Neal Cabage
to me (ironicially the book spends most of it's time harping on methods, events, props, etc) ... I just need to undertand the paradigm of implementing a JavaBean a little bit better. Thanks. Neal === To unsubscribe: mai

J2EE on Solaris 8

2002-03-02 Thread Neal Brinn
I set up J2EE on Solaris 8, and when I invoke j2ee -verbose on the command line, the server starts, but I never get my prompt back. I can CTRL-BRK out, but that shuts down the server? Can't find a FAQ or online doc reference to this problem. Any ideas?