| Thread | Last Post | Replies |
|
| what machine best for development? | 13 Apr 2005 21:52 GMT | 21 |
This is a hardware question. I use Eclipse and Netbeans. Eclipse more than Netbeans but if I try to build a J2EE (EJB) App I may switch over to Netbeans because of the integration with Sun's App server.
|
| Generic class literals - e.g,, Class<Map<String, Integer>>.class | 13 Apr 2005 21:40 GMT | 4 |
Let us say, I have a static method as follows: static <T> getData(Class<T> cls, String name) { ... return cls.cast(..);
|
| FileNet HPII | 13 Apr 2005 21:35 GMT | 1 |
I completed a project for a major client Chicago area in FileNet/HPII area. This Project environment includes 1: HPII on SunOS 5.8.
|
| converting int and short to byte array and vice versa | 13 Apr 2005 20:18 GMT | 2 |
Could anyone suggest a way to convert a short to a 2 byte array and a int to a 4 byte array and vice versa? Is there any way to do it using utility classes provided by java? I have just begun to code in java :(,
|
| Httpclient close tcp connection | 13 Apr 2005 18:08 GMT | 1 |
Hi, I'm trying to implement a http1.0 client program that closes each tcp connection after a file is transfered. Once I establish an http connection, how do I close the tcp connection and then reconnect? Thanks in advance.
|
| Problem with an applet that works right on LAN and does not work on WAN (no display refresh) | 13 Apr 2005 18:05 GMT | 2 |
I have a strange problem... The applet i created in order to display a video flow does work on my LAN and does not work when it is on WAN... The repaint() method seems to have no effect on the screen.
|
| Building a Runtime Function Call | 13 Apr 2005 15:43 GMT | 2 |
At runtime I retrieve the name of a function that I need to execute from a table. Can anyone show me how to call the function given just the String that is returned? Thanks
|
| SAX parser: problems with overwritten characters method | 13 Apr 2005 15:26 GMT | 1 |
I have created a sax parser to parse elements from a XML file into a database. I thought everything worked smooth, but while testing I found that sometimes element values were incorrectly parsed. Sometimes just the last part of the value is parsed (e.g. "00" instead of
|
| USS read MVS datasets | 13 Apr 2005 14:59 GMT | 5 |
I am currently trying to write a servlet on websphere running under USS on ZOS. I want to read some TSO datasets, to compile reports, I have no problems reading files which reside within the HFS file structure but would also like to read TSO datasets. What would be the
|
| Generate Function Call at Runtime | 13 Apr 2005 14:53 GMT | 2 |
At runtime I return the name of a function to execute from a table. Can someone show me how to actually call that function using the returned String? Thanks
|
| jsp grid creation | 13 Apr 2005 14:25 GMT | 1 |
i want to use a grid in my front end using java. in this grid i want to fetch the information from the database. can i make such a grid using jsp. if yes, can anybody tell me how?
|
| java -jar ignore the classpath command line argument | 13 Apr 2005 12:56 GMT | 5 |
Is it normal that when starting a jar, the -classpath command line option is ignored? $ cat A.java class A { public static void main(String[] args) {
|
| "MUST REPLY" HTTP response headers | 13 Apr 2005 12:52 GMT | 1 |
regards: I write java code to simulate my machine as a HTTP server, what is the "MUST REPLY" HTTP response headers? In my small survey,I think there are 2 "MUST REPLY" HTTP response
|
| Java ComboBoxUI | 13 Apr 2005 12:00 GMT | 1 |
okay, so I have posted a lot about customizing java's look and feel on java.sun.com but nobody ever really posts back, so does this mean this is not a well resourced topic or is it that I am asking silly questions?
|
| httpclient authentication | 13 Apr 2005 11:45 GMT | 1 |
i am using org.apache.commons.httpclinet api to authenticate the server. i am using the following code. client.getState().setCredentials("FORM","http://localhost:8080/admin",
|