We have a photo gallery that is using servlets to resize images - we need good performance and decent quality, but we just can\'t get it right. Also, sadly enough, we have only java 1.4, which leaves
Dcoumentation everywhere I can find suggests that jetty 6.1.x should still run with java 1.4.2. Yet, if I download a jetty binary, and \"java -jar start.jar\", I get variations of:
I\'ve hit a bit of a brick wall when it comes to implementing an extendible class that utilizes the builder pattern in java 1.4. The pattern itself works a treat but I\'ve hit a bit of a brick wall wh
I created some OSGi-bundles. One of these has a function to export data to xml using XStream. It just works fine. Also importing again when using the Bundle as library and not within an OSGi context,
What is the best way to debug java.lang.OutOfMemoryError exceptions? When this happens to our application, our app server (Weblogic) generates a heap dump file.Should we use the heap 开发者_开发百科d
L开发者_运维技巧ooking at some old code in Java 1.4 but I\'m unfamiliar with Java. Does Java 1.4 have generics? I\'ve been looking through the code and haven\'t found any uses of generics, but that d
as title How can i play a sound file repeatedly in java v1开发者_运维百科.4?If you just want to play the wav file then \'org.life.java\'\'s answer is correct. For other format types you can use JMF( h
开发者_如何学JAVASomehow I can\'t find this infoYou will find some hints in the release notes of the download page. Release 4.5.7
I am using Java 1.4.2_10 and I am trying to use RSA encryption: I am getting the NoSuchAlgorithmException for the following code:
I have a test class that has a @Resource annotation for a setter and I need to make it Java 1.4 compliant, so obviously the annotation has to go. I\'m using Spring.开发者_开发知识库