need suggestions to learn Java to become an Freelanceprogrammer On Wed, 05 May 2010 22:17:06 +0000, Arved Sandstrom wrote: In at least one case the cold-blooded, calculating intent of the consulting company was to OJT a junior hire on the taxpayer's dime, The worst case I ever saw was on a Government contract, but that may have been incidental. The, allegedly, compete... 5 May 2010 19:22
java.util.Calendar question Hi, I'm using Java 1.6 on Mac 10.6.3. I'm trying to get the closest Sunday before today, unless today is Sunday in which case I don't want to change my calendar object. Here is what I have ... cal.set(Calendar.DAY_OF_MONTH, 1); while (cal.get(Calendar.DAY_OF_WEEK) != Calendar.SUNDAY) { cal.add(Cal... 6 May 2010 22:02
need suggestions to learn Java to become an Freelance programmer hello Gurus! I have decided to jump into occult ocean of JAVA programming language as I want to become a Java Programmer (freelance) so that I can make bread and butter on my own-self until i would not complete my studies. So I want your suggestion in regards to learn java programming in an effective way so tha... 10 May 2010 02:17
Recovering an eclipse web project Hello! I have been developing a jsp project using eclipse for a while now. I was very careful, saving the wokspace into a zipped folder from time to time. Today I was trying to recover a recent version, as the development went astray. I just ditched the current workspace directory, went to the zip and reco... 7 May 2010 07:48
Version of JDK to develope the Applet VS version of JRE on client's browser On Wed, 5 May 2010 08:39:39 -0700 (PDT), Krist <krislioe(a)gmail.com> wrote, quoted or indirectly quoted someone who said : If I develope and compile an Applet using JDK jdk 1.5.0_xx. What happen if it is run by client using Browser with JRE Newer than 1.5.0_xx ? What happen if it is run by client usi... 5 May 2010 13:45
PROJECT TRACKING SOFTWARE PROJECT TRACKING SOFTWARE ----------------------------- http://sites.google.com/site/projecttrackingsoftware *************** http://sites.google.com/site/networkmarkettings ... 5 May 2010 10:24
Simple regex replace Hello, Quick one: I'm trying to remove this from a String: "<![CDATA[" But when using this line it ignores it (Would usually just single escape it but java doesn't like that either): tagContents.replaceAll("<!\\[CDATA\\[", ""); When using this one it throws an execption (With good cause since [ is a rege... 5 May 2010 23:48
jsp webhost on internet as a java programmer, i don't know where to turn to but this newsgroup. does any jsp programmer know of a webhost that i can subscribe to its service. the hosts i see on the internet are mostly asp and php. can't start learning asp or php for that reason. what i need precisely is a webhost with jsp support ... 5 May 2010 21:35
Heap generations and garbage collector tuning - which tools? Hello, I am trying to tune the garbage collector of a Glassfish-based web application. I have collected tons of gc logs and heap sizes. The logs clearly show that minor collections (young generation) do not collect much and the heap size keeps increasing until a full garbage collection kicks in. The heap is 2gb (... 4 May 2010 21:17
Applet to run on Win 98, Win ME, Win XP, Win Vista & Win 7 ?? Hi gurus, In our JSF/JSP application we use applet to do client side printing. The chalenge is that the application must run on various windows version, i.e : Win 98, Win ME, Win XP, Win Vista & Win 7. Is there any known concern/issue on this applet portability for those WIndows versions ? Thank you very mu... 6 May 2010 20:56 |