Xull
5th January 2009, 11:00 PM
so... I'm a bit sick of servlets taking away basic functionality that I take for granted...
thought I'd find out some reasons from people who might be more familiar with them :p
main points
multiple instances of the site (eg, wanting to view a list of search results and a specific entry in two different tabs, or one page with info and another with a related form to fill out) back button
anyway, is that simply a limitation of servlets, lazyness on the site coder's part, or some other thing?
I'm assuming servlets are quite capable of fully functioning, but given that every one I can think of has the same symptoms - can't open multiple copies and they can't handle the back button properly, I'm guessing it's quite inconvenient for the coder.
Any word on that?
I'm also curious about the speed... I find servlets to have quite slow response speed compared to most every other site I use with similar (actually, more) functionality... most of which being php but I've found perl scripts to be faster too. I'd understand it much more if it were just the first access, but I'm talking about consistent usage.
thought I'd find out some reasons from people who might be more familiar with them :p
main points
multiple instances of the site (eg, wanting to view a list of search results and a specific entry in two different tabs, or one page with info and another with a related form to fill out) back button
anyway, is that simply a limitation of servlets, lazyness on the site coder's part, or some other thing?
I'm assuming servlets are quite capable of fully functioning, but given that every one I can think of has the same symptoms - can't open multiple copies and they can't handle the back button properly, I'm guessing it's quite inconvenient for the coder.
Any word on that?
I'm also curious about the speed... I find servlets to have quite slow response speed compared to most every other site I use with similar (actually, more) functionality... most of which being php but I've found perl scripts to be faster too. I'd understand it much more if it were just the first access, but I'm talking about consistent usage.