On Sat, 29 Dec 2001, Deacon Marcus wrote:

> Date: Sat, 29 Dec 2001 15:44:15 +0100
> From: Deacon Marcus <[EMAIL PROTECTED]>
> Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [OT] Feedback on Java?
>
> Hi,
> If someone have some suggestions concerning general improvements on Java
> standard classes (java.lang.*, java.util.* for example) what's the "best"
> way to contact "right people" to include (or not...) it in next version?
> Anyone here did something like that successfully?
>
> Example: I needed a class like StringTokenizer which allows to get the
> remaining part of the processed String, i.e. forger delimeters and return
> from current position to String's end. I ended up butchering
> StringTokenizer's source and adding getRemaining() to subclass otherwise
> identical (since everything was private I had to duplicate every line, which
> technically is (c) infringment afair) - no big deal, took less than an hour
> including testing, but it's pretty strange noone thought about including
> something so basic from v. 1.0 to 1.4.
>

Changes to the JDK classes work the same as for any other Java API -- they
go through the Java Community Process (http://www.jcp.org).  There was a
JSR for all the 1.4 changes, and it went through the same sort of public
review as the Servlet 2.3 and JSP 1.2 specs did recently.

Your timing isn't good to get anything into JDK 1.4 -- but you can watch
for announcements of the JSR for whatever follows.

> Greetings,
>      deacon Marcus
>

Craig


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

Reply via email to