Tagged Questions
1
vote
1answer
334 views
Handling error message for a Spring MVC login form
This can apply to many error handling scenarios, but I'm curious about how to do it in a login scenario.
Given this Spring controller method:
@RequestMapping(value = "/account/login", method = ...
6
votes
5answers
385 views
Building a website, want to use java
I'd like to make a simple-ish website that is essentially a small game. Key strokes are to be processed and sent to a server (already acquired and should support SQL and JSP, I believe) which then ...
4
votes
1answer
188 views
Can the overuse of custom taglibs disrupt the outsourcing of html designers?
Yesterday me and a friend were talking about the overuse of custom taglibs!
We create taglibs for everything! We create taglibs in order to wrap jQuery UI elements (tabs, button, etc), and other ...
4
votes
4answers
453 views
When are scripts inside HTML not considered a bad practice?
I am new to web development. While studying the Play framework and JSP, I noticed that they both give an option to place script (in jsp scriptlet) inside HTML, but in both books I am reading they both ...
0
votes
2answers
149 views
How can I efficiently handle input data without a framework?
I am working on a very small project and my design would be using technologies such as JSP, servlets, and POJOs.
I'm considering a workflow where a JSP page will receive input data, then submit it to ...
0
votes
1answer
104 views
Multiple possible jsp views for a request
I'm looking to offer the user some way of changing how a single page looks based on some pre-defined jsps.
i.e. Two or more jsp's contain similar information, and would be backed by a single ...
2
votes
5answers
318 views
Work @ Java shop. Tasked to redo intranet. I only know PHP - CTO says use that; Ops Says no - we have JSP, use that - Thoughts? [closed]
So I work as a project manager and was given the opportunity to redo the intranet and Internet site... I'd love to , great addition to my resume. However.... I am not familiar with java nor JSP... I ...
6
votes
2answers
6k views
How can I debug a JSP?
I'm trying to edit a JSP for a project and I'm getting a NullPointerException somewhere in the JSP when it's requested from my server.
My web server (JBoss) is reporting the exception, but it's ...
1
vote
2answers
291 views
Is this book a reliable source for beginning Java EE?
Core Servlets and Javaserver Pages: Core Technologies, Vol. 1 (2nd Edition)
Can I rely on this book to learn Servlets and JSP,or is there a better book out there I should be reading instead?