| Thread | Last Post | Replies |
|
| A question in the object's size. | 07 Jul 2005 17:26 GMT | 1 |
In order to show my question, I have written three simple class. class A { int id; String name;
|
| ACTIVE DIRECTORY IN WINDOWS AND JAVA | 07 Jul 2005 12:12 GMT | 3 |
can any one suggest me ! How can i access the active directory of windows 2000 to authenticate the registered users with my java application How to use a JNDI here ??
|
| Using request.getParameterMap() - is there sth. like x.getValue (key)? | 07 Jul 2005 10:52 GMT | 3 |
Apparently, request.getParameterMap() is the way - since about 3 years - to approach the parameters coming in via the querystring in the context of a servlet or Java Server Page. Looks quite powerful, but unfortunately, I don't understand how to use the result of this
|
| Difference in opinion with look and feel ! | 07 Jul 2005 10:51 GMT | 1 |
I have an interesting problem while using the look and feel. This is my function: UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); Well the tool bars, the menu are all system's look and feel. i.e i am
|
| Parsing double with suffix | 07 Jul 2005 10:45 GMT | 2 |
I would generally expect the string "5" to be parses into the double 5.0, and the string "5f" not to be parsed. However I noticed, with big surprise, that the string "5f" is also parsed into the double 5.0. So is the string "5d".
|
| MyListCellRenderer: no highlighting anymore when item is selected | 07 Jul 2005 08:35 GMT | 3 |
I need a JList that displays items which consist of an image and some text. For this purpose I wrote my own ListCellRenderer which did the trick. However, I'm now having a problem with the selection colors. When an item is selected then the text disappears and only the image is
|
| How we can change the hour system with java? | 07 Jul 2005 08:26 GMT | 8 |
How we can change the hour system with Java? Thanks Nanou
|
| JSP Character Sets | 07 Jul 2005 06:23 GMT | 1 |
I'm having some difficulties displaying Chinese characters (utf-8) within a JSP. I've tried all of the obvious things: contenttype and charset within a page directive; an html meta tag with equivalent options; and an invokation of response.setContentType. But no luck.
|
| Compare Java DBMS - Cloudscap/Derby, hSQLDB, others | 07 Jul 2005 05:22 GMT | 3 |
We need to pick an all-Java DBMS for an embedding in an app. Can anyone compare the leading options? Here are the ones I've heard of: Cloudscape/Derby
|
| Iterate over two lists in parallel | 07 Jul 2005 05:10 GMT | 4 |
Hi all, this is not a homework assignment, I'm just trying to figure out the best way to do this. I have two lists of the same size, filled with Long : useValues(List listA, List listB);
|
| -Xmx/-Xms Invalid initial heap size (newbie here) | 06 Jul 2005 20:50 GMT | 3 |
I've tried every permutation of memory size with -Xms/-Xms on Windows XP running 1.5.0_04-b05. I always get the "Invalid initial heap size" error. Does anyone know what I'm missing? Thanks.
|
| old school Weblogic 5 ServletContext question | 06 Jul 2005 20:26 GMT | 3 |
Someone had written an application in Tomcat and we were moving it to WebLogic 5, sp 12 for Solaris (I know it's old, we'll upgrade one day). For now, I was curious, if there is a call like public final class InitServlet extends HttpServlet^M
|
| jdb/java inconsistency | 06 Jul 2005 16:53 GMT | 2 |
Hallo NG, Pardon me if this problem has already been addressed on this NG, but I couldn't find anything of any help, since I'm not certain what to search for.
|
| problems with get status code from servlet response | 06 Jul 2005 16:48 GMT | 2 |
I am trying to create a filter that logs any request for a invalid url. So in my filter, I need to exam any servlet response to see if it contains status error code 404. But I couldn't find any methods to get the content of the response such as status line, seem like
|
| JTable support in Netbeans 4.1 | 06 Jul 2005 15:56 GMT | 2 |
Does anyone know which event is fired when a row is selected on a JTable ? It doesnt appear to be an event in netbeans list of events for a JTable. Thanks,
|