| Thread | Last Post | Replies |
|
| Database Connection question | 03 Nov 2005 22:16 GMT | 2 |
I have 2 applications: one is using JBoss where the database connection is obtained through JNDI lookup; the other is a standalone app and is using java.sql.DriverManager for Connection. Every time after obtaining a Connection, a stored proc is called.
|
| Problem closing resources using Apache HttpClient. | 03 Nov 2005 20:18 GMT | 1 |
I'm using Apache HTTPClient to connect to a data source. I set connection timeout and socket timeout in the constructor of the class like the following: httpClient.getHttpConnectionManager().getParams().setSoTimeout(1000*60*2);
|
| string memory | 03 Nov 2005 20:17 GMT | 3 |
It seems that cost two memory spaces, right? so what I have to do is assign errorStr=null when I want to assign a new variable. ---------------------------------- public static String errorStr = null;
|
| Servlet<->Applet - oreilly API and "invalid stream header" | 03 Nov 2005 19:52 GMT | 1 |
I'm using O'Reilly's servlet API to make an object based HTTP communication between an Applet and a servlet. Following their own tutorial 10.2.3. Object-based HTTP Communication http://www.unix.org.ua/orelly/java-ent/servlet/ch10_02.htm of how to
|
| Find All public static main methods | 03 Nov 2005 18:34 GMT | 13 |
Is there a way to find all the public static main methods in a given set of classes/archives? Aidy
|
| Getting the directory of resources | 03 Nov 2005 18:06 GMT | 7 |
Ordinarily, to read a resource, I do: InputStream is = MyClass.class.getResourcesAsStream( "foo" ); But what I want to do now is to get the directory that resource is in because I want to scan that directory for all the
|
| Loading a jar that is not on the path | 03 Nov 2005 16:00 GMT | 3 |
Is it possible to load a jar file (and the classes it contains) that is not on the class path. I know the disk file, how can I get it loaded? Thanks Jon
|
| My servlet stops in a cycle ! Why? | 03 Nov 2005 15:22 GMT | 3 |
Got a big problem with this servlet In one of the cycles suddenly it stops with not apparent reason this is the code: try
|
| servlet and thread | 03 Nov 2005 15:19 GMT | 2 |
i am connecting to a servlet. i am passing some values from JSP to servlet. the servlet gets those values from JSP by request.getParameter(). then the servlet creates Threads as much as values gives to it.
|
| MS JVM only works in IE when plugin is installed? | 03 Nov 2005 14:48 GMT | 4 |
I have a strange issue on my PC: I have both the MS JVM and the Sun plugin (1.3.1) installed, and they were both working fine and I was able to switch between the 2 using the settings in IE. Something must have changed on my PC because now, the MS JVM only works in IE when I
|
| c.l.j.programmer vs. c.l.j.help (was: Re: What does this mean??) | 03 Nov 2005 14:42 GMT | 21 |
Roedy Green <my_email_is_posted_on_my_website@munged.invalid> wrote on Wed, 02 Nov 2005 14:18:39 GMT in comp.lang.java.programmer:
>On Wed, 02 Nov 2005 13:53:56 GMT, "Thomas G. Marshall" ><tgm2tothe10thpower@replacetextwithnumber.hotmail.com> wrote, quoted |
| Validate EMail with RegExp... | 03 Nov 2005 13:25 GMT | 4 |
My understanding of regular expressions is rudimentary, at best. I have this RegExp to to a very simple validation of an email-address, but it turns out that it refuses to
|
| optimize a takeover process ... | 03 Nov 2005 13:18 GMT | 9 |
Have a problem related to taking over a large J2EE project with +1500 java classes. Had a ten minutes chat with the developer who is leaving and the remarks are:
|
| Secret Launch | 03 Nov 2005 11:59 GMT | 1 |
Join now to make money http://www.secretlaunch.com/?codelion
|
| Lightweigth JMS | 03 Nov 2005 09:15 GMT | 2 |
Can anyone recommend a lightweigth implementation / open-source JMS server, without all the baggage of EJB ??
|