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.

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
. (Not to mention the observation 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...G) John.. Hart, Justin

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
accounting for reasonable overlap...G) 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 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

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

2003-10-17 Thread Hart, Justin
yet. Thank You, Justin A. Stanczak Web Manager Shake Learning Resource Center Vincennes University (812)888-5813 Hart, Justin [EMAIL PROTECTED] 10/17/2003 03:00 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
areas, mostly unrelated and the total experience years exceeds most normal human's productive lifespans, even accounting for reasonable overlap...G) 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

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

2003-10-17 Thread Hart, Justin
= 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- From: Hart, Justin [mailto:[EMAIL

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

2003-10-17 Thread Hart, Justin
); rs.next(); return rs.getInt(1); } Or something like that... Yoav Shapira Millennium ChemInformatics -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 4:49 PM To: Tomcat Users List Subject: RE: Java/JSP/Servlet Programmer [off topic] I

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.

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

2003-10-17 Thread Hart, Justin
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? -Original Message- From: Shapira, Yoav

RE: Java/JSP/Servlet Programmer

2003-10-17 Thread Hart, Justin
want a programmer that wouldn't know that. If you've spent ANY amount of time writing Servlets, you SHOULD know doGet and doPost. That is very basic. -Original Message- From: Hart, Justin [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 5:21 PM To: Tomcat Users List Subject: RE

RE: Unable to compile class for JSP?

2003-10-17 Thread Hart, Justin
Goto java.sun.com and download the latest JDK. -Original Message- From: Richardson, Robert [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2003 5:42 PM To: 'Tomcat Users List' Subject: RE: Unable to compile class for JSP? I looked at my localhost_log.2003-10-17.txt and it showed

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

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

RE: HTTP 403 - isapi_redirector

2003-10-16 Thread Hart, Justin
: 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 What version

<    1   2