| Thread | Last Post | Replies |
|
| EJBQL (EJB2.1) and strange results | 17 Mar 2005 15:23 GMT | 1 |
I am writing a CMP layer for a database using XDOCLET. That's ok, the problem is with a finder, and results I simply cannot understand. * @ejb.finder * signature="java.util.Collection findMax()"
|
| Java C++ reference equivalent | 17 Mar 2005 14:28 GMT | 6 |
Hi grp I am creating a function to add two numbers without using a return value. But I cannot find a method to pass a reference to an integer. Thanks: public static void iadd(int &a, int b, int c){
|
| Special Characters and Write | 17 Mar 2005 14:17 GMT | 1 |
Why does: System.out.println("Numéro"); Yeild: Num?ero
|
| How to specify DTD to DTD.getDTD for DocumentParser? | 17 Mar 2005 10:38 GMT | 4 |
I would like to check a HTML file for errors such as mismatched start/end tags or typos in the tags. Hence I need a validating HTML parser, which gives me error messages when it encounters an error. I thought that javax.swing.text.html.parser.DocumentParser could be a good choice.
|
| reading from text file | 17 Mar 2005 10:32 GMT | 3 |
I'm trying to create a simple "notepad" type program. I'm reading a text file and eventually I want to get the contents into the TextArea widget except that I can't get the actual contents of the file for some reason. I'm able to get the filename and path and it is marked as
|
| Can't find html page on tomcat server | 17 Mar 2005 09:41 GMT | 4 |
I am using tomcat 4.1.2.4 on windows 2000 server. I have not problems to see the tomcat page and /examples folder's pages. I created a folder /crm under the webapps folder (so it is parallel examples folder). But I cannot see the html pages in this folder. I have
|
| Recruiter needs Help! Not a job Posting! | 17 Mar 2005 09:29 GMT | 5 |
Hi! I know that this is more of a technical discussion group then a job posting group. I use usenet for lots of personal stuff, so I know what it is when your group gets filled with Spam, and I apologize if this is viewed as such. I promise, there is a real fellow behind it. :-) My
|
| Some general hints on debugging Java (Swing) needed | 17 Mar 2005 07:59 GMT | 2 |
I need some general hints on how to do Java maintenance - hopefully you gurus out there can help a beginner. I've "inherited" a non-trivial Java application (combination of servlet and applet, swing, about 200 classes) and have to do
|
| [Static Classes] | 17 Mar 2005 01:46 GMT | 2 |
Can someone explain when and why we use 'static classes' in Java ? Also why 'method local classes' are used and what is their significance ? Plz reply
|
| Where can I find the source code of <jsp:include ...> ? | 17 Mar 2005 00:07 GMT | 1 |
Where can I find the source code of <jsp:include ...> ? Thank you Jim
|
| IP in java.net | 16 Mar 2005 22:40 GMT | 2 |
Been playing lately with the TCP and UDP sockets in the java.net package, a question came up: using Java, can one reach the Ethernet and the IP layers? In other words, is there a way to compose IP datagrams and to compose ethenet frames?
|
| Getting instance name with reflection | 16 Mar 2005 21:53 GMT | 2 |
Is there a way to get instance name using reflection? I want to print the name of the array ("xxx"): String[] xxx = new String[3]; System.out.println(xxx.getClass().getName());
|
| Confused with PrintWriter, OutputStream and OutputStreamWriter. | 16 Mar 2005 21:07 GMT | 1 |
Rather confused with PrintWriter, OutputStream and OutputStreamWriter. Not sure how to pass osw to pw. PrintWriter pw=getAgentOutput(); RichTextItem body = (RichTextItem) docRT.getFirstItem("RTItem");
|
| where do i put axis webservices? | 16 Mar 2005 18:49 GMT | 1 |
hi.. i've been trying to deploy web services in axis using wsdd option. however i my web services don't have packager (it's a simple class), so i tried
|
| Servlet: "action" failed to preload on startup in Web application: "xxxx" | 16 Mar 2005 16:17 GMT | 2 |
<Mar 15, 2005 10:10:38 PM EST> <Error> <HTTP> <BEA-101216> <Servlet: "action" failed to preload on startup in Web application: "xxxx". javax.servlet.ServletException: org/apache/log4j/Logger at
|