[java ee programming] Re: hi

2010-02-22 Thread miga
On Feb 23, 3:40 am, Munkhdalai Sain wrote: > hi guys, > Someone sent you homework? I sent homework. However i received error > message. Please, check that you replace the last part of the email address with javapassion.com instead of sun.com. -- You received this message because you are subscr

[java ee programming] Re: Hi

2009-11-10 Thread Sadia Butt
Yes I am sorry. its working fine now :) Sadia Butt --- On Tue, 11/10/09, muhiuddin wrote: From: muhiuddin Subject: [java ee programming] Re: Hi To: java-ee-j2ee-programming-with-passion@googlegroups.com, buttsa...@yahoo.com Date: Tuesday, November 10, 2009, 4:43 AM Code is working fine

[java ee programming] Re: Hi

2009-11-10 Thread muhiuddin
Code is working fine. Check that your JDK or jsp container includes required jar files. jstl-impl.jar and javax.servlet.jsp.jstl.jar <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix = "c" uri="http://java.sun.com/jsp/jstl/core"%> h

[java ee programming] Re: Hi

2009-11-09 Thread Bob Santos
Hi Sadia, Do you have an error stack trace that we can work with? It will be more helpful if you post the error as well. But just by knowing that when you comment out the code works gives me an idea that you might not have the necessary libraries in your classpath. You need at least jstl.jar and

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-24 Thread jitesh dundas
Dear All, For 1-2 days I went through some stuff about SMTP servers and I found the James Apache SMTP server a good choice for my testing. It seems my IP Address has not been added to the MTA of the SMTP Server. Thus, this will take some permissions and thus some time before I can do that. When I

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-23 Thread Ice-Man
As what meant (was meaning) your "network" doesN'T Alow local mail sending. You have to find out the Secure Polititians with the net administrator / infra-structure staff. Try to deploy the App (.WAR) in a Test Server (or even Production/Official Server). So, test mailling sending within these

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread jitesh dundas
Hi, I did that as you suggested. It gave me this response:- C:\>ping smtp-auth.iitb.ac.in Pinging smtp-auth.iitb.ac.in [10.200.1.125] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 10.200.1.125: Packets: Sent = 4, Rece

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread jitesh dundas
Hi, Yes I am sending my mails from my localhost machine but it is in my institution network. I have the host name, ID/PWD but this does not seem to work correctly. I am getting certain that this is a networks/admin/permissions issue and not a programming issue now. Any comments ? Thanks & Rega

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread Ice-Man
Oh, Jetesh Are u trying to execute it "locally (from localhost/your computer) and are your computer connected within a coorporate network??! Maybe, Mail Sending from Desktop (localhost) within your network. I'm gonna tell u my cas/instance: Here where I work, my App running from localhost c

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread jitesh dundas
Hi, Thanks for your reply. The smtp-server name seems to be fine. For authentication, I enter only the username and password. Though username/password are correct(this is my mail id/password for this institution), I am getting a feeling that the code is fine but there is some issue in the credent

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread jitesh dundas
Hi, Many thanks for your reply(Also for the usage of your code on my other email id:-jiteshbdun...@gmail.com :) ). I implemented the code that you told me to add: Code is as follows:- -- import javax.mail.*; import javax.mail.internet.*; import javax.mai

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread Ice-Man
Yeah, I agree!! :D If your MailServer requires Autentication, u must implement it in your routine code. But, anyway u'ld better use mailing from (Apache) Commons. It's pretty easier and natural to use. Hope helping, Ice-Man 2009/7/21 Mick Timony > I see two problems. > > The first is t

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread Mick Timony
I see two problems. The first is this: javax.mail.SendFailedException: Invalid Addresses; nested exception is: com.sun.mail.smtp.SMTPAddressFailedException: 554 < jit...@it.iitb.ac.in> : Relay access denied It's not recognising your credentials, so either your username/password is inco

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread pacior
What You need is to write code responsible for using ssl withjavamail api: For instance, for gmail, ssl port is 465: props.put("mail.smtp.starttls.enable","true"); props.put("mail.smtp.auth", "true"); //props.put("mail.smtp.debug", "true"); props.put("mail.smtp.socketF

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread jitesh dundas
Hi Frends, I changed the port to 25 as this is the one used for sending emails. Now I am getting this error:- C:\Program Files\Java\jdk1.5.0_10\bin>java Mailer There was an error in sending the mail. Please check the username, password and the mail-server information provided javax.mail.SendFail

[java ee programming] Re: Hi Friends ! Looking for Java Experts

2009-07-21 Thread jitesh dundas
Hi, This is another way I was trying to send my mail. Maybe you could help me out here. We have an SMTP server(server name and other details are available). I am trying to send my mail via this server (and not gmail this time). However, the code is compiling fine but gives a runtime error.Please

[java ee programming] Re: Hi All

2009-07-07 Thread Ice-Man
Oh yeah, its highly recomended u use Hibernate for Persistence / OO-Relational mapping (bcz u get more Portability)! For Web Front Controller I recomend vRaptor2 or even Struts2 (the old WebWork). Obs.: use JSF only as componenting View tier. U only need to use EJB (RMI) when u have to implemen

[java ee programming] Re: hi all ....

2009-06-01 Thread Serginho Henrique
Hey there. Check out this website. http://www.booktraining.net/search/label/.---Java Best Regards, **Sérgio Henrique de Morais* *Mobile*:* +55 31 861 246 70 Email*:* <%E2%80%9Dmailto:j...@wisestamp.com%e2%80%9d> serginho.henri...@gmail.com <%E2%80%9Dhttp://j...@wisestamp.com%e2%80%9d>

[java ee programming] Re: hi-please help

2009-05-06 Thread nvsoft - udit
Developing a Command line utility in todays world will not help your fathers business in any way!!!.. Go for a swing based utility... newayz.. Dont use \t for indentation. just create a simple function that will return the indented String by padding it with spaces.. Something like this :

[java ee programming] Re: hi-please help

2009-05-02 Thread tariq masood
You also need of main class. Please try to these attached files. Regards Tariq Masood Date: Thu, 30 Apr 2009 15:20:20 +0530 Subject: [java ee programming] Re: hi-please help From: maskaravi...@gmail.com To: tariq...@hotmail.com CC: java-ee-j2ee-programming-with-passion

[java ee programming] Re: hi-please help

2009-04-29 Thread tariq masood
do u send me of your .java files that I can easily trace your problem. Regards Tariq Masood > Date: Wed, 29 Apr 2009 03:28:05 -0700 > Subject: [java ee programming] hi-please help > From: maskaravi...@gmail.com > To: java-ee-j2ee-programming-with-passion@googlegroups.com > > > i wanted to wr

[java ee programming] Re: hi

2009-02-03 Thread My Email
Hi Actually am already reading the lecture its so nice to have a community like this. --- On Tue, 2/3/09, ARUNKUMAR SAMPANGI, Chennai wrote: From: ARUNKUMAR SAMPANGI, Chennai Subject: [java ee programming] Re: hi To: trl...@yahoo.com, java-ee-j2ee-programming-with-passion@googlegroups.com

[java ee programming] Re: hi

2009-02-02 Thread ARUNKUMAR SAMPANGI, Chennai
Hi Many People out there... I'm not yet completelyBut, You can post your queries directly to the Group so one can answer with in no time. Regards arun.S From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2e

[java ee programming] Re: Hi

2009-01-26 Thread Artashes Hovasapyan
Please see course FAQ - http://www.javapassion.com/coursefaq.html -- Regards, Artashes Hovasapyan On Thu, Jan 22, 2009 at 2:13 AM, zaghman wrote: > > Hi All, > Anybody know where i get register for this course? > > > > -- Regards, Artashes Hovasapyan --~--~-~--~~

[java ee programming] Re: Hi Everyone

2009-01-07 Thread Artashes Hovasapyan
You're absolutely right. But keep in mind that all students here are always encouraged to read something more than the course materials. On a separate note I'd like to mention (once again) that many of the questions posted on class mailing might be already answered on class FAQ section on http://ww