RE: Java/JSP/Servlet Programmer [off topic]

2003-10-17 Thread Hart, Justin
Millennium ChemInformatics >-Original Message- >From: Hart, Justin [mailto:[EMAIL PROTECTED] >Sent: Friday, October 17, 2003 5:15 PM >To: Tomcat Users List >Subject: RE: Java/JSP/Servlet Programmer [off topic] > >But what if it's a busy database, or the query is complex?

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
It's not that it's difficult, but I wouldn't ask questions about specific functions/parameters/methods. I have written plenty of java, and couldn't tell you what methods most specific interfaces implement. I couldn't even tell you what methods the interfaces that I've written implement. Inste

RE: Java/JSP/Servlet Programmer [off topic]

2003-10-17 Thread Hart, Justin
(*) from (" + sql + ")"; > Statement stmt = connection.createStatement(); > ResultSet rs = stmt.executeQuery(countSql); > rs.next(); > return rs.getInt(1); >} > >Or something like that... > >Yoav Shapira >Millennium ChemInformatics > > >>-

RE: Java/JSP/Servlet Programmer [off topic]

2003-10-17 Thread Hart, Justin
g countSql = "select count(*) from (" + sql + ")"; Statement stmt = connection.createStatement(); ResultSet rs = stmt.executeQuery(countSql); rs.next(); return rs.getInt(1); } Or something like that... Yoav Shapira Millennium ChemInformatics >-Original Message

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
> > cc: > > Subject: Re: Java/JSP/Servlet Programmer > > > > > > Yeah, and those of "us" that do have the credentials get lost in the > > "forest". (Not to mention the observation that many of these "job > > posti

RE: Java/JSP/Servlet Programmer [off topic]

2003-10-17 Thread Hart, Justin
a new person and I dread it. I've > > screened a lot of people on the last time I hired someone an > > still got a > > lemon. Lot's of people talk to talk, but can't even walk yet. > > > > > > Thank You, > > > > Justin A. Stan

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
ave x years of experience in 6-7 different areas, mostly unrelated and the total "experience" years exceeds most normal human's productive lifespans, even accounting for reasonable "overlap"...) John.. Hart, Justin wrote: >That's what I've found. The market i

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
and the total "experience" years exceeds most normal human's productive lifespans, even accounting for reasonable "overlap"...) John.. Hart, Justin wrote: >That's what I've found. The market is full of tech workers, but that doesn't mean that they'

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
Honestly, I've been a professional C++ programmer for several years now, and I don't mean to toot my own horn, but I'm a damn good one. I don't expect anyone to be able to sit down at the terminal in vi with no man pages and hammer out code in an hour or 2 that does much anything useful. Perha

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
n that many of these "job postings" want the person to have x years of experience in 6-7 different areas, mostly unrelated and the total "experience" years exceeds most normal human's productive lifespans, even accounting for reasonable "overlap"...) Joh

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
That's what I've found. The market is full of tech workers, but that doesn't mean that they're a programmer, or as familiar with technology X (for position Y) as they should be. I went to a job fair a couple years ago for 4 job opennings, 2 for programmers. 2 for techs. 1000 people showed up

Tomcat + IIS 6.0

2003-10-17 Thread Hart, Justin
Hey, What's the story on Tomcat + IIS 6.0 and AJP connectors? Does this scenario work or not? I've seen scattered throughout the net where noone can get this to work. Can somebody just tell me yes or no, this does or does not work? Justin W. Hart

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Hart, Justin
ement: IIS 5 Tomcat 4.1.24 (listen on port 8080) Win2k Avanced Server Browser: IE 6 or Netscape 7.1 don't make any difference -Original Message----- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: 16 octobre, 2003 16:20 To: Tomcat Users List Subject: RE: HTTP 403 - isapi_redirector Wh

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Hart, Justin
What version of IIS? -Original Message- From: Watkins, James [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2003 4:19 PM To: 'Tomcat Users List' Subject: RE: HTTP 403 - isapi_redirector Do you get the form if you go directly to it through IIS, I mean http://host/site/form.jsp -

IIS 6.0 + Tomcat... does it work?

2003-10-16 Thread Hart, Justin
Hi, I've been hacking around with getting Tomcat to work with IIS 6.0 all day. Is there a known configuration for this that works? Justin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

<    1   2