| Thread | Last Post | Replies |
|
| create http image content with c++ | 08 Jul 2005 22:29 GMT | 1 |
In java, we can write a servlet and deliver image content to the response, for example, //in my servlet class: BufferedImage mapImage = myTookKit.generateMap(String address);
|
| best way to deliver image on the web | 08 Jul 2005 20:34 GMT | 2 |
I would like to get some suggestion about my image processing work. I want to load a image, do some processing, and send it out (to a file or a servlet reponse). What is the best way to do it? ImageFilter? ImageOp? Since I have not start the project it, all suggestion about
|
| JNDI properties file | 08 Jul 2005 18:32 GMT | 1 |
My Client application is built to contact with a Java Server JBoss. I have a JNDI properties file that is attached with other classes in my .jar client file. The content of this file is as the following: -----------------------
|
| weird exception during start of applet... (J2SE5) | 08 Jul 2005 17:37 GMT | 1 |
does somebody have an idea what the exception: java.lang.NoClassDefFoundError: IllegalName: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> at java.lang.ClassLoader.preDefineClass(Unknown Source)
|
| starting a weblogic servlet? | 08 Jul 2005 14:29 GMT | 4 |
I have written a basic servlet of the form public final class MyServlet extends HttpServlet { public void init(ServletConfig config) throws ServletException
|
| Iterator | 08 Jul 2005 05:49 GMT | 4 |
I have a Collection: Collection tables =tablesmap.values(); //where tablesmap is a HashMap and whenever I need access to the values I do this in a processing method: void process()
|
| HTML | 07 Jul 2005 23:46 GMT | 3 |
I am trying to add html tables to a html document and the html table appears but here is the problem in that only certain attributes of the table is being adhered to and the rest ignored. This is what i am doing
|
| Help with bitwise | 07 Jul 2005 22:16 GMT | 4 |
I've never used bitwise before. Can someone explain what does the following mean: "This parameter is a bitmask, with only 2 bits having any significance. If bit 3 is set, the decimal value is 8."
|
| double quotes issue in request object | 07 Jul 2005 21:58 GMT | 2 |
I am having an issue with double quotes in a string, where in the request object has the garbled string, but the form element has the correct value. For e.g here is what i have <INPUT TYPE="text" NAME="element_name" VALUE=""ABCD "EFG" HIJK,
|
| JNDI LDAP pwdChangedTime password timestamp | 07 Jul 2005 20:53 GMT | 1 |
Help!! I'm trying to determine the amount of time until a user's password expires. This information is stored in an Oracle Internet Directory LDAP. I'm using the JNDI api's, of course.
|
| Understanding Packages | 07 Jul 2005 20:47 GMT | 4 |
I am reading Ivor Horton's Beginning Java 2. I have the following package setup: C:\Java\Packages\Geometry In this directory I have 2 classes:
|
| Retrieve version number for Windows executable | 07 Jul 2005 20:15 GMT | 7 |
Is there a way to extract the version number of a Windows executable file using Java? For example, if you right-click an executable file in Windows to obtain the Properties for that file, there is a "Version" tab. I'd like to obtain access to that information from within my
|
| User Interface Control on AIX Host for character/text based Application | 07 Jul 2005 19:49 GMT | 1 |
I have hunted high and low and don't seem to be able to get a clear idea of how to achieve what I need to do (which is pretty basic). I want to write a Java Application (initialy on AIX v4 and then port it AIX v5) which will provide a simply menu and data entry system for a
|
| Can you call an Ant target from a JAVA class? | 07 Jul 2005 18:44 GMT | 4 |
I need help in calling an Ant target from within a JAVA class. If anyone knows how to do this, I would appreciate the help. Thanks! hust6
|
| Swing, JFrame and JInternalFrame | 07 Jul 2005 18:25 GMT | 8 |
Greetings, All- I am having difficulty getting my application configured the way I would like. This is a really standard thing, so I must be missing something simple. I am hoping some of you might have a better idea
|