Top Java Articles

Opinion
Apr 19, 20071 min

For the week of September th:

Check out what readers are saying in the JavaWorld Forums:

Ramesh says, I am creating a stateless local EJB by using sunjava app8.2 with netbeans IDE. When I execute the main method client program for the EJB I get the error NameNotFoundException. Can anybody help me resolve this problem?

Bala Krishnaiah Sunku asks, How can I do pagination in struts2, other than using JSP custom tags?

Rakesh says, I am using J2EE’s security model for sign in in my application [Tomcat 5 server]. I wanted the user automatically signed in after he/she signs up in my application, how can i implement this?

A poster asks, Is it possible to recurse through an array only two times in order to find and return an object (of some class) that contains both the minimum and maximum values of the initial array?