My first attempt at java code fails. OK, why please? Hi all I am a TOTAL newbie, as discussed in another thread. I have finally gotten the book Head First Java and I'm as far as page 9. This describes a first .java file as follows. public class MyFirstApp{ public static void main (String[] args) { system.out.println("Hello world"); system.o... 12 Jun 2010 09:19
sync vs async webservices I was "politely asked" to write a document but the argument is not related to my background. So I'd like to understand something that I'm not really catching before writing something wrong, so any help would be really appreciated. Consider this scenario: - a caller invoke a WS - the callee send a response just... 16 Jun 2010 05:35
10 MAXIMO positions in Austin, TX.,- duration 6+ months - Interviews over Phone Hi All, we have 10 MAXIMO positions with our client in Austin, TX., duration 6+ months, Interviews over Phone, Given below is the Job Titles. For the detailed Job description please reply to my EID: isaac(a)preludesys.com , mention the job title, 1.EAM Maximo Developer, 2.Maximo Report Writer, 3.Maximo Applic... 11 Jun 2010 15:53
javamail content not multipart Hopefully this clarifies my earlier post. I have little knowledge of Javamail but I need to read an attachment from an email I have the result of a decrypted email stored in a file as below I can do: MimeMessage msg = new MimeMessage(session, new FileInputStream("file.txt")); The resulting message has th... 18 Jun 2010 06:56
hibernate question ? I have a an entity parent A, and it has a Set od entity-s B. Entity B has custom hibernate annotation all-delete-orphan. Let's say that I have one parent A in DB, and 10 B in db. When I delete one entity in set, and write entityManager.merge(A) it deletes that child record in db,and that's great, but the probl... 11 Jun 2010 08:06
What is the difference between Sun JDK and OpenJDK ? What is the difference between Sun JDK and OpenJDK ? Do both run on every platform (Win, Linux, Solaris) ? Are there similar, parallel distribution in the J2EE world? In other words is there a Sun J2ee and a OpenJ2EE ? Ray ... 11 Jun 2010 05:56
Urgent DIRECT CLIENT Openings: 1.Websphere Portal - Developer, 2.ITIM-TAM Analyst, 3. IT Project Coordinator / Project Analyst Hi All, We have 3 Urgent DIRECT CLIENT Requirements, please find the Job Specifications given, send matching profile with rate, current location and Contact details ASAP to my official ID : isaac(a)preludesys.com Thanks and regards, Isaac Direct 213.233.3576 Office 213.233.3907 isaac(a)preludesys.com ... 10 Jun 2010 13:23
Best way to halt Java process? Hello, I have a Java process that when it is improperly configured, it needs to halt (programmatically). My understanding was that System.exit(status) was the way to do this. There has been some grumbling that there may be another, better way to do this, but nobody has an specifics. References have been made ... 20 Jun 2010 20:02
encrypted javamail MimeMultipart Hi I am trying to obtain the attachment from an encrypted email. The content when I decrypt looks like below. How can I cast this to a MimeMultipart ? The content after I decrypt is a ByteArrayInputStream decryptedContent = envelopedBodyPart.getUnencryptedContent( cert, privateKey ); (I am using com.is... 18 Jun 2010 06:56
Java VM 1.6.0 Sorting Collections I have been having some trouble with the performance of Java. In my code I have narrowed it down to the sort: For instance: import java.util.*; public class SortTest { public static void main(String args[]) { final int vecSize = 1000000; ArrayList<Double> vec = new ArrayList<Double>(vec... 11 Jun 2010 04:52 |