| Thread | Last Post | Replies |
|
| Printing HTML files using java print API | 27 Dec 2005 10:13 GMT | 1 |
Can anyone give a solution of how to print an HTML file using the JPS(java printing service). My printer does not support 'text/html' docflavor.
|
| Java and Spring questions | 27 Dec 2005 09:39 GMT | 17 |
I work for a company where we have several years of code for scientific applications written in c++. Most applications do some fairly hardcore calculations, and most of them also communicate with a database. The model is pretty simple: The data is acquired from scientific
|
| Substring search in a sorted Map | 27 Dec 2005 07:09 GMT | 3 |
I have a sorted map with both the keys and the values as strings...say emp id as the key and employee name as value. Now I enter a search key say "Smith" and I need to find out all the values in the map which contains the word "Smith". I can use Linear Search but when
|
| Enigma (Or Programmer Ignorance) | 27 Dec 2005 06:06 GMT | 3 |
I have a class - it starts like this (the rest of the class is irrelevant) class MazeWalker extends AdvanceSprite{ public static final int STILL = 0, MOVING = 1, WALKING=0, RUNNING=2; public static final int LEFT = 1, RIGHT = 2, UP = 3, DOWN = 4;
|
| Has anyone compared Eclipse 3.1(.X) and NetBeans 5.0 (Beta X)? | 27 Dec 2005 05:20 GMT | 4 |
|
| An intranet question | 27 Dec 2005 03:30 GMT | 2 |
Anybody know how to obtain the information of all the hosts that are in the same local network as mine? For example, on Windows, how can I get a list of computers' information in the same workgroup? Computers in the same intranet has the same IP address prefix (such as
|
| Stupid Question - losing my mind - Garbage Collection and methods.. | 26 Dec 2005 20:07 GMT | 7 |
Guys, I have been working through a memory leak and need to go back to square one for some understanding about have Garbage collection works with java 1.4.x. Will Garbage Collection clean up the String variable named test in the
|
| manifest classfile in eclipse | 26 Dec 2005 19:25 GMT | 1 |
can anyone tell me how to specify in eclipse that in my jar manifest file I want to include: Class-Path: *.jar plugins/*.jar Thanks
|
| Consuming .NET webservice in Java Applet | 26 Dec 2005 18:25 GMT | 1 |
I want to consume a .NET webservice using a Java Applet. Should i be using JAXM or Apache Axis for the same. Also where can i find information for the API step-by-step use ?
|
| freehibernate plug-in for eclipse? | 26 Dec 2005 06:51 GMT | 2 |
hi.. i'm looking for a plug-in for hibernate in eclipse.. my project is to retrieive an xml string (a very large one , parse it into an object model, and save that model into a database).
|
| Want GUI DBA tool | 26 Dec 2005 05:58 GMT | 1 |
I'd like to use a pure Java open source GUI DBA tool which could manipulate tables and schemes. DataBrowser from http://www.jetools.com is not so bad but it relies too much on manually input SQLs.
|
| Merry Christmas! | 26 Dec 2005 03:55 GMT | 3 |
System.out.println("Merry Christmas All!");
 Signature LTP
:) |
| JSP or httpservlet for Java spider? | 26 Dec 2005 03:15 GMT | 2 |
Hi. I want to spider just a few websites, not the entire site, just 1 or 2 levels deep. So can I use JSP or httpservlets for this? Does anyone know of some tutorial/code/book that explains this? I usually use JSP and httpservlets for processing requests, but I want to get the ...
|
| Web page in java | 26 Dec 2005 02:42 GMT | 8 |
Can anyone give me some pointers as to how to open a webpage in java. The webpage is stored locally (eventually on a cd) and its the help file for the java program. I cant seem to get the webpage to open and was wondering if its possible at all.
|
| why my applet can't display components like JButton or JTextField, but JLabel is well | 26 Dec 2005 02:24 GMT | 5 |
why my applet can't display components like JButton or JTextField, but JLabel is well
|