Wes Biggs wrote:
> Hmm, didn't mean to open a can of worms here. I agree that it's more important
> to have the core stuff done, and to that end I volunteer to do java.text, which
> no one really wants to have to implement and/or use, but hey, it's part of the
> spec.
It's gotta be nice listening to a bunch of people discussing your fate as if
you weren't even there, eh? Welcome, aboard aboard. java.text it is.
> After that, maybe I will have the time to combine Paul's 1.0 javax.servlet
> implementation with my 1.1 javax.servlet.http implementation and/or work on
> CORBA (which, even though I'm familiar with the subject matter, is going to be a
> major project.)
Yes, I took a glance through the CORBA stuff and it looks pretty scary.
> Depending on how much time I can eke out of my week, java.text could be done in
> some half-assed fashion in a week or two.
Wow. That would be superb. I wish I coded that fast. Don't underestimate
the task, though. Merely getting locale specific date formats/parsing is
going to be painful. Though the only thing we really need to support for
right now is the US locale. I would look to leverage the code in glibc for
this, even if it means we have to make native calls instead of a pure Java
solution.
--
*****************************************************
* Aaron M. Renn *
* Email: [EMAIL PROTECTED] *
* Homepage: <URL:http://www.urbanophile.com/arenn/> *
*****************************************************