| Thread | Last Post | Replies |
|
| Content type of image | 04 Apr 2008 14:39 GMT | 3 |
I have the binary representation of an image ( byte[] ). Can I get the content type in the form "image/xxx" from it ?
|
| Higher Volume? | 04 Apr 2008 09:36 GMT | 8 |
This does not seem to be a very high volume newsgroup. Could someone point me towards another resource where java newbs can get questions answered in a timely fashion?
|
| proble with displaying .doc ,pdf file in jsp | 04 Apr 2008 08:39 GMT | 1 |
I have to render .pdf and .doc file using jsp. Please sussgest me some solution. Narayan
|
| Help me to broadcast msg in java | 04 Apr 2008 06:39 GMT | 3 |
somebody help how do i broadcast msg in java programming ,that i need to store back the ipaddress of responded machine , i need to make use of snmp services so i m using any snmp4j pak but all i need a simple java code that broadcast and store back the ip address of responded
|
| Request form variable in a class | 04 Apr 2008 03:34 GMT | 2 |
In my Tomcat 4.1.27 container (with no struts), I am trying to pass a form value to a JavaBean. Here is my attempt and need advise on the best way to fetch the lastname value in my below Java class because it does compile but
|
| Cannot find symbol variable number? | 04 Apr 2008 02:59 GMT | 15 |
I was just trying out a simplified version of a reply from a previous post, attempting to call a method...but it keeps coming up with the error message "Cannot find symbol variable number". Can anyone help? /**
|
| Static Text Box and Drop Down List | 04 Apr 2008 02:55 GMT | 1 |
I have a web application that prints a report to a Static Text Box. I can't seem to find an answer to what I assume is a simple problem. The \r\n does not seem to cause the text box to start on the next line. I also tried HTML <br>, and this ended up printing out on the
|
| return to function parameter | 04 Apr 2008 00:57 GMT | 12 |
Is it possible return value to function parameter in JAVA? public static boolean a(String s) { s= new String ("aaa");
|
| Become a java developer | 03 Apr 2008 22:02 GMT | 6 |
Ok friends, I think the end of the day has come for my career as a cobol programmer- something I have done now for 15 years. Imminent threat of being outsourced. I am hoping to start anew as a java developer. To this end I have
|
| using HSSF and POI with Java | 03 Apr 2008 21:22 GMT | 3 |
Need to create a spreadsheet report with 15 columns and over 2000 rows or more. The report has to be sorted by the first 5 columns (nested sorting). Also at each level weight averages need to be calculated. How would you handle this? Would you build a data structure or DTO,
|
| Calling Methods Again [so, are you guys sick of me yet?] | 03 Apr 2008 18:38 GMT | 12 |
So! I finally think I understand writing a method! ...of course...I still can't seem to figure out how to call it right, and therefore I don't know if the method is right *if that made any sense*. This is what I have so far *hides*:
|
| TCP File Transfer behind NAT | 03 Apr 2008 17:12 GMT | 2 |
Can anyone tell me, how to write such a program that can transfer files (either binary or text) behind NAT devices( such as for computers behind firewalls and routers and other NAT devices) using TCP socket programming.
|
| Mix bold and plain in a JLabel. | 03 Apr 2008 16:33 GMT | 6 |
I find that the HTML JLabel functionality is too slow for my purposes. But all I'm trying to do is to highlight part of the string in bold or underline. Is there a way of doing this w/o HTML? (I guess I could always put three labels next to each other.)
|
| eclipse - watch a variable while debugging | 03 Apr 2008 16:07 GMT | 2 |
How can I do : quick watch of variable, and change it in eclipse 3.3 ? Thanks :)
|
| Extending a JSP session: advice? | 03 Apr 2008 16:06 GMT | 6 |
Hi; I'm working with a legacy JSP application that lets the user extend the session by submitting an HTML form that is in a pop-up window. I have been working as many pop-up boxes out of the application as
|