Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		- 
				
				
AllenII16148yI don't know shit about JSP other than what it stands for and what it is, but doesn't that, you know, defeat the purpose of server side rendering? - 
				
				
nmunro31738yI'm right there with you dude... I hate the way JSP is abused. Hopefully I don't have to deal with it for much longer. - 
				
				
javanaut608y@AllenII
You are right, but in defense of the system, it was build in a time where Ajax was not a thing.
So it write session state variables from the JSP context into js.
It was a multi iframe application, when you reload a given iframe you got the new state without reload the whole page.
I think it is a classic legacy software problem.
Today you got better tools but the old mess is still there and you have to support it. - 
				
				
AllenII16148y@Ste-xx i see. In that case, i see it as more of being the best evil --it was beyond its time with partial page updates 
Related Rants

Enough said
My second worst experience with legacy code:
JSP with inline java to create JavaScript which creates HTML on every fucking page load.
Luckily I leave that company too.
undefined
wk58
sucks enterprise software by definition?