First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
Regular expression search and replace
Below are the example of possible input strings: myparam1=myvalue1&param1=value2&param3=value3 &myparam1=myvalue1&param1=value2&param3=value3 ?myparam1=myvalue1&param1=value2&param3=value3 "myparam1=myvalue1&param1=value2&param3=value3" "&myparam1=myvalue1&param1=value2&pa... 26 May 2010 14:41
Exception classes (Was: entity bean as being reentrant)
On 5/19/2010 9:59 AM, Lew wrote: gk wrote: is it java.lang.Exception ? or something else ? *All* exceptions in Java are 'java.lang.Exception's. They may be something else as well. What does the documentation say for your platform? Actually, they can also be Errors, or any other Throwable not derived ... 19 May 2010 17:07
WANdisco Gives Back to the Subversion Community
george.powell(a)wandisco.scum wrote: Profits from WANdisco Subversion Support Contract Sales Go Toward Subversion's Continuing Development and Support the Activities of the Subversion community. httq://svn.wandispam.scum/WANdisco_Gives_Back_to_the_Subversion_Community Spam, spam, spam, spam, ... Filt... 19 May 2010 13:46
JDBC Driver and timezones
Kris Jurka I think the problem is that the Java specification for java.sql.Time requires that the date portion be filled in with 1970-01-01. So when trying to determine the zone shift to apply when printing it out, it is checking with that date instead of today's date as you are expecting. When ... 19 May 2010 12:39
[Press Release] WANdisco Gives Back to the Subversion Community
Profits from WANdisco Subversion Support Contract Sales Go Toward Subversion’s Continuing Development and Support the Activities of the Subversion community. http://svn.wandisco.com/WANdisco_Gives_Back_to_the_Subversion_Community ... 19 May 2010 11:32
php and java type mapping via SOAP
I have a matter here! At server side ( java) I have a web service with a web metod like this: getResponse( String param). At Client side (PHP) I need to call the web service by invoking the getResponse method with a String parameter.But it doesn't work! ... 19 May 2010 10:25
entity bean as being reentrant
Here is a excerpt If we define the entity bean as being reentrant, multiple clients can connect to the Entity bean & execute methods within the entity bean concurrently. Container takes care of synchronization. If we define the entity bean as non-reentrant and many clients connect to it concurrently to execute a... 19 May 2010 13:46
change ISO8859-1 to GB2312
Hi All Our database codepage is iso8859-1. Some data input with GB2312 data. When export data to iso8859-1 format with GB2312 data, Is it possible to change iso8859-1 to GB2312 format ? Machine AIX. I try below coding not work. import java.nio.charset.Charset ; import java.io.*; import java.lang.Strin... 25 May 2010 05:51
Basic Question re JUnit Tests and Deprecated Methods
Very basic question: if a method becomes deprecated over time, are its unit tests retained in the Test classes on the off chance that they may become relevant again? Do they get commented out or are they left to run? Am I safe in assuming that once the method is actually removed from the class, the test cases ... 19 May 2010 09:19
Up to date SOAP implementation
Hi, What's the current SOAP implementation? The Howto's I've read call for a soap.jar and I can't seem to find it anywhere. Many thanks in advance, Sam ... 19 May 2010 09:19
First  |  Prev |  Next  |  Last
Pages: 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42