| Thread | Last Post | Replies |
|
| JDK 1.5 Compiler not enforcing parameterized type in interface? | 24 Aug 2006 20:41 GMT | 2 |
I'm starting to use the features of 1.5 and wondering why the following isn't enforced by the compiler: I haven't been able to find an answer, or alternative way of doing it: I'm jusing JDK 1.5.0_7
|
| ResourceBoundle .properties file preffered location | 24 Aug 2006 20:25 GMT | 3 |
Could you tell me where .properties file should be put in my program? It is put in the same folder as class calling getResourceBoundle and it still can't find these files. Or maybe I misunderstood Java tutorial?
|
| How to build a dependency injection framework by myself? | 24 Aug 2006 19:57 GMT | 4 |
I am using a factory class to build instances. the factory method looks like: <code> class MyFactory{
|
| Count pixels | 24 Aug 2006 18:31 GMT | 3 |
I need to know how many white(or other colors) pixels are in Graphics, but i didnt found way :(. I see that there is solution for Image, but this cant help me. I have one more question - (may be is silly) How to copy Image to
|
| Apache Axis and SAML | 24 Aug 2006 17:38 GMT | 1 |
I've looked at the examples of calling a simple web service on the Apache Axis website. I've also looked at the examples of using WSS4J in conjunction with Axis. I'm confused about how WSS4J can be used in the context of the
|
| Question about Inherited member variables | 24 Aug 2006 16:57 GMT | 2 |
To my surprise this seems possible in Java: //------------- public class Base { protected int size = 100;
|
| problem with "getAsciiStream" method | 24 Aug 2006 15:25 GMT | 15 |
I am trying to retrieve some data from a db using the "getAsciiStream" method of the ResultSet class of java language . My code is like this: rs = stmt.executeQuery(queryText);
|
| JTextField inactive in a JWindow | 24 Aug 2006 15:24 GMT | 6 |
In my working application, I changed from a JFrame to a JWindow and my JTextField's have ceased to be editable. How do I fix this? Thanks!
|
| Mulitiple Tomcats - Multiple IPs | 24 Aug 2006 15:18 GMT | 6 |
I have a server and 4 IP addressess 10.10.10.10, 10.10.10.11, 10.10.10.12, 10.10.10.13 Can i run 4 tomcats on port 80 on 4 different IP addressess? Thnak You
|
| Rich Clients - what's on the backend? | 24 Aug 2006 15:06 GMT | 6 |
I've written a Swing app that is currently standalone and I want to turn it into a "Rich Client" I've got servlets running in a Tomcat installation for other apps. Q) Is the back-end of a Rich Client normally a servlet? I've been
|
| Text/Console mode UI | 24 Aug 2006 12:27 GMT | 1 |
is there anything like swing but working in text mode? I need a simple user interface working in the console mode for my little app. thanks schw
|
| Book for a Beginner? Anyone? | 24 Aug 2006 12:23 GMT | 6 |
Does anybody know of a JAVA programming book for a beginner, such as myself, to learn with? I'm looking at Java In A Nutshell, but I'm unsure. Could anyone please reccomend a book to learn from? Thank you!!!
|
| CUPS printing to pdf writer from Java app fails | 24 Aug 2006 12:15 GMT | 1 |
I can't print on my pdf writer using Java. CUPS pdf writer CUPS Real printer (EPSON) Mozilla/Dia OK OK Java app (JEdit/...) KO OK
|
| How to run external file in java program? | 24 Aug 2006 12:05 GMT | 5 |
Main reason I need this facility is to convert .properties file from UTF-16 to ISO-8859-1. And I created a very simple program to do this. Is searches current dir for any files without an extension and then calls:
|
| JTable - sorting all columns except first | 24 Aug 2006 11:57 GMT | 3 |
I'm using TableSorter from page: http://java.sun.com/docs/books/tutorial/uiswing/components/examples/TableSorter.java and a JTable which works with this sorter: http://java.sun.com/docs/books/tutorial/uiswing/components/examples/TableSorterD emo.java
|