| Thread | Last Post | Replies |
|
| JavaMail: Fast mail searching | 15 Mar 2005 22:28 GMT | 3 |
I currently maintain a web based email client which uses the JavaMail API to interface with POP3 mailboxes. I'm using the standard sun POP3 provider. I have created a user definable filter for message's subject or sender address. I've found that using the 'folder.search(SearchTerm)'
|
| serialVersionUID verlangt ?? | 15 Mar 2005 21:26 GMT | 1 |
Hallo zusammen, ich habe ein Problemchen.... Ich arbeite seit einiger Zeit mit Eclipse3, dem Sysdeo-Plugin, MyEclipseIDE und Tomcat 5. Läuft soweit ganz gut. Sehr komfortabel.
|
| Excellent J2SE IDE | 15 Mar 2005 21:07 GMT | 3 |
I just saw a web-demo of a veeery cool java builder. The guy built two complete apps (one a databse app) in like five minutes. Salesy stuff is at http://www.ics.com/products/java/
|
| character sets | 15 Mar 2005 21:02 GMT | 4 |
How can I determine what the default character set is in my JVM? _Robert
|
| Sums and StringBuffers | 15 Mar 2005 20:25 GMT | 2 |
I have developed a parsing program to handle large csv files and compute sums. The program was developed and successfully tested using only String objects. I want replace String objects with
|
| thread problem - any ideas here? | 15 Mar 2005 19:54 GMT | 3 |
I have several threads (2..n) that need to execute a block of code (for discussion sake, call this "A"), and only one thread (1) that needs to execute a block of code "B". Now, threads (2..n) must be able to execute A simultaneously, however, they may not do so while thread
|
| Threading Client's connected to a Server using Sockets | 15 Mar 2005 19:11 GMT | 2 |
My question is really related to how best use threads but here's the scenario: Have a Server class creating a new ServerSocket and listens for any number of Clients to connect, at which point a Socket is created. A
|
| Read XML files | 15 Mar 2005 17:39 GMT | 2 |
My application has numerous xml to read, the files fall into two categories: 1) properties files for application configuration 2) scenario files generated by the application - these are essentially
|
| Using Java 5.0 generics | 15 Mar 2005 17:26 GMT | 10 |
I'm having my first go at wrestling with parameterised types in Java and I've come across something which I can't quite get my head around, or at least I don't know how I could implement it: I need to write a binary tree class which can store a lot of the same
|
| Reading a string backwards | 15 Mar 2005 17:06 GMT | 2 |
Heres the deal, i want to read a string backwards, a character at a time. The string will be read from a file. My approach so far is to read a line at a time using bufferedreader readLine().
|
| FileNotFoundException | 15 Mar 2005 16:29 GMT | 2 |
I would like my applet to call Inference Engine of some Expert System. I did do the following: <applet code=JDONApplet height=487 width=625> <param name=INPUT value=summer3.jdn>
|
| JSP tags and tag recycling | 15 Mar 2005 14:44 GMT | 5 |
I have always believed that due to the possibility of tag recycling, that is the JSP engine may reuse tag instances (the only guarantee you have is that no multiple threads are inside a tag instance at the same time), one has to reset all non-mandatory attributes to their default
|
| Reading in text file and comparing records | 15 Mar 2005 13:28 GMT | 1 |
1) How do I read in a text file into Java? i.e. one line at a time and store each line in an array? 2) If I have two arrays, one large and a smaller one containing a selection of the elements in the large array, how do I perform a comparison of the two
|
| how to make rounded modal dialog | 15 Mar 2005 09:35 GMT | 2 |
I want to make a rounded modal dialog from JPanel. But since I have to use JFrame and JDialog for this task It cannot be rounded. Any solution? or do I have to use
|
| recommendations for build tool | 15 Mar 2005 09:35 GMT | 9 |
Can anyone please recommend a build tool to build a j2ee based project: 1. have several projects (web, server, common, etc.) 2. easy build file creation (perhaps just one, and using directory structure to dictate builds to jar,ear,sar,war etc.), multiple
|