| Thread | Last Post | Replies |
|
| assosiative arrays | 17 May 2005 10:27 GMT | 3 |
Php and Perl have a structure called assosiative arrays. With keys and values. Does Java have a similar structure ? Regards Rune
|
| Simple URL Handling not working with Spring MVC | 17 May 2005 09:58 GMT | 1 |
I am trying to configure a simple application in spring. The following is the entry in my web.xml, servletname is "iwspring" ... <servlet-mapping>
|
| data plotting | 17 May 2005 09:45 GMT | 2 |
Does anyone now of a package (ideally java) that can take sets of data and draw things like histograms, boxplots, xy scatterplots, etc? Microsoft XL can read raw data and make such charts/graphs, but I'd prefer to use something I could tinker with if I so chose. thanks,
|
| Java security problem | 17 May 2005 08:33 GMT | 2 |
I want to do a simple plugin interface so programmers can easily write their own plugins to my software. However, when I use URLClassLoader to load a class that shall represent the plugin it seems that there
|
| Relative jar URL | 17 May 2005 08:21 GMT | 2 |
i want to refer to a resource stored in the jar files found in the classpath usually, jar must wrap a full url, specified with scheme+path : jar:file:///path/to/my.jar!/path/to/my/resource any tip to remove the reference to my.jar ?
|
| dll in jar? | 17 May 2005 07:50 GMT | 6 |
Why can't I put my dll in a jar and load it just like I load my icons? Daniel
|
| RS232 communication | 17 May 2005 07:10 GMT | 13 |
i googled about rs232 in java, but i got some information that javax.comm.SerialPort isn't portable. Is it still true that this only works on Windows? I'm developping an application that needs to run
|
| JSP and Servlet | 17 May 2005 06:55 GMT | 4 |
Anyone can tell me what is the difference between JSP and Servlet? Thanks a lot!
|
| Object recognition | 17 May 2005 05:57 GMT | 4 |
hi frnds i m working on object recognition. we re getting good result but our simulation is taking very much time. our sgmentation algorithm is very fast but our matching algo is very
|
| Is it wise to use jdk 1.5? | 17 May 2005 05:47 GMT | 7 |
Is developing an application in JDK 1.5 a good idea, while the library's i'm using probably weren't made in jdk 1.5 but in 1.4? Thanks
|
| byte[] problem | 17 May 2005 03:12 GMT | 4 |
I created a descriptor which contains of two parts: 1: header: fixed length 2: field: variable length The field part will contain a list of files. Now from 1 to 22 files i got no
|
| bitwise problems&dpcm | 17 May 2005 03:10 GMT | 2 |
Hello people, the problem is as follows : i am given an array of bytes called sndpcm1[] , in every nibble of each byte there is a signed integer in the range -8 to +7 . From this array i
|
| Problem with interpolation of JSTL variables | 16 May 2005 22:21 GMT | 1 |
I'm having a strange problem with JSTL and the interpolation of variables. Some details: Tomcat 5.0.28 JSTL 1.1.2
|
| convert string to hex | 16 May 2005 19:32 GMT | 2 |
How do I convert string to hexadecimal? For example "ab cd" -> 61 62 20 63 64 . Thanks, P.
|
| thread returning an object? | 16 May 2005 18:54 GMT | 3 |
As a newbie I have a very simple question. Can a thread return a non void value? (run method is void...) e.g. an Object (LinedList, String[][]) ? thanks in advance for Your help
|