|
|
||||||
|
#1
|
|
|
|
|
[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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|
|
|
|
|
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
|