| Thread | Last Post | Replies |
|
| Issues with a DB2 connection | 06 Nov 2007 01:52 GMT | 3 |
I am working against a DB2 database, with the JT400.jar. I am currently experiencing problems when I try to access recordsets that are > 200.000 records. The connection seem to time out. I get no error message the connection
|
| jsf project | 06 Nov 2007 00:30 GMT | 1 |
Jsf projects created in netbeans....... http://myjavaserver.com/~pradyut/files/jsf%20projects/ Has one directory and a sql file(run on sql server or other database) JDBC Pooling required in the server.
|
| Why is the main() of Java void ? | 06 Nov 2007 00:15 GMT | 40 |
In c/c++ the main() function returns a value to indicate whether its termination was normal or abnormal . ? Is there no such need in Java ? If there is , then why is the main() method void ? How would the OS know that exit was normal or abnormal ?
|
| New website and development tool | 05 Nov 2007 23:56 GMT | 2 |
I have just created a site on which you will find an interface which wants you to create in java an application craft easily and quickly. The developments of the site and the
|
| how to create intelligent invoker :) | 05 Nov 2007 23:54 GMT | 2 |
problem: how invoke diffrent methods/contructors (depends on arguments number) in one statement. description:
|
| help | 05 Nov 2007 23:00 GMT | 2 |
please open this link==== this is will help you http://www.55a.net/firas/english
|
| Writers block on complex object model | 05 Nov 2007 21:53 GMT | 2 |
Hi, I am trying to find an easily extended way to write compose concrete objects for my application. The objects I am using are all things (nouns) like Customer, Database, Shop, Task, Year, etc. etc. LOTS of classes like this.
|
| Java performance | 05 Nov 2007 21:43 GMT | 28 |
I am just interested in the latest stats on Java performance. A lot of the literature appears to be out of date in this respect. Is it true that Java performance is close to that of native compiled code? I suppose it could be said that Java *is* natively compiled (at run
|
| How to combine 2 unsigned short into a unsigned int? | 05 Nov 2007 21:33 GMT | 21 |
Hi, everyone. The question is: I have 2 unsigned short, And I want to "concat" this 2 short into a unsigned ingeger value. If in C, it may be implemented like :
|
| Confused about Date | 05 Nov 2007 20:11 GMT | 15 |
I'm a bit confused about Date. In the example below, I get the present Date, format it to Strings using DateFormaters, reparse the String using the _same_ DateFormater and recombine them by adding. The ouput is not the same as the input. Why?
|
| memory management | 05 Nov 2007 19:52 GMT | 16 |
Hi, I have the following problem: in a while loop I get from a db some records and in the same time I put them with an insert preparedStatement in a destination db but the jave process increase the memory until it
|
| Source Safe/ Subversion / ? | 05 Nov 2007 19:45 GMT | 15 |
We're thinking of moving our servers from using a very very very old version of visual source safe to a new version control system - I was wondering if anyone here had any major dealing with version control and wether anybody has successfully used the plugins for
|
| checking garbade collector | 05 Nov 2007 18:38 GMT | 2 |
Hello... With that kind of function : public static Date testDate(String StrDate) {
|
| World Clock | 05 Nov 2007 18:36 GMT | 4 |
I am working on developing a world clock for my personal use.. i've made the analog clock in flash and everything is working fine but the problem is i am not getting it to correct the Daylight savings time. The implemetation details are as follows.
|
| EJB 3.0 Transaction Propagation and POJO | 05 Nov 2007 18:21 GMT | 1 |
Can any of you help me out in EJB 3.0 transaction? Let me present the flow of the application: EJB 3.0 (SLSB) ----->JDK Proxy ----> POJO(Business Logic) --->JDK Proxy --->POJO(For Data Access) --->DBManager(All the database
|