T
The Magpie
As I am sure you've all noticed, the group seems to be spending more and
more time answering more and more questions from more and more people
about aspects of AJAX and XhtmlHTTPRequest. There is obviously a problem
out there in need of an answer and people seem to be coming here to get
that answer. So - is there a better way we can give it?
One obvious possibility is that we could provide an explicitly Open
Source and "black box" implementation of AJAX for simple and easy use.
It may not solve all the problems, but it would make life a lot easier
all round. It may be worth thinking about but it does raise a questions
that we would need to look at first - and being the mug who has been
first to mention it, I suppoe I should pose those questions and try to
answer them so that we can discuss it.
1. Could we do it?
==================
Well, this one is fairly simple - we almost certainly could. Many of us
have already used AJAX before, though like me they have all probably
done it as callable in-line code rather than as a "black box" service.
The real question is could we do it so that users can do things like add
a chunk of code like:-
ajax = new AJAXFactory();
ajax.source = "{path}";
ajax.get();
.... or something similar so that all the detail of AJAX is hidden from
the user. Obviously, we might not want to go for factory-method styles
as in Java, but I'm sure you follow what I mean.
I suspect many of us *could* do it, but what do you think?
2. Should we do it?
===================
Here we get to a problem: I don't think we should (although I do think
that someone should). Something like this is best done, in my opinion,
by a development group in the same way as for Linux, Firefox and so on.
Which, of course, we are not. Where I hit a problem is that although I
don't think we are the right people to do it, I am far from sure who
else might be the right people.
Over to the rest of you again. What do you think?
3. How should it be done?
=========================
Well, we wouldn't want to get into this too deeply since its pointless
if we don't go for building it and it gets taken up by someone else.
There are obvious points though:-
It should be a "black box" which probably means a class or prototype.
It should be under a GPL license of some sort.
It should be hosted somewhere to avoid having to paste it all in code.
It should be downloadable so it can be pasted in if need be.
It should include an on-line check to let it run on or off line.
It should include all the normal AJAX functions.
It should allow user-code listeners or functions to process results.
It should normally be free, and low-cost for commercial use.
That is as far as I think we need to take it at the moment. Before we
look at anything else (like where to host it, what licence to use, how
to write it and so on) we should think about it. I'm sure no-one wants
to do it alone, so do we want to do it together or not?
Over to you for your opinions.
more time answering more and more questions from more and more people
about aspects of AJAX and XhtmlHTTPRequest. There is obviously a problem
out there in need of an answer and people seem to be coming here to get
that answer. So - is there a better way we can give it?
One obvious possibility is that we could provide an explicitly Open
Source and "black box" implementation of AJAX for simple and easy use.
It may not solve all the problems, but it would make life a lot easier
all round. It may be worth thinking about but it does raise a questions
that we would need to look at first - and being the mug who has been
first to mention it, I suppoe I should pose those questions and try to
answer them so that we can discuss it.
1. Could we do it?
==================
Well, this one is fairly simple - we almost certainly could. Many of us
have already used AJAX before, though like me they have all probably
done it as callable in-line code rather than as a "black box" service.
The real question is could we do it so that users can do things like add
a chunk of code like:-
ajax = new AJAXFactory();
ajax.source = "{path}";
ajax.get();
.... or something similar so that all the detail of AJAX is hidden from
the user. Obviously, we might not want to go for factory-method styles
as in Java, but I'm sure you follow what I mean.
I suspect many of us *could* do it, but what do you think?
2. Should we do it?
===================
Here we get to a problem: I don't think we should (although I do think
that someone should). Something like this is best done, in my opinion,
by a development group in the same way as for Linux, Firefox and so on.
Which, of course, we are not. Where I hit a problem is that although I
don't think we are the right people to do it, I am far from sure who
else might be the right people.
Over to the rest of you again. What do you think?
3. How should it be done?
=========================
Well, we wouldn't want to get into this too deeply since its pointless
if we don't go for building it and it gets taken up by someone else.
There are obvious points though:-
It should be a "black box" which probably means a class or prototype.
It should be under a GPL license of some sort.
It should be hosted somewhere to avoid having to paste it all in code.
It should be downloadable so it can be pasted in if need be.
It should include an on-line check to let it run on or off line.
It should include all the normal AJAX functions.
It should allow user-code listeners or functions to process results.
It should normally be free, and low-cost for commercial use.
That is as far as I think we need to take it at the moment. Before we
look at anything else (like where to host it, what licence to use, how
to write it and so on) we should think about it. I'm sure no-one wants
to do it alone, so do we want to do it together or not?
Over to you for your opinions.