keyongtech


  keyongtech > java > 08/2008

 #1  
08-10-08, 11:26 AM
Roedy Green
[url down]

Daniel Pitts did an essay on Java generics type intersection. It is no
longer at this URL. It is available anywhere else?
 #2  
08-10-08, 06:16 PM
John B. Matthews
In article <cggt94llahkfpk3ertae819923of5v8ipv>,
Roedy Green <see_website> wrote:

<http://virtualinfinity.net/wordpress...atures/2007/03
/06/type-intersection-in-java-or-interest-in-interfaces-is-invaluable/>
>
> Daniel Pitts did an essay on Java generics type intersection. It is no
> longer at this URL. It is available anywhere else?


It's still there. (Un)scheduled maintenance, maybe?
 #3  
08-10-08, 07:26 PM
Roedy Green
On Sun, 10 Aug 2008 10:26:10 GMT, Roedy Green
<see_website> wrote, quoted or indirectly quoted
someone who said :

>
>Daniel Pitts did an essay on Java generics type intersection. It is no
>longer at this URL. It is available anywhere else?


Very good.

It was gone for at least four days. My link checker brought it to my
attention.

A service might be nice that simply presents a page of the form
"sorry we are down. we expect to be back up on yyyy-mm-dd hh:mm

You would not need to rely on your own server working at all to
arrange for it to take over, just a phone call or an email with a
code.

You would arrange with the service ahead of time so they would have a
nice logo image ready to go.
 #4  
08-10-08, 08:44 PM
Daniele Futtorovic
On 10/08/2008 20:26, Roedy Green allegedly wrote:
> On Sun, 10 Aug 2008 10:26:10 GMT, Roedy Green
> <see_website> wrote, quoted or indirectly quoted
> someone who said :
>
>> Daniel Pitts did an essay on Java generics type intersection. It is no
>> longer at this URL. It is available anywhere else?

>
> Very good.
>
> It was gone for at least four days. My link checker brought it to my
> attention.
>
> A service might be nice that simply presents a page of the form
> "sorry we are down. we expect to be back up on yyyy-mm-dd hh:mm


HTTP 503, possibly with a proper Retry-After header?
 #5  
08-11-08, 08:17 PM
Daniel Pitts
Roedy Green wrote:
> [..]
>
> Daniel Pitts did an essay on Java generics type intersection. It is no
> longer at this URL. It is available anywhere else?
>

It is still available there, just my server cluster (one BSD box in my
apartment bedroom) was unavailable last week ;-). I was on vacation,
and I believe my cat stepped on the power switch :-(.

It should be up now.
Similar Threads
Almost Useful: Java Type Intersection

I've written a new blog post about the almost-useful feature of Type Intersection. I'd like to get some feedback on it,...

Generics - type casting

I want to define a generics method so the user can determine what type they expect returned from the method. By examining the generics argument, I would determine the...

Generics and type erasure

I would like to determine the class value of a generic type. Is it possible? Right now, I'm passing the type as a parameter to the class constructor: public class...

Type Casting With Generics

I've been reading a discussion thread at [..] regarding typecasting generic collections to classical collections and vice-a-versa I faced a similar problem and solved it...

Why generics for the Class type?

Why does the Class type use Generics? Or in other words - how am I supposed to use it? I store certain Classes in hash tables, and then create dynamic instances of objects...


All times are GMT. The time now is 03:31 PM. | Privacy Policy