| Thread | Last Post | Replies |
|
| Beginning J2EE | 04 Oct 2007 16:50 GMT | 6 |
Hi gang, Have been playing with core Java lately, and would like to get into J2EE programming, but am not certain which is the best platform/
|
| Oracle Prepared statement, taking too long for complex calculations. | 04 Oct 2007 16:39 GMT | 5 |
I have two tables A30DayUsage and A90DayUsage. Based on these source table i have to populate another table called resCalculationTable. Now for the values in resCalculation table are very complex.
|
| How can you guy sit so much as programmer? | 04 Oct 2007 15:51 GMT | 10 |
Sometimes, I am concern about the long term effect of sitting all day long. I used to be on my feet all day long (in the lab) before.I started studying CIS. I was okay with sitting long hours when doing programming project for
|
| Re: Java Developer IL | 04 Oct 2007 14:45 GMT | 1 |
Excellent java candidates needed for IL(Local to Chicago is preferred) Rate: $55/hr(max)
|
| nullPointerException in abstract class | 04 Oct 2007 14:37 GMT | 14 |
Why is this giving an error? birthDate is properly initialized, isn't it? public abstract class Employee {
|
| Splitting an escaped string | 04 Oct 2007 14:01 GMT | 1 |
How do I split an escaped string? For example, I have a string where \ is the escape character. So if the string is: abc def\:ghf : xyz
|
| IText MultiColumnText height problems | 04 Oct 2007 12:18 GMT | 1 |
I'm having a problem with IText MultiColumnText object in java when I set the height as part of the constructor. For example, I do: MultiColumnText mct = new MultiColumnText(400f); and this should result in there being plenty of space at the bottom of
|
| Validate XML against DTD? XSD OK. SSCCE. | 04 Oct 2007 11:54 GMT | 7 |
This example* shows how to validate XML against XSD. What I would *like* to do is also offer validation against DTD. Unforutnately, when the 'DTD' XMLConstant is selected in the last dialog (bottom option
|
| JNLP xsd schema | 04 Oct 2007 11:25 GMT | 15 |
I have a JNLP 1.0 xsd schema on my website which can be used to validate JNLP files. http://mindprod.com/jgloss/javawebstart.html#VALIDATION I would like to update that with a JNLP 1.5+ schema. Google seems to
|
| Difference between JVM and JRE | 04 Oct 2007 09:10 GMT | 3 |
what is difference between JVM and JRE
|
| jsp | 04 Oct 2007 09:07 GMT | 1 |
|
| Java professional needed | 04 Oct 2007 04:43 GMT | 3 |
this is subhash here i have a lot of opening in my company (on-mobile) for the java professional with 1 - 4 years of exp on java. if u r looking for a change and in the same field then do forward your resume to subhashbiradar@gmail.com and i ll forward it to my HR
|
| what jre is Tomcat using? | 04 Oct 2007 04:00 GMT | 2 |
I have two JREs on my system, a Java 5 distribution and a Java 6 distribution. How can I decipher which JRE my Tomcat service is running on? Is there a tomcat5.exe command I can use? Or does the setting reside in a configuration file within Tomcat?
|
| Java Compare dates | 04 Oct 2007 03:57 GMT | 5 |
I have a date (only hours:minutes:seconds) in a text file against which i need to compare the current time. The date in the text file is expressed in GMT. How do i compare and compute the difference (i am only interested in
|
| whiteboard - networking | 04 Oct 2007 03:53 GMT | 3 |
I came across a code that shows how to implement a java whiteboard. The code can be found at: http://www.cs.unc.edu/Courses/comp117/members/lim/a3/whiteboardappletsoucecode.html I am trying to figure out how to implement it in a network
|