Silver Surfer
Veteran
He starts writing something that looked like a Ui screen with "buttons and text fields"
He then says "once the button is pressed, you can use Ajax to efficiently get the data back"
I replied "what are you going to do with the data once you have it?"
He says "you can use Javascript to display it on the UI"
I say "but 1 million rows with cause performance issues if not break your UI"...he says "we can increase memory so that the UI wont break"
I said "explain
"
He says "WE can increase our bandwith so the network is more efficient"
I said "no.that wont do it
..do you have an alternative?"
He said "can we ask the business not use a table with 1 million rows"
I said "Thats not an option"
By this point, I noticed he had a lil sweat going
He then said "ajax should be able to handle it"
..
Not only did he miss the real point of the question
He relied on the arbitrary notion that an ajax call would be solution to his problem...when all that is just a mechanism to call Java from the UI.....and even tried to reinforce that thought.
He then says "once the button is pressed, you can use Ajax to efficiently get the data back"

I replied "what are you going to do with the data once you have it?"

He says "you can use Javascript to display it on the UI"

I say "but 1 million rows with cause performance issues if not break your UI"...he says "we can increase memory so that the UI wont break"
I said "explain

He says "WE can increase our bandwith so the network is more efficient"
I said "no.that wont do it

He said "can we ask the business not use a table with 1 million rows"

I said "Thats not an option"

By this point, I noticed he had a lil sweat going

He then said "ajax should be able to handle it"

..
Not only did he miss the real point of the question
He relied on the arbitrary notion that an ajax call would be solution to his problem...when all that is just a mechanism to call Java from the UI.....and even tried to reinforce that thought.
