interaction between client and server

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
djot
Forum Contributor
Posts: 313
Joined: Wed Jan 14, 2004 10:21 am
Location: planet earth
Contact:

interaction between client and server

Post by djot »

-
Regarding interaction between client and server ...

Is there something coming up in near feature, that enables browser to not only act as client, fetching only complete websites?

Please exclude java, flash, ie-only push technology, third-party products/plugins and suchalike from your answers.


djot
-
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

You want something that'll download complete websites, but you don't want third-party products or plugins? Kind of limiting the field a bit eh?
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
djot
Forum Contributor
Posts: 313
Joined: Wed Jan 14, 2004 10:21 am
Location: planet earth
Contact:

Post by djot »

-
No, I don't want to download complete websites. But I don't like to use Java or whatever to have some interaction. I think this is dramatically missing in the inet. What is the next coming up killing app that will allow some interaction? Using only HTML and sorry, this <span style='color:blue' title='I&#39;m naughty, are you naughty?'>smurf</span> javascript/java, can't be the solution for the next few years.

djot
-
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Meaby you can try to explain what you mean with interaction...


If you start coupling the server and client more.. you will end up with a fat-client.. And we've been there already..
djot
Forum Contributor
Posts: 313
Joined: Wed Jan 14, 2004 10:21 am
Location: planet earth
Contact:

Post by djot »

-
Yes, you're right. But mixing up 5 or more technologies for just one website is also not a clean solution.

I am currently working in a company with 80% of freelancers. Each one codes what he is best in or prefers most. Each single coding has its advantages and disadvantages. Integrating all this is really horrible. Also everyone has to be an expert in his area, and its impossible to even have an overview over all sections.

djot
-
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

Imho, it's a level of abstraction.

I care about the interface i have with the system (usually the html pages) and don't give a smurf about how this is done ;)

I've already said that i like XML/XSL. Because all we had to do is specify how the XML will look like (eventually compile a DTD/XSD). And from there it is up to the designers to generate a sexy (X)HTML/Flash/Whatever layout using XSL... And all we programmers have to do is make sure we come up with the required XML...

So the designers only have to learn XSL.. And they don't give a smurf about the other applied technologies(php, jsp, ..)

Offcourse it was/is/and will always be a matter of selecting the right tools for the job...
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

djot wrote:-
Yes, you're right. But mixing up 5 or more technologies for just one website is also not a clean solution.

I am currently working in a company with 80% of freelancers. Each one codes what he is best in or prefers most. Each single coding has its advantages and disadvantages. Integrating all this is really horrible. Also everyone has to be an expert in his area, and its impossible to even have an overview over all sections.

djot
-
To some degree all large scale computer applications span multiple technologies. Take a large Java project, say one for a word processor. It will have lots of Java, of course, an obscene amount of XML configuration/build scripts. Many of the populate layout managers for the dialog boxes/screen/interfaces are effectively another languange, etc. There's always a mix; you want to use the right tool for the right job and this will almost always mean mixing some tools.
Post Reply