It looks like my webdev employer has decided to move from PHP to JSP. Is it time to learn a new language or time to move on...?
[more inside]
posted by anonymous
on Aug 18, 2011 -
15 answers
JavaFilter: I've pored over dozens of tutorials and read
Head First Servlets and JSP. I thought I understood how to utilize servlets in order to generate dynamic content. I can get a simple form/one page site going but am at a complete loss when trying to come up with a design for a full web application. My boss wants a demo by the end of the week (he has seen the single pages, now wants them to work together). My anxiety levels are skyrocketing as it has become clear I don't know what I'm doing. Details inside.
[more inside]
posted by vilandra
on Sep 28, 2010 -
7 answers
Anyone have experience moving from PHP to Spring/JSP? What approach made the change easiest for you?
[more inside]
posted by secret.osha
on Oct 20, 2008 -
1 answer
I have users logging into XOOPS running on IIS, and have an instance of the Jetty JSP webserver configured to serve up Eclipse's Infocenter system. How can I set up security so that no users can view the Jetty-served content without being authenticated first in a XOOPS session off of IIS?
[more inside]
posted by tra
on Sep 4, 2008 -
3 answers
Apache and Tomcat strangeness... a page in my app throws a 404... but only when using SSL on a single server.
[more inside]
posted by utsutsu
on Aug 1, 2008 -
6 answers
CSS/JSP/Javascript Filter: I'm creating a widget which parses RSS via JSP and Javascript. This widget will allow users to include an RSS feed in their sidebar, but I'd like the widget to appear differently depending on the sidebar size. Is this possible to create an if statement determinant on the sidebar css class/id without know the class/id names?
[more inside]
posted by captaindistracto
on May 10, 2007 -
4 answers
I'm a fairly recent college grad that never really worked with an IBM iSeries computer. Now I'm being asked to maintain an existing project at my job which resides on our iSeries machine. Where should I look for advice? I've scoured IBM's resources, and none of them make very much sense at all. I just want to get this project off of my plate.
[more inside]
posted by bofe
on Mar 23, 2007 -
2 answers
How do I output random blocks of text in a JSP include? I am not in any way a java/jsp programmer.
[more inside]
posted by Kickstart70
on Feb 25, 2007 -
8 answers
I need a new way of transforming XML with XSL. Till date I've used PHP's Sablotron, which I absolutely love and is simple to use, but my host keeps forgetting to enable and include it each time they recompile Apache, so I was wondering if someone here knows of a way to do the same with either Perl or JSP/Tomcat or even PHP as long as it is without Sablotron's xslt_create().
[more inside]
posted by riffola
on Mar 7, 2005 -
10 answers
Code Coverage tools for JSP? Anybody know of any good ones? Would like to be able to evaluate the JSP code directly and not the java generated by the JSP engine.
posted by evilelf
on Jan 14, 2005 -
0 answers
I have a JSP Question. How can you pass form variables to another JSP page without using cookies or sessions? I'm doing my form validation on one JSP page and then I need to do the processing of the form in the other. I'm guessing I could set some type of variables like php's $_POST but I'm not sure what to do.
posted by Stynxno
on Apr 9, 2004 -
8 answers