| Thread | Last Post | Replies |
|
| Sun JVM and memory requirements | 21 Jul 2006 13:09 GMT | 1 |
For maximum separation of environment we want to run multiple java instances (each running a webserver). now at peak moments I want these to use the maximum heap, however, if the peak moments are passed, it should free up the heap it doesn't use. Is this possible? Is it even
|
| who is arrow mean in UML | 21 Jul 2006 12:30 GMT | 4 |
the arrow is just like "------->" and it has two kinds: the dotted line and the straight line what are these two kinds mean in UML thanks you
|
| Multicast and linux routers? | 21 Jul 2006 11:43 GMT | 1 |
I'm trying to multicast using the demo in the java tutorial and a linux router, but while the regular datagram work, the multicast doesn't! Why is thing happening? I've tried with coyote linux, freesco and bsdrouter, but seems like they don't route the packets?
|
| Aside from googling.... | 21 Jul 2006 10:09 GMT | 15 |
and searching through the results, is there any one place where it is possible to look up the library required to satisfy an import. Example, A program wants to import javax.jnlp but the package is part of another
|
| The Right Level of Patterns | 21 Jul 2006 09:39 GMT | 28 |
I sometimes make fun of a buddy of mine for overdoing it with Design Patterns, reading every pattern book he can find and then trying to put all the patterns into his code. I think sometimes patterns are used for the sake of using them, at which point it makes the code more
|
| is it ok now | 21 Jul 2006 09:10 GMT | 2 |
i have no idea how to do this sir and i apologise for wriring in short form.. can you help me out in this ...
|
| hi | 21 Jul 2006 06:38 GMT | 1 |
hi all i m nw 2 java and i need dis urgenntly as it is part of my proj ... <IMG style="BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; LEFT: -108px; PADDING-BOTTOM: 0px; MARGIN: 0px;
|
| a place to start | 21 Jul 2006 06:27 GMT | 3 |
I want to write a web application that can access a mysql database on localhost. I want to have a web page display 3 lines with radio buttons to select which line, and each line has either one or two text entry fields. Then I want to build a query based on the criteria
|
| Thread Synchronization | 21 Jul 2006 01:48 GMT | 1 |
Hi Friends, Don't missout on these articles on design techniques: Thread Synchronization: http://javalive.com/modules/articles/article.php?id=25
|
| Using java.util.zip on .tar.gz files | 21 Jul 2006 01:10 GMT | 1 |
I'd like to decompress .tar.gz files and get at the individual files within. It appears that the java.util.zip package handles that nicely for regular .zip files, and it will do GZip files, but getting the tarred files within the .gz isn't within its capabilities. Or am I
|
| Data Migration Validation (DB-LDAP) | 21 Jul 2006 00:55 GMT | 1 |
We are performing Data migration from Oracle to LDAP (Sun One) where we are migrating around 400,000 users. But we would want a efficient mechanism to compare - one-on-one- records from LDAP with that of the DB. Is there any good mechanism that someone can suggest.
|
| jtable not displaying | 20 Jul 2006 23:26 GMT | 4 |
I have a vector of String[] objects, each with a key and a value. This is contained in an Options class which an application uses to store keys for different windows which it contains. I would like to be able to display the vector in a JTable for quick editing and display. I
|
| client server communication in java | 20 Jul 2006 21:57 GMT | 1 |
I have a java web service that returns byte arrays to the client. First a byte array is returned and the server gets the acknowledgement, then the next byte array is sent and so on. But I don't have much idea how to implement it. How can I resume from where I stopped at the
|
| swing app, possible to have a cookie | 20 Jul 2006 21:51 GMT | 4 |
For swing app using socket communicating with server, is it possible to leave a cookie like in servelt app? if so ,how ? -- Thanks
|
| instanceof NOT (always) bad? The instanceof myth. | 20 Jul 2006 20:06 GMT | 22 |
I just decided to write a message regarding the myth that the use of the instanceof keyword is categorically bad. Not all java programmers have fallen prey to the myth, but after years on the newsgroups it has almost gotten to the point where if it was discovered that you used
|