Re: [java ee programming] javajdbc homework help

2010-06-12 Thread venkata sukumar kommuru
Hi Prasad and Cristiano, Thanks for your help. A whitespace created the problem. Thanks, Venkata On Fri, Jun 11, 2010 at 6:06 AM, prasad khatavkar prasadkhatav...@gmail.com wrote: Hi, Its related to some syntax error u might typed 1 sumwhr in the program, remove it and check. On Tue,

[java ee programming] javajdbc homework help

2010-06-08 Thread venkata sukumar kommuru
Hi, In the home work of creating tables using jdbc, I am getting the following error. Syntax error: Encountered 1 at line 1, column 27. I have created 4 separate files. one for creating cdtable, one for creating location table, one for inserting data into location and one for inserting data into

Re: [java ee programming] Re: Homework 4001

2010-03-08 Thread Adrian Militaru
I made this to work: After you make all the lab requirements, not run the project directly (with Run command). Select Services tab/Servers/Glassfish v3 Domain/Applications/MyFirstWebApp. Right-click and select Open in Browser. The result is now ok, and the browser displays the start page that you

[java ee programming] Re: homework

2010-02-18 Thread miga
On Feb 18, 10:20 am, Zofia Zagubieniak zzagubien...@wp.pl wrote: Hi, Do enyone know why homeworks emails are rejected. I'm registered on this course Replace the last part of the email address - after the @ sign - with javapassion.com -- You received this message because you are subscribed

[java ee programming] Re: Homework 1

2010-02-15 Thread miga
Edward, post on the forum if you want an answer. That said. Just create a new J2EE application from the samples in NetBeans (a full one as the one in the javaee tutorial). It will activate all that is needed. Then, normally you could see the web.xml file right. If not, there is something broken in

[java ee programming] Re: Homework 4006

2009-11-16 Thread Bob Santos
Message- From: Bob Santos Sent: Nov 11, 2009 10:50 AM To: emmanuel.fan...@mindspring.com Cc: J2EEQuestion Subject: [java ee programming] Re: Homework 4006 Hi Emmanuel, jsp:useBean id=person scope=session class=org.apache.taglibs.standard.examples.beans.Person / jsp:setProperty

[java ee programming] Re: Homework 4006

2009-11-11 Thread Bob Santos
Hi Emmanuel, jsp:useBean id=person scope=session class=org.apache.taglibs.standard.examples.beans.Person / jsp:setProperty name=person property=* / What are you trying to do with these lines? Are you aware that what you're doing on the first line is creating a new Person bean that

[java ee programming] 4006- homework

2009-10-21 Thread derezone
I am not receiving the static first name , last name , can someone direct me in the right direction Person.java package org.me.hello; public class Person { public Name name; public Person(String firstName, String lastName) { name = new

[java ee programming] jstl homework question

2009-08-17 Thread pacior
Good Morning, I have copied HelloWeb project and opened it. When i run application i get exception in the output. It look like the servlet Init cannot be execeuted and no data can be passed to servlet context. Additionally, similar application in JSTLExamples contain the same Init servlet and

[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] Last homework (25)

2009-07-14 Thread cruzc
Hello teachers and folks I have sent today the homework 25 at 11:45 p.m., July 14, 2009 (Mexico City time). I sent the last week, 9 homeworks 9, 16, 18 to 24). I have sent the 25 homework of Java Passion JavaEE Course. I think that I sent the homeworks on time (uff). greetings. Cruz

[java ee programming] EJB Homework

2009-06-30 Thread adetola ademiju
Hello Mr Sing, I have finished most of the homework but i am still stuck on the EJB one mainly because i having been using Netbeans 6.5 and the EJB plugin seems very different from the one in the Lab work. None of the labwork works and i am finding it difficult to figure it out why. Will it

[java ee programming] Re: homework in Spring MVC

2009-06-17 Thread Biljana Biljana
: Biljana Biljana biljana_b...@yahoo.com Subject: [java ee programming] Re: homework in Spring MVC To: J2EE Passion Group java-ee-j2ee-programming-with-passion@googlegroups.com Date: Tuesday, June 16, 2009, 8:46 AM But when I run springMVCSimpleFormControll project my NetBean IDE run good

[java ee programming] Re: homework in Spring MVC

2009-06-16 Thread Biljana Biljana
But when I run springMVCSimpleFormControll project my NetBean IDE run good. --- On Tue, 6/16/09, Biljana Biljana biljana_b...@yahoo.com wrote: From: Biljana Biljana biljana_b...@yahoo.com Subject: [java ee programming] homework in Spring MVC To: J2EE Passion Group java-ee-j2ee-programming

[java ee programming] Re: Homework in LAB-3516

2009-05-25 Thread Sang Shin
--- On *Sun, 5/24/09, Sang Shin /sang.s...@sun.com/* wrote: From: Sang Shin sang.s...@sun.com Subject: Re: [java ee programming] Homework in LAB-3516 To: biljana_b...@yahoo.com Cc: J2EE Passion Group java-ee-j2ee-programming-with-passion@googlegroups.com Date: Sunday

[java ee programming] Re: Homework in LAB-3516

2009-05-25 Thread madhavi g
like that? Is that homework valid? Regards, Biljana --- On *Sun, 5/24/09, Sang Shin sang.s...@sun.com* wrote: From: Sang Shin sang.s...@sun.com Subject: Re: [java ee programming] Homework in LAB-3516 To: biljana_b...@yahoo.com Cc: J2EE Passion Group java-ee-j2ee-programming

[java ee programming] Regarding Homework 16

2009-05-19 Thread pxk5249
This is for HW 16 in the JPA basics section. How are we supposed to do the delete? Should we create a DeletePersonServlet, or should we do it like it was done in the previous examples? --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[java ee programming] Re: Homework in lab 4203

2009-05-15 Thread Hardeesh Kapula
: Friday, May 15, 2009 4:45 PM To: J2EE Passion Group Subject: [java ee programming] Homework in lab 4203 This is my error message when I try to delete one user from person table: HTTP Status 500 - type Exception report message descriptionThe server encountered

[java ee programming] Struts Homework

2009-04-02 Thread pxk5249
Why do we have to copy the hello1 project and modify it? Wouldn't it just be easier to make a new application from scratch? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion!

[java ee programming] Re: Homework #4018

2009-03-24 Thread Karl
hmmm, well I guess that may be so. Oh well, a little more work from me, What doesn't kill you makes you stronger. But the instructions clearly said ... Passion. --- On Tue, 3/24/09, fredrik fredrik.bok...@gmail.com wrote: From: fredrik fredrik.bok...@gmail.com Subject: [java ee

[java ee programming] Re: Homework #4018

2009-03-22 Thread Supriya Khare
I agree, that the instruction for this homework assignment was not quite clear. . I also figured out the same way, that as we are providing custom error page, it needs to be form based security, and we need to provide custom login page for it to work. On Sat, Mar 21, 2009 at 12:03 AM, Karl

[java ee programming] Not Homework?

2009-03-19 Thread lisandrodc
Hi! The following link: http://www.netbeans.org/kb/50/tutorial-taglibrary.html, for make homework from JSP 1.2 Custom Tags - We are not covering this topic in this course ¿Do not it have homework? Thanks! --~--~-~--~~~---~--~~ You received this message because you

[java ee programming] JSTL Homework Question

2009-03-12 Thread Don Brumbaugh
I have started doing the JSTL homework assignment and I am confused by the instructions. Their are two steps to complete this task. 1) Modify index.jsp 2) Modify response.jsp. If I only modify response.jsp to just output the customerTable I get the expected results. My question is, what am I

[java ee programming] Lab1014 - homework

2009-02-23 Thread Rafał Laczek
Hello, As far as I have understood homework the program must display name from StudentRecord class, id from Student Class. These data must be displayed in main.java e.g. StudentRecordExample class. In StudentRecordExample I have created Student object instance as well as method setID(). I have

[java ee programming] Re: Homework 3 JSP basics

2009-02-06 Thread Rajiv Jha
with Passion! Sent: Friday, February 06, 2009 3:45 AM Subject: [java ee programming] Homework 3 JSP basics I am trying to display response.jsp I am able to do forward from index.jsp to middle.jsp with jsp:forward page=middle.jsp/ But when i click on the submit button on middle.jsp

[java ee programming] Re: (homework #19) 3514_HibernateBasics.zip Ex. 4, steps (4.1) (4.3)

2008-12-08 Thread Derlon Aliendres
Hi Sang, Where are projects 'HibernateEventOnSaveOrUpdate' and 'HibernateEventOnLifecycleOperations'?! Thnx, Ice-Man --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion!

[java ee programming] Re: Homework #22

2008-11-29 Thread CRAIG MCKEEMAN
=HelloWorldMessageProvider/ worked for me Cheers Craig -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bev Wright Sent: 29 November 2008 17:17 To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Homework #22 I am