| Thread | Last Post | Replies |
|
| need class methods/variables to represent the execution of an application | 30 Mar 2008 21:07 GMT | 2 |
I am writing an class that broadly tries to monitor the execution of an application on system, and am at a loss howto 'model' such data in a class .. anyone any ideas that would give me that much-needed 'good start'
|
| G-ZIP | 30 Mar 2008 19:38 GMT | 3 |
How do you set the compression level of a G-ZIP output stream (0-9)?
|
| JDBC | 30 Mar 2008 19:32 GMT | 2 |
Hi,i am total newbie in java programming.I want help in connecting Oracle 9i database and inserting data in a table there.How can i do this?Can anyone explain me step-by-step or point me to any link where i can learn this?I am using tomcat 6.0.16 and windows xp sp2 operating
|
| help | 30 Mar 2008 04:38 GMT | 4 |
how to get data from two different database and different tables
|
| Large amount of web services call? | 30 Mar 2008 03:54 GMT | 2 |
I have clients which will call the server for record updating, and the requests is expected to have 1000 req/s. What kind of library is the most efficient for handling my needs? E.g. XMLRPC, SOAP ect ?
|
| Appending data to 2 tables in a 1:1 relationship | 30 Mar 2008 03:30 GMT | 3 |
I've got a MS Access database with a 1:1 relationship between 2 of the tables, and I'm trying to append data to both tables. Both tables have the same Primary Key, which is generated as an Auto- Number in Access. If I delete the relationship in Access, then I can
|
| Detecting multiple class loaders | 30 Mar 2008 03:26 GMT | 11 |
Is there any way to detect when a class has been loaded by two different class loaders? Our app has a class that reads and writes a file on disk. The file gets corrupt if more than one process gets at it at once. We can detect
|
| add new element to array | 30 Mar 2008 01:32 GMT | 10 |
What is elegant way to add new element to existing array: byte [] data byte ETX= (byte) 3; data= data +... ETX; // ?
|
| What's the difference between "JDK" and "JRE"? | 30 Mar 2008 00:33 GMT | 12 |
It seems both have a java.exe which can be used to execute the byte code(.class) but then jre does not have the javac compiler.
|
| velocity | 29 Mar 2008 22:56 GMT | 2 |
All Do you know what is velocity (not vector of speed) in java. Any sample code how to make it work with j2ee. Great thanks
|
| eclipse for portal server | 29 Mar 2008 22:55 GMT | 1 |
All Is there any open source/workplace like eclipse which can support the development environment for portal server? Thanks
|
| After I try latest of Netbean and Eclipse I wonder if have Another beter IDE? | 29 Mar 2008 22:53 GMT | 43 |
I use with VS2005 of microsoft. I want to move to JAVA. bu I try Eclipse and I disappointment. the IDE is crash from time totime and It's not campareable with VS. I try also Netbean. but I think that JAVA worth for beter IDE.
|
| multiple prepareStatements | 29 Mar 2008 22:22 GMT | 6 |
Hi. I'm new to Java and am having problems with a prepareStatement using the ? as placeholders. Can anyone help me understand why I'm getting an error? Here is the error referring to: pstmtUpdate.setInt(2, limit);
|
| Generics on map. | 29 Mar 2008 19:41 GMT | 10 |
The following code compiles in eclipse 3.3.1. Shouldn't the compiler throw an exception as the key doesn't pass instanceof check? class Test { public static void main(String args[]) {
|
| Shell out without so many threads? | 29 Mar 2008 19:37 GMT | 8 |
Long ago I carefully implemented a Shell out command, following the guidance from this: http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html Summary: use threads to gather stdout and stderr from
|