Let me start by pointing out that while I\'ve been using Java SE for a while now this is my first foray into Java EE territory. I\'m using Netbeans 6.9 and the Netbeans code generator to do most of th
I\'m playing around with Scala and servlets and I\'m trying to use the JEE6 annotations to configure servlets written in Scala. I\'m running into a issue with nested annotations. The java code would l
My web app has a template that is used in all pages. I want to create a little label in that template (so it\'s visible everywhere) to display the email of the user if it\'s currently logged in.
Can anyone tell me if it is cu开发者_如何转开发rrently possible to \"glue together\" a partial Java EE 6 Web Profile over Jetty?
I\'ve searched all over the internet for an answer but i found none. I have a Servlet (the controller ) that\'s processing two forms from two different JSP pages.
I am writing an authorization filter for my JEE6 application, to be able to restrict access to certain users to some pages. For some reason the browser doesn\'t display any page at all(I just see whit
I am implementing my own authentication mechanism and i want to know if what i am doing is correct and if not how can i do it correctly.
I have a login mechanism consisting of a JSF page + managed bean + EJB, it works fine but the only bug is that i don\'t see the error message when the password is entered wrong. Any ideas?
Can you help me find the error in my JPQL query of the login method in my application please? // Login
I am following this tutorial i found http://www.vitruvimente.be/?p=768 to create a JDBC realm, so i can login and out my users on my web app, but i have a problem.