[java ee programming] First homework question?

2009-08-10 Thread sidinsd
I am very new to Web programming and I was able to do the first homework very easily. The output from the execution of the first program automatically runs in whatever browser is the default browser on my system. What I'd like to know is this, suppose I had a Web site and I wanted this servlet to

[java ee programming] Java tutorial

2009-08-10 Thread sidinsd
I am reading the required reading for the Servlet Basics chapter and I am running into a problem. When I try to run the ant create-tables command like it tells you to do in the tutorial I get the following error message; BUILD FAILED file:C:/Downloads/Java/J2EE Class/TutorialExamples/javaee-5-doc

[java ee programming] uploading files

2009-08-10 Thread Sugan G
how to upload files using jsp -- Save planet Earth. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-

[java ee programming] Folder Upload

2009-08-10 Thread rasesh mori
Hi all, I am building an application where I need to handle Image Gallery. Here, Admin uploads the Photos to server. The problem is how can I provide facility of uploading whole folder else Admin have to individually upload many image files which is tedious. Any other methods of implementin

[java ee programming] access ejb from mobile app

2009-08-10 Thread aykut kanyılmaz
hii, how can i access a session bean from mobile app --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-

[java ee programming] Re: problem in updating database

2009-08-10 Thread rohit khetarpal
Is there any exceptions coming up?Try to catch the exception properly so that it will be easier to resolve the problem by looking at exception stack trace only.If the query is wrong then also exceptions comes up while executing query so handle the exceptions properly then you will come to know the

[java ee programming] Re: session

2009-08-10 Thread rohit khetarpal
Anuj, You might be doing something wrong while setting/retrieving var from session.It will be good and helpful for debugging if you can send us the way you r doing through code. Code snippet will be helpful for debugging purpose. Thanks, Rohit On Mon, Aug 10, 2009 at 8:58 AM, Kamal Chandana Metta