| Thread | Last Post | Replies |
|
| Lucene Issues | 09 Oct 2007 00:57 GMT | 1 |
we have just started using Lucene, and have a couple of questions. Can you limit the indexSearcher to returning the first 200 matches ? BR
|
| Sessions - response.encodeURL | 09 Oct 2007 00:34 GMT | 1 |
I am using sessions, and I read hat there is the method response.encodeURL(url) that adds the session id if cookies are disabled. However, is there a way to use this method, but using a tag from the JSTL or some other tag library?
|
| Tracking down Omesh: Copyright Infringement | 08 Oct 2007 23:38 GMT | 1 |
I could use some help in tracking down Omesh, who has infringed on my copyright. I was contacted by a member of this group with Omesh's email address, but I'd like to learn how to track it down on my own. This email is in reference to a section on Omesh's blog:
|
| Performance Issue: JSP response rendering | 08 Oct 2007 22:16 GMT | 2 |
Our application has a dynamic left navigation tree where entities of the tree a fetched from database, appropriate HTML structure is formed for each node and is the string is then rendered on the JSP as JSP response.
|
| JBoss 4.2.1-GA dynamic class loading | 08 Oct 2007 21:46 GMT | 6 |
I have been searching on the Internet about this, but no real success. I am using JBoss 4.2.1-GA. I have ClassA and ClassB, with interfaces IClassA and IClassB and a stateless session bean returning IClassA (while actually returning ClassB instance). I get the exception when I
|
| data transport | 08 Oct 2007 21:38 GMT | 46 |
I'm designing a service platform and want your opinion on which way to go. I have databases and developers, and want to put a service middle- layer, to serve as a gatekeeper. I don't want the developers touching
|
| How create a console using java graphical interface | 08 Oct 2007 20:52 GMT | 6 |
I am wondering if there is any simple way for creating a console that outputs an application results using java graphical interface.I don't wanna use netbeans or a stuff like that,just a
|
| Struts framework | 08 Oct 2007 20:24 GMT | 3 |
How did you realize localization on the Struts framework? One way is the AplicationResource.properties file, but I must every time restart application server(Tomcat). cyber1boy
|
| IIOP.Net prevents VM from stopping | 08 Oct 2007 20:22 GMT | 1 |
I use IIOP.Net 1.8 as bridge between Java 1.4.2 and .Net 1.1. This works just fine, but my program won't stop after leaving the main method. I have to kill the VM or use System.exit() to stop it.
|
| protocol family unavailable | 08 Oct 2007 19:05 GMT | 3 |
I am using a generic tcp connect on hpux 11i with an ipv6 address. I am able to make the connection with an ipv4 address. host_addr = InetAddress.getByName(host); host_sock_addr = new InetSocketAddress(host_addr, port);
|
| Does Java has compiler options? | 08 Oct 2007 16:10 GMT | 22 |
In C language we can put -o etc to compile a program. I want to compile java such that it do not do error checking at run time to increase the efficiency of the code. As when a/b is done it see diviision by 0 or not.
|
| Using JDBC in JSP Sessions | 08 Oct 2007 15:40 GMT | 2 |
I'm in the early stages of experimenting with JSP talking to databases. (I'm not sure if this is the correct newsgroup for questions on this subject. If not, could someone suggest a better group to try?)
|
| Using bean in JSF | 08 Oct 2007 15:36 GMT | 1 |
I am using Sun Java Studio Creator Update 2 for developing JSF web apps. I want to display a table (datatable) that gets it row data from a bean/java class that connects to the database using JDBC and gets
|
| where to download the offline-reading JAVA API spec ? | 08 Oct 2007 15:19 GMT | 1 |
Hi, All: Would you tell me where to get the offline reading java API sepc, almost the files are on the web site. I sometimes need to reference the API spec in
|
| Primitive type arrays boxing utilities | 08 Oct 2007 10:11 GMT | 6 |
Below is the code generator of utility class that may possibly appear useful extension for java.util.Arrays methods. Basic usages of the generated class includes: 1) Lists backed with primitive arrays manipulation.
|