| Thread | Last Post | Replies |
|
| Interface question ?? | 16 Jun 2005 13:15 GMT | 1 |
Hi group. I think this is an stupid question and it can be resolve with a couple of lines of code but just now it is impossible to me test it. The question is: I have a clase A that implements a method "m" of the interface I. Can I modify attributes of class A into the ...
|
| sending intermediate page via servlet | 16 Jun 2005 07:02 GMT | 2 |
I have a simple servlet that accepts some parameters and send those to a bean. The bean does some calculation which takes a while. What I would like to do is when servlet invokes the bean and while it's waiting for bean to finish, I would like to display a simple html page
|
| problems with affine transform scale. | 16 Jun 2005 06:46 GMT | 3 |
I am trying to use java's affine transform method for my zoom - in and zoom - out functions. This is a small piece of code that i've written in my "mouseClicked" mouse lisetner function. AffineTransform tx = new AffineTransform();
|
| Looking for a required eclipse plugin but cannot find it. | 16 Jun 2005 03:59 GMT | 2 |
I just downloaded docjar (http://www.docjar.com/) for Eclipse and etracted it to the plugin directory. When I started Eclipse I didn't see the new plugin... so I went and looked in Eclipse.log and found this entry:
|
| Need EJB advice | 16 Jun 2005 00:31 GMT | 2 |
In our Stateless Session Beans, all logical-unit-of-work(s) or "business method(s)" have to do some certain steps first before actually doing their work. These common steps are put in a method "prepareConnection()" in that Stateless Session Bean. Below are these common steps (3 of ...
|
| [HELP] <GC: Reduced max java heap size to .... bytes due to memory contraints> ] | 15 Jun 2005 22:26 GMT | 2 |
I am using IBM WebSphere 5.1 which is using IBM JDK 1.4.1. When I set the max heap size of WebSphere to 2048M, the message <GC: Reduced max java heap size to 1687289856 bytes due to memory
|
| Better Java error messages | 15 Jun 2005 20:38 GMT | 12 |
Newbie question here, I have been going through Java error messages sent to me at work here to get acclimated to the Java language (PHP, .NET programmer in the past).
|
| Pushing data from backend to server | 15 Jun 2005 19:52 GMT | 1 |
I have an application server running some EJBs. Periodically, I need to send notification of events from the backend, to clients accross the internet. Both The app server and clients are behind proxy servers and firewalls.
|
| mysterious static | 15 Jun 2005 19:23 GMT | 6 |
I'm somewhat confused: class Foo { private static final ConditionalPropertiesReader PROPERTIES =
|
| Struts Presentation with custom objects? | 15 Jun 2005 18:29 GMT | 2 |
If I have a vector of custom objects... how can I make struts auto populate those objects with checkboxes? ie class myObject{
|
| Web service parameters as XML | 15 Jun 2005 14:15 GMT | 3 |
I currently have a web service that passes complex data types as parameters. The web server (weblogic) populates the java classes that represent the complex data types with the xml passed by the client application. Is there a way to retrieve this xml that is passed by the
|
| jvm.dll vs java.dll | 15 Jun 2005 13:07 GMT | 4 |
JDK 1.4 provides jvm.dll and java.dll libraries on windows and libjvm.so and libjava.so on unix platforms (linux etc.) What is difference between 'jvm' and 'java' libraries? I found that java.dll is dependent on jvm.dll
|
| Pooling PreparedStatements | 15 Jun 2005 10:12 GMT | 5 |
I`m programing an application, which uses database (Postgresql), it`s multithread, there is no problem yet it`s multithread, so I`v decided to use connection`s pooling, I had been doing it before end there is no problem too, it works well
|
| Condition outside loop or separate loop for different condition? | 15 Jun 2005 09:51 GMT | 12 |
Should I adopt the first or the second way? The first makes it faster. The second makes the code shorter. The size to compare is not in the millions so which should i go with? First Way:
|
| same or different rms file in different brand phones | 15 Jun 2005 09:23 GMT | 4 |
I would like to know if j2me phones use same rms file format. In other words, does the midlet developer choose the format of the rms file in the phone, or does the phone place the rms file in its own format?
|