| Thread | Last Post | Replies |
|
| regexp | 23 Oct 2005 00:10 GMT | 10 |
I have a text file like that: 2005-10-17;AXC dfgh k;29,26;275 2005-10-17;KLCACM Rfhekksn Allerg FGH;9,65;434 2005-10-17;TYhdkdkj F12;50,5;276 2005-10-17 I'd like to extarct the values like that:
|
| Java & Web | 23 Oct 2005 00:04 GMT | 2 |
For the last few year, everything I CGI'ed was writen in Perl. Also, everything, what was writen in Java, was mostly server-like standalone application or gui. Because I am mostly building libraries in Java, I want to use it also as a Web application programming language.
|
| Help! IncompatibleClassChangeError | 22 Oct 2005 21:52 GMT | 3 |
I'm doing a class assignment comprised of three modules: Airport.java, AirportClient.java, and Pause.java (the code for all three is included below.) We were provided with the AirportClient and Pause compiled modules (both *.java and *.class) and a partially completed Airport
|
| Jargons of Info Tech industry | 22 Oct 2005 21:12 GMT | 346 |
Jargons of Info Tech industry (A Love of Jargons) Xah Lee, 2002 Feb People in the computing field like to spur the use of spurious jargons.
|
| Spam source | 22 Oct 2005 16:04 GMT | 6 |
I have noticed that most of the spam comes not from the email address I have plastered all over my website, but from and address I use for filling in web forms on the net when you give you email address to download a piece of software or to activate it.
|
| Maintaining CVS | 22 Oct 2005 15:56 GMT | 8 |
I do work in a moderately medium company with staff of about 500. We have a separate division called Technology Development, which provided horizontal services to verticals like Trade, Helathcare, Government, Legat etc. In Technology Development (TD), we have 30 different teams ...
|
| JNI and global variables in shared libs | 22 Oct 2005 15:14 GMT | 5 |
This might not be the correct newsgroup for this question, but I am just not sure. I need some starting point. I am trying to call some third party C code via JNI. It appears to be working. The operating system is Linux. Third party code was meant to
|
| Real Media files in Java | 22 Oct 2005 12:06 GMT | 5 |
Is there anyway to play Real Media files in Java? I've looked at Helix but it's in C I think and I'm not keen on doing the JNI thing.
|
| Out of Memory Exception | 22 Oct 2005 10:01 GMT | 8 |
Out of memory exception from a JSP File.. Description: Getting out of memory exception while exporting a CSV file frmom JSP While clicking the download button, it forwards to a struts action
|
| JavaServer Faces | 22 Oct 2005 09:58 GMT | 10 |
This might sound like a rant, but it's a serious question... Is anybody really using this JavaServer Faces stuff? I've done a fair bit of JSP using JavaBeans to support it, but I honestly cannot see what the big deal is about JSF. The source looks ugly, and there are a load
|
| JAVA as C (or C++) Front End | 22 Oct 2005 06:15 GMT | 45 |
Generally I do not like using Java because it is slower than C - and the majority of my existing code is already written in C. I am just looking for some general information on using Java/C or Java/C++ combinations.
|
| Iterate over Hashmap with JSTL | 22 Oct 2005 05:32 GMT | 6 |
I've a HashMap construct like this: HashMap all = new HashMap(); int index=0; ...
|
| getting jmf to read rtsp | 22 Oct 2005 04:56 GMT | 3 |
How can I get JMF to read a rtsp stream and displaying the content in a player. I have modified the code in JMF's documentation, but the documentation for rtsp is not very good. I need to find a way to read rtsp streams.
|
| How to send messages to JBoss JMS from C++ | 22 Oct 2005 04:50 GMT | 1 |
This question is not strictly Java, but could not manage to get an answer on other groups - could you help? I have an instance of **JBoss** (this is important, it is not WebLogic or another container) that runs JMS.
|
| readLine on socket works while available() and ready() disagree | 22 Oct 2005 04:47 GMT | 6 |
I'm reading some bytes over a socket off a non-http server. After writing a message to the socket, I grab the return stream with: InputStream stream = _ssl_socket.getInputStream();
>From this object, I get the following advisements: |