| Thread | Last Post | Replies |
|
| Reading multipart mime headers | 14 Feb 2006 18:38 GMT | 2 |
Each 'part' in a multipart mime message can have its own headers (or attributes as they sometimes call them). I'm looking for a way to retrieve those. I'm using the apache package for handling file uploads (org.apache.commons.fileupload), but that packages has not methods for
|
| Grayscale a Jpanel | 14 Feb 2006 18:22 GMT | 4 |
I have a Jpanel containing Jtext,Jlabel,.... (producing a report),When I tried to print the Jpanel it is takin too much time to reach a printer(size 3MB!). I think it will be ok if we get hem grayscaled. Anyone have an idea to graycale a Jpanel or Jframe? I searched in
|
| HTTP content-length a security risk? | 14 Feb 2006 18:18 GMT | 3 |
Here is a little correspondence I had with my ISP
> > 2. When I try downloading it myself with Opera, it downloads fine and > > checks out, but Opera says its size is "?". Presumably the server is > > failing to send the optional length on the front of the download. |
| Sequence Diagramming | 14 Feb 2006 18:17 GMT | 5 |
Is there such a thing as a programme that will let me create, let us say, ten sequence diagrams, and forge from that a single normalised template of source that facilitates all those courses of action? ~Iain
|
| HTTP client socket inputstream help | 14 Feb 2006 16:56 GMT | 8 |
I'm trying to code a simple http client that receives a requested resource from an http server. Something that is puzzling me is that the InputStream from the socket is coming up empty after requesting the resource. Here is an similar example of my code:
|
| Code examples for job interview | 14 Feb 2006 16:45 GMT | 9 |
I am about to start a job search as a Java developer. I've never looked for a job as a Java developer before, having spent earlier parts of my career as a DBA and instructor, so I need some guidance on what to expect. I am pretty much entirely self-taught as a Java developer and I ...
|
| classloader problem for data protocol URL using WSAD 5 | 14 Feb 2006 14:36 GMT | 1 |
I have an application using WSAD 5 that is using Apache FOP to generate images using the external-graphic tag. I need to generate a new image using the data protocol for the external-image src. Apache has a code patch to allow acceptance of the data protocol. I am able to
|
| client server communication problem through URLConnection | 14 Feb 2006 14:30 GMT | 3 |
I am implementing a general purpose chat software using Core Java. The client is an applet that uses HttpURLConnection to communicate to the server. Currently the client periodically makes request to the server though most of the time it has nothing to send,
|
| Struts Layout | 14 Feb 2006 14:01 GMT | 1 |
I want to insert a textarea into a collectionItem of a collection... Here is my code : <layout:panel> <layout:collection id="my_ID" name="my_liste" >
|
| drop down box | 14 Feb 2006 13:48 GMT | 2 |
i have this design --------------------- select a value : [drop down] Data1 [text field]
|
| Write PNG from MemoryImageSource | 14 Feb 2006 12:40 GMT | 8 |
I have an application which dynamically generates images using MemoryImageSource to produce a java.awt.Image object. I'd like to be able to write these images out as pngs. I've found the javax.imageio class which will write out pngs, but only
|
| Filling up a Vector & returning it... | 14 Feb 2006 12:30 GMT | 1 |
I have a C++ file, which calls a c++ library which returns a Vector<Struct> My C++ File is invoked via a Jni call... Instead of returning an Object array back to my Java Class,
|
| you are not logged in | 14 Feb 2006 12:09 GMT | 6 |
i am giving a real example. do you use ebay or any online e-commerce portal. there you can see a search box. in that search box , you can search for any items . you get a result page and for each item, you get a "Bye
|
| JAVAMAIL POP3 - Secure Password Authentication | 14 Feb 2006 09:55 GMT | 2 |
This is regarding my old posting accesing mailbox using JavaMail API. When I configured for the same ID in outlook I enabled an option "Log on using Secure Password Authentication (SPA)". Now i need to enable this while accessing through the JavaMail code
|
| Applets: what browsers to support? | 14 Feb 2006 06:52 GMT | 19 |
What are most commonly used browsers these days, especially in the business world? I haven't done an applet in a while, especially not one meant to work on most popular browsers, so I'm afraid I'm a bit out of touch with what
|