To what extent can Java be? On 24/05/2010 16:46, Peter Olcott wrote: "bugbear"<bugbear(a)trim_papermule.co.uk_trim> wrote in Tom Lehrer said Satire is Dead. This may have been the case a few years ago and it no longer the case[...] Satire may be dead, but surrealism lives. -- Ceci n'est pas RGB ... 24 May 2010 15:41
Placement of Constants I'm really hoping this will be a straightforward non-controversial question (for a change) on my part ;-) I am doing a code review on some code that I want to put in a "code portfolio" so I'm trying to figure out the best ways to do various things. Specifically, I have about 20 classes right now in the main ... 26 May 2010 00:31
Question about ident service Hey, I got a quick question regarding java code and ident service. If I just do a quick Socket connection to an ftp server, like Socket s = new Socket("127.0.0.1", 1234); the ftp-server doesnt receive an ident response, but if I from a prompt do a telnet 127.0.0.1 1234 the ftp-server does get an ident respon... 24 May 2010 15:41
NEw Way On Ur Mobile On Your mobile More importantly though, it shows a site that has a potential sales volume of 21.7K a month. Then it goes on to talk about how that number can be multiplied 4 - 5 times over. http://mGinger.com/index.jsp?inviteId=3557900 You do the math, that's more than 80 - 100K per month! Really, just ... 23 May 2010 14:39
To what extent can Java be written in Chinese? http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html I already have this link, and these seems to indicate that the only internationalization of the Java language pertains to identifiers. From this document it looks like no local (non ASCII) punctuation or local (non ASCII) decimal digits... 26 May 2010 21:21
JavaSE/EE + Tomcat 6 + Windows service on 64 bit Hello, sorry for x-post, but clj.help has become rather low activity. I set up a new computer with Windows 7 64 bit and I am wondering about which downloads I need for Java development. I need the following components: JavaSE JavaEE (5) Ant Tomcat 6 I started by downloading JDK 32 bit, I thought it wou... 22 May 2010 20:21
Another JUnit scenario What is a good JUnit test for a method that takes no input parameters, throws no exceptions, and returns no values but only writes information to a console? In addition to the getLocales() method which we're discussing in another thread, I have a displayLocales() method which begins by calling getLocales (), ... 27 May 2010 13:42
Design Questions about static factory classes In the course of developing test cases for some of my classes, particularly the classes that are static factories, I've developed some confusion about localization. Basically, I'm trying to figure out when I want to have separate constructor and getInstance() methods First, I hope we can all agree that, in a... 27 May 2010 15:55
Eclipse question re dependencies Is there a way to determine the class dependencies in my code within Eclipse? For example, one of my projects makes use of various classes within a "Common" project along the way. What is the simplest way to determine the specific classes from "Common" (and any other projects outside my own) that my project ... 22 May 2010 17:06
Need help designing some JUnit tests I'm getting more and more comfortable with JUnit after a long absence from it but I'm still struggling with composing tests for some situations. If anyone can help with any of these situations, I'd love to hear your suggestions. -------------------------------- Scenario 1 - Moving Targets What is the bes... 30 May 2010 12:10 |