| Thread | Last Post | Replies |
|
| Invoking serverside code from a webpage | 06 Jun 2007 11:58 GMT | 2 |
I want to invoke a some java code on a server, preferably through RMI, via webpage. The thing is that I don't want to embed an applet on that page. I was thinking something like:
|
| AudioSystem | 06 Jun 2007 09:22 GMT | 1 |
I would like to know, and counld not find it, the audio formats supported by the AudioSystem class. I know it supports WAV. but that's all I know. I have read the AudioFormat class description, and could not find any information about the format values. For example, I have a ...
|
| synchronize vs gate | 06 Jun 2007 04:38 GMT | 15 |
I have a singleton in a web service that provides a collection and self-updates it on a periodic basis: doSelfUpdate() create temporary collection (time consuming)
|
| setting up j2ee 1.3 RI | 06 Jun 2007 02:58 GMT | 2 |
I am trying to set up J2EE 1.3 RI on one of my machines for running sample applications from the book Head First EJB. But when I try to run this server I get the following error: C:\Documents and Settings\Administrator\Desktop\HFEcode\HFEJBCODE
|
| RequestDispatcher and relative locations | 06 Jun 2007 02:40 GMT | 11 |
How is it possible to load a relative resource from a .jsp file that was forwarded a ServletRequest using RequestDispatcher from a servlet? Example: 1) set up a simple servlet:
|
| StreamTokenizer question | 06 Jun 2007 00:44 GMT | 5 |
I'm trying to read a file with many entry. Thus, the first colum is a date. Here's a row example : 08/22/05 15:18:47 21.00 0.00 0.00 -0.113 -1861.3 397.7 169.4 38.8 8.7 When I'm reading the first token (I'm using StreamTokenizer class) the first
|
| Array of Type Object | 06 Jun 2007 00:18 GMT | 3 |
If I do this: Object arguments = new Object[8]; And then arguments[0]= "John";
|
| JTable help | 05 Jun 2007 23:49 GMT | 1 |
I'm pretty new programming with swing and I'm running into a problem setting up a table. I'm using the DefaultTableModel instead of setting up my own because I don't need to do anything too complex with it. I'm having a problem though when I try to remove rows. For
|
| code to clean up texts | 05 Jun 2007 23:26 GMT | 2 |
~ does any one around here know of data analysis/text cleansing libraries/code to programmatically consolidate lines in a text to whole paragraphs?
|
| getClass | 05 Jun 2007 23:22 GMT | 5 |
A question that might stupid to you who knows. But I cant find it in the doc. I want to play sounds, and I found code with : AudioInputStream stream =
|
| Basic threading concept | 05 Jun 2007 22:46 GMT | 2 |
I have a basic question about threading in regard to application servers. Nowadays almost all servers implement pooling concepts. My question is :If my app server is delegating user requests to
|
| Need help - extract node using JAVA Xpath | 05 Jun 2007 21:07 GMT | 1 |
I am trying to come up with a Java code where I can read a xml file and extract particular element/attribute. This is the structure of xml I have
|
| retrieving information up the stack | 05 Jun 2007 20:13 GMT | 5 |
I have a need to traverse up the stack, access a particular calling object and retrieve an instance variable via a getter. Was wondering if anyone knows how to do this. I can identify the caller through the StackTraceElement but don't know how I can retrieve the object to
|
| Memory allocation | 05 Jun 2007 19:53 GMT | 3 |
Something was puzzling me about when I will run out of memory. I have a simple program, that does nothing but take size as the input, and then allocates a boolean array with x=new boolean[size]. I throw an OutOfMemoryError when size is greater than about 6*10^7.
|
| Any HID support for Java? | 05 Jun 2007 19:40 GMT | 3 |
Human Interface Device (mouse, etc) Does anyone know whether java support the HID devices? (under MS Windows) I checked the document but did not see any. A google on this group
|