| Thread | Last Post | Replies |
|
| question | 26 Apr 2007 14:35 GMT | 2 |
|
| finalize called on an object that's still in scope? | 26 Apr 2007 14:30 GMT | 18 |
I've got some code that looks sort of like LineupProxy lineup = new LineupProxySubClass(); lineup.connect(); while(true)
|
| SOA logging? | 26 Apr 2007 14:27 GMT | 3 |
Obviously no one has done alot of SOA based logging before. My searches on the topic have come up empty. After consulting with the professional services branch of a product we're working with, it's decided tghe best approach might be to write our own logging
|
| Sending Hop Limited UDP packets | 26 Apr 2007 12:41 GMT | 6 |
Is there a way to send a UDP packet with a specific TTL however it must be a unicast address instead of multicast address. Any ideas? regards Usman Ismail
|
| jsp include | 26 Apr 2007 12:27 GMT | 1 |
Can anyone help me with a problem please. I am using the <%@ include file="/include/amt_header.jsp" %> code to include a header into a JSP and it works fine if the file which uses the include statement is in the same folder that
|
| jsp | 26 Apr 2007 07:29 GMT | 4 |
I have 3 textboxes(username,password, dept) of the jsp page and 2 buttons(call,submit). Onclick of call btn Department.jsp opens and onclick of radiobutton the deptcode
|
| Generics/Comparator | 26 Apr 2007 02:39 GMT | 4 |
here is a short class source with begining of generics. Could you please tell me how to use generics with the comparators ? import java.util.Comparator; import java.util.TreeSet;
|
| IE 6 - No horizontal scroll | 26 Apr 2007 02:10 GMT | 1 |
I have a set of select list boxes on a JSP. They can contain content that is wider than the width of the list box but no horizontal bar shows up. The vertical bar seems to work as expected. I've done a lot of searching and read that this might be a bug in IE6.
|
| Read and display large files from server | 25 Apr 2007 21:03 GMT | 1 |
I have to read huge (GB) delimited files from a server and display them in JTable. We will be using Java web start to invoke the application so I do not want to cache locally on the client machine. Is there a better way to cache the file in bits and display them in
|
| where is AES implemented? | 25 Apr 2007 20:09 GMT | 1 |
According to <http://java.sun.com/developer/technicalArticles/Security/ AES/AES_v1.html>, you can encrypt stuff with AES using javax.crypto.Cipher (among other objects). I downloaded the Java sources at <http://download.java.net/jdk6/> and did not find any
|
| Filters | 25 Apr 2007 15:14 GMT | 2 |
Hai all! I hav one doubt regarding filters. How to restrict webpages for different users using response Filters in java?
|
| Threading in web Application | 25 Apr 2007 14:50 GMT | 4 |
I have a Question about Threading In webApplication, J2ee Support threading! Is it Usefull for web appliction? if you know php does not support Threading without any problem in web application
|
| JSTL - $variablename not working | 25 Apr 2007 13:11 GMT | 1 |
Please let me know why below code is ot worknig and how to solve it. <c:choose> <c:when test='${(status.index)%2 eq 0}'> <c:set var="rowColor" value="even" scope="page"/>
|
| Wait and Timeout | 25 Apr 2007 13:07 GMT | 2 |
I have a task, I need to execute this task only if I meet a condition. I wrote the function didIMeetCondition() which returns boolean.
|
| RDBMS selection | 25 Apr 2007 13:05 GMT | 3 |
I'm about to write a database app using Java/JDBC The DB requirements are pretty straight: transactions, foreign keys, RI, soft DBK generation, cursors but no need for stored procedures or triggers. The app will consist of a scheduled update that runs every day for
|