Re: tomcat job opportunity

2003-07-11 Thread Bob Lee
Steven,

I did modify Jasper (Tomcat's JSP engine) a couple years back to 
support scripting languages in the JSP scriptlets. Though I don't have 
intimate knowledge of the Tomcat internals, they are pretty well 
documented, I do use it, and this type of low-level development is my 
specialty (and my favorite ;)). Is the client looking for extensions, 
performance tweaks, web services integration, etc.?

My cel. number is 314-537-6570.

Thanks,
Bob
On Friday, July 11, 2003, at 10:40 AM, Steven Pincus wrote:

Greetings.I work for an executive search firm in NY and am 
currently
looking, on behalf of my client, for a Tomcat software engineering 
with a
solid understanding of Tomcat internals. I can provide more details 
about
the role and the client when we speak.

I was hoping you or someone you know might be interested in speaking 
with me
about this job opportunity.

I appreciate your consideration in advance and hope to hear back from 
you
soon. Thanks - Steven




Steven Pincus
R.W. Davis  Co.
90 Park Avenue
New York, NY 10016
Tel.  (212)231-4400 ext. 216
Fax  (212)993-8080
Cell  (973)722-2163
[EMAIL PROTECTED]
www.rwdavisco.com









-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Cookie Encoding

2002-05-20 Thread Bob Lee

I ran into an issue with cookie encoding. Not sure if anyone else had this
problem or not.

When I set a cookie in a Servlet and then read it in Javascript, the +
does not decode to a space.

Works fine in WebLogic. I compensated by replacing all + with spaces and
then running it through unescape().

Is this the solution?

Thanks,
Bob


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [PLAN] New Jasper

2002-03-26 Thread Bob Lee

Possibly very stupid question...

Is there any reason not to use JavaCC on the JSP compiler? I know the
grammar is pretty nasty, but that doesn't make a custom solution any easier
either.

Bob


- Original Message -
From: Ignacio J. Ortega [EMAIL PROTECTED]
To: 'Tomcat Developers List' [EMAIL PROTECTED]; 'Kin-Man
Chung' [EMAIL PROTECTED]
Sent: Tuesday, March 26, 2002 8:04 AM
Subject: RE: [PLAN] New Jasper


  De: Kin-Man Chung [mailto:[EMAIL PROTECTED]]
  Enviado el: martes 26 de marzo de 2002 1:13

  Thanks for the pointer.  I'll look at both places to see if there are
  codes/ideas I can borrow.

 My comment was more geared toward the use of this repository, than to
 reuse the code there, i think is cleanest to build Jasper2 in his own
 repo.., Well and if you can borrow some of the code there, much better.
 :))


 Saludos ,
 Ignacio J. Ortega



 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Re: [PLAN] New Jasper

2002-03-26 Thread Bob Lee

JavaCC is owned by Sun. The license doesn't look any more restrictive than
that of javac.

Bob

- Original Message -
From: GOMEZ Henri [EMAIL PROTECTED]
To: Tomcat Developers List [EMAIL PROTECTED]
Sent: Tuesday, March 26, 2002 8:18 AM
Subject: RE: [PLAN] New Jasper


May be because of license of javacc ;-)

-
Henri Gomez ___[_]
EMAIL : [EMAIL PROTECTED](. .)
PGP KEY : 697ECEDD...oOOo..(_)..oOOo...
PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6



-Original Message-
From: Bob Lee [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 26, 2002 3:17 PM
To: Tomcat Developers List; 'Kin-Man Chung'
Subject: Re: [PLAN] New Jasper


Possibly very stupid question...

Is there any reason not to use JavaCC on the JSP compiler? I know the
grammar is pretty nasty, but that doesn't make a custom
solution any easier
either.

Bob


- Original Message -
From: Ignacio J. Ortega [EMAIL PROTECTED]
To: 'Tomcat Developers List'
[EMAIL PROTECTED]; 'Kin-Man
Chung' [EMAIL PROTECTED]
Sent: Tuesday, March 26, 2002 8:04 AM
Subject: RE: [PLAN] New Jasper


  De: Kin-Man Chung [mailto:[EMAIL PROTECTED]]
  Enviado el: martes 26 de marzo de 2002 1:13

  Thanks for the pointer.  I'll look at both places to see
if there are
  codes/ideas I can borrow.

 My comment was more geared toward the use of this repository, than to
 reuse the code there, i think is cleanest to build Jasper2 in his own
 repo.., Well and if you can borrow some of the code there,
much better.
 :))


 Saludos ,
 Ignacio J. Ortega



 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Question about jsp:include/ implementation.

2002-03-25 Thread Bob Lee

I noticed that the implementation of jsp:include/ uses a
RequestDispatcher.include() to include the content. It appears to pass on
the request from the calling the page. Doesn't this mean that the parameters
passed to the including page will be made available to the included page?

When you use the param/ tags with the JSP include, it adds them to the URL
as a query string. It doesn't appear to do anything to pre-existing
parameters.

Thanks,
Bob


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




test -- please ignore.

2002-03-23 Thread Bob Lee





Re: new photos from my party!

2002-01-28 Thread Bob Lee

I assume everyone knows this is a virus.

Bob

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 4:23 AM
Subject: new photos from my party!


 Hello!

 My party... It was absolutely amazing!
 I have attached my web page with new photos!
 If you can please make color prints of my photos. Thanks!










 --
 To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
 For additional commands, e-mail:
mailto:[EMAIL PROTECTED]




--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




XSL Factory

2001-11-29 Thread Bob Lee

I've written a really tight XSL factory that could be used in lot of
applications.

Is there a possibility of distributing it with Tomcat? I thought this might
be an ideal location because so many packages that are built on Tomcat could
make use of it.

Thanks,
Bob


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




Javascript in JSP.

2001-11-26 Thread Bob Lee

I modified Jasper to support Javascript scriptlets and expressions in JSPs using 
Rhino. Should I contribute the code?

The reason I'm asking is that I'm not sure how you guys would feel about a Mozilla 
dependency.

I would have used IBM's BSF, but the license is more strict, it still uses Rhino, and 
frankly I don't think the added languages would provide enough value to offset the 
nastiness in the API.

Thanks and I'm sorry if this is the wrong list to post this on,
Bob