| Thread | Last Post | Replies |
|
| Important information about Sun Java Certifications | 07 Nov 2007 22:02 GMT | 3 |
Sun Java Certifications http://educational-world.blogspot.com/2007/06/sun-java-certifications.html
|
| How to get Audio File properties | 07 Nov 2007 21:56 GMT | 3 |
Can someone tell me which class I should look for to be able to get and set the properties of an audio File (right-click on a file. properties. resume - all the infos stocked there). The thing is, I want to modify these properties in different audio
|
| File Handling Issues | 07 Nov 2007 19:35 GMT | 2 |
I have some code that polls directories, when it finds one or more files in there it imports the contents into a database. Very occasionally (like once in every 5000 files) it will pick up a file and archive it without actually putting the contents into the
|
| Is there a way I can route http requests | 07 Nov 2007 18:02 GMT | 2 |
I have a servlet which works as a web service. In a one scenario, I need to send the request i am getting from a client to another server and send back the exact reply i am getting from the server to the request client. Is there a way to do this or any libraries i should
|
| hi i need some nica java utorial | 07 Nov 2007 17:09 GMT | 3 |
im a total beginner and I've done C/C++ so far but it seems I've forgotten some of it. Do you think I should first revise it within a week or so ? I want to take the java certification exam and I've tried looking into some books like herbert schieldt. I don't think reading
|
| Waiting on a Thread | 07 Nov 2007 15:29 GMT | 8 |
I want to start a thread and wait for it to finish (using join(), it seems) before I continue on in my application. The problem is, this thread eventually opens up a "Save As..." dialog box. Well, since I am "joining" with the EventQueueThread, the Save As dialog box cannot
|
| Calling a Java class to the main class for execution | 07 Nov 2007 11:47 GMT | 3 |
Say I have 2 files - addition.java negation.java Now in the main class (say controlpanel.java) I want something like
|
| How can I do to share the array elements between "C" and "Java" | 07 Nov 2007 11:38 GMT | 12 |
Hi,all I want to implement the function about this: c and java between JNI can share the same data area. For example, when change the value of the array in java, i can get the same value in c.
|
| One base and many flavours | 07 Nov 2007 08:43 GMT | 3 |
I am working on a very interesting project. There is only one application server instance. The instance has to serve many countries ctry1, ctry2, ctry3 and ctry4 at the same time, which will have country specific functionalities. Assume that these different conutries
|
| REST | 07 Nov 2007 07:30 GMT | 3 |
What is REST and how does it fits in Java JEE world.
|
| help | 07 Nov 2007 07:27 GMT | 2 |
I need some guidance getting started on this project: ---------------------- Implement a class Employee as follows: Constructor: An object of class Employee will have the hourlyRate as
|
| read, write Objects via Sockets | 07 Nov 2007 05:56 GMT | 26 |
I have big problem with memory leak (heap size usage). I send object via Sockets using object input, output stream. The problem occurs on the client side when i receive an object public class My implements Serializable{
|
| hibernate: automatically generate timestamps | 07 Nov 2007 05:26 GMT | 7 |
I am trying to have certain values created/updated when a new record is created or an existing one is updated. I'm using the following field (using hibernate annotations as demonstrated in Hibernate In Action):
|
| RegExp to extract letter/number-combination (ANNANN)... | 07 Nov 2007 03:11 GMT | 2 |
Can anyone help me with a regular expression that returns the following pattern, if found: "Alpha-num-num-Apha-num-num" Examples: "WEBSERVER\TV-Show\Flash Gordon\flash.gordon.2007.s01e12.avi"
|
| textpad | 07 Nov 2007 03:00 GMT | 8 |
i use textpad to prog. but so far, i can't get texpad 5 to work. Where's the compile button?
|