RE: [java ee programming] Need code for sending mail using struts or servlet

2010-04-08 Thread Evans '
There really isn't one magic method that you can use to protect your email from ending up in junk folders. That said, there are a few trusted but simple steps like the ones discussed here, you cold take to ensure that at least 90% of your mails won't be flagged. Unless of course you're spammin

[java ee programming] Clarification on the merge program

2010-04-08 Thread Manjunath B N
I had written a program will add two array and put it into third array with removing duplicate i am getting out put with some extra zero... need help on this class readArray { public static void main (String arg[]) { int[] arry1 = {0,1,5,9,34,45,54,23,34}; int[] arry2 = {2,5,

[java ee programming] Webservices problem

2010-04-08 Thread Shankar Ganesh.AP PitchaiMuthu
Hi, i am using jax-ws method to invoke websevices. whiloe i am invoking webservices i am getting javax.xml.ws. webserviceexception javax.xml.bind.marshalexception. Can anyone help.Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Prog

[java ee programming] Re: Clarification on the merge program

2010-04-08 Thread miga
Could you post in java programming course forum instead of this forum? On Apr 8, 9:53 pm, Manjunath B N wrote: > I had written a program will add two array and put it into third array with > removing duplicate > > i am getting out put with some extra zero... need help on this > > class readArray

[java ee programming] Re: Webservices problem

2010-04-08 Thread miga
On Apr 9, 1:45 am, "Shankar Ganesh.AP PitchaiMuthu" wrote: > Hi, >  i am using jax-ws method to invoke websevices. whiloe i am invoking > webservices i am getting javax.xml.ws. > webserviceexception javax.xml.bind.marshalexception. Can anyone help.Thanks > in advance. Could you post in webservic