jakarta-ee
Check user on LDap with Java
Can I check a user logged on LDap by his ip addre开发者_StackOverflowss with Java?If you\'re using the UnboundID Directory Server, a password policy can be created to track the last logon time and las[详细]
2023-04-12 16:47 分类:问答How to ajax jsf 2 outputLink
I want to make a webpage that is working on ajax(everything ajax). I mean.. whenever you click a link(I refer to < h:outputLink ...> ) to change a certain div using data from another link.[详细]
2023-04-12 16:20 分类:问答wsdl2java with Basic Authentication (Axis 1.6.1)
I am using wsdl2java to generate my java stub code for a web service. I know it has been a bugsince 1.4 that a wsdl source that requires HTTP basic auth could not be accessed. You will receive a 401[详细]
2023-04-12 13:19 分类:问答Is JBoss 7 a JAX-RS compliant Application Server?
JBoss 7 Application Server is co开发者_JS百科mpliant with J2EE 6 Specification. I just want to know whether JBoss 7 supports JAX-RS implementation or not?Yes it is. The implementation is called RESTe[详细]
2023-04-12 12:45 分类:问答Nullpointerexception in entitymanager
hy, I\'m having trouble in using entitymanager in a java web applicaton. My code is: public class HelloWorldResource extends ServerResource {[详细]
2023-04-12 11:22 分类:问答Java EE 6 on Glassfish 3.1 CallbackHandler throws NullPointerException
I implemented an own LoginModule for a custom authentication process due to the need for find granular access control. The LoginModule looks like that:[详细]
2023-04-12 10:26 分类:问答many-to-many persistence
I am new to Java EE, and I set up a learning case for myself where I can register users and persist the data to the database, I use Glassfish, EclipseLink JPA 2.0 and JSF framework. The databasecontai[详细]
2023-04-12 06:56 分类:问答Is it possible to distribute threads in Thread Pool over nodes of GlassFish 3.1.1 cluster?
I want to distribut开发者_JAVA技巧e threads in Thread Pool over nodes of GlassFish 3.1.1 cluster.[详细]
2023-04-12 05:56 分类:问答How does Grails handle security, and why should I use a plugin?
For 90% of every security-related Grails tutorial, they tell you to store your User objects in a session-scoped variable. That\'s all nice and easy, but I wonder if it\'s too good to be true, especial[详细]
2023-04-12 05:22 分类:问答Performing a JNDI lookup in a JAXB XmlAdapter
My project is a Java Enterprise project and consists of three modules: Assembly (EAR) EJB (JAR) Web (WAR)[详细]
2023-04-12 05:15 分类:问答