[java ee programming] Re: Certificates for the 15th session (2009 Spring session) are ready

2009-07-19 Thread mak pandian
I am so happy that i got my J2ee certificate from javapassion.com . It looks so great. Thanks once again to all specially Sang for his awesome efforts on this course. On Sun, Jul 19, 2009 at 4:04 PM, Sang Shin wrote: > > > Thanks to Stanislaw Styszynski, the certificates are ready. > Let me kno

[java ee programming] Regarding Spring-MVC Homework...

2009-06-12 Thread mak pandian
Hi dudes... I think spring MVC is the last home work of our course ..Over the last two day i tried to understand how to fix the homework using simplefromcontroller.But i could not to find out any logic to do .. Does some one find out any idea for that please share with me.. Thanks a lot in adv

[java ee programming] Regarding Hibernate query language.

2009-06-09 Thread mak pandian
Hello to one and all. I have had a little problem for the homework of Hibernate Query Language. I have done HQL but i could not finish Criteria with restrictions and Query by example. My code for criteria with restrictions is shown as below. { System.out.println("\n---Using criteria

[java ee programming] Regarding JPA Basics Lab-HomeWork.

2009-06-05 Thread mak pandian
Hello , Now i am doing JPA Basics Home work.I done delete option for every records in the table.My logic is described below. When the user click the delete option,The servlet DeleteServlet is invoked. In delete servlet,I get id from request parameter. And then i did in the same way what was in

[java ee programming] Re: Problem with Hibernate Lab

2009-06-01 Thread mak pandian
Hello I got error while running this application is "Session factory can not be created"" How can i solve it? On Sat, May 30, 2009 at 2:26 PM, lalit wrote: > > Check if your hibernate.cfg.xml is in the class path. > Check the sample code at http://oyejava.com/tiki-index.php? > page=Hibernate+I

[java ee programming] Regarding Spring-Hibernate Lab Projects.

2009-05-22 Thread mak pandian
Good Morning to all. Over the last couple of days,I have been doing labs for Spring-Hibernate.I could download zip file well from javapassion.com. I could too extract it well.But,while running the all labs projects i get the same error. "Session factory could not be i

[java ee programming] Regarding Hibernate query Home work.

2009-05-19 Thread mak pandian
Hello to all. I have been doing Hibernate query homework. I could not finish it because of query by example? Does anyone finish it,Help me> Thanks a lot. -- Regards KolluraniPandian A (Living in Virtual World) --~--~-~--~~~---~--~~ You received this message becaus

[java ee programming] Can any one send your deleteservlet.java to me for lab 4203.?

2009-05-18 Thread mak pandian
I have been doing Jpa Basics home work over the last couple of days. But i could not finish yet.Hence,Can any one send your delete servlet file to me? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Pr

[java ee programming] LAB-4320-JPA Basics.Which method can i use to delete the record for this home work?

2009-05-13 Thread mak pandian
Hello friends I am doing home work for lab-4320. I made delete option too for every record of the list. Whenever click the option,the servlet delete servlet is called with attributes of id and name. By attributes i made an object person.finally by using remove() method i have deleted the object. Bu

[java ee programming] Re: How many home works should i submit for Chapter 7(JSF)?

2009-05-12 Thread mak pandian
ld be the ONLY sub section in section 7 that has homework. > > > --- On Mon, 5/11/09, mak pandian wrote: > > > From: mak pandian > > Subject: [java ee programming] How many home works should i submit for > Chapter 7(JSF)? > > To: java-ee-j2ee-programming-with-passion@googleg

[java ee programming] How many home works should i submit for Chapter 7(JSF)?

2009-05-11 Thread mak pandian
Hello folks. I am doing home works for chapter 7. But some labs of this chapter don't has home work. So, i am confused a little bit. Does any one know how may home works should we submit for chapter 7? -- Regards KolluraniPandian A (Living in Virtual World) --~--~-~--~~--

[java ee programming] Lab-4281-Building Ajax application using shale.

2009-05-11 Thread mak pandian
Hello to all. I have been doing JSF in our J2ee course.At that course i have found lab called as Building Ajax application using shale. This course is not under J2ee,I hope.Because ths is under Ajax programming. Should i submit this home work for J2ee course? -- Regards KolluraniPandian A (L

[java ee programming] Online lab document of JSF Managed beans

2009-05-04 Thread mak pandian
Hi dude.. I have seen online lab document of JSF Managed beans.The homework mentioned here is same of MYJSFprogram. What is the problem in this document? This lab has homework or not? -- Regards KolluraniPandian A (Living in Virtual World) --~--~-~--~~~---~--~~ Yo

[java ee programming] Can we run Struts application in Apache Tomcat Only?

2009-04-16 Thread mak pandian
Hello. I have a little doubt regarding Struts applicaton. My doubt is ,Do we need Apache Tomcat to run struts application. -- Regards KolluraniPandian A (Living in Virtual World) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

[java ee programming] Regarding Web security Lab

2009-04-15 Thread mak pandian
Hello , I have been doing Web security lab exercise since yesterday.I have a little doubt about it.In that exercise,j2ee is not a user of the group staff.The only user of this group is bill.When i run the application ,the user bill and j2ee have privilege access. My doubt is how did j2ee get privil

[java ee programming] One more problem regarding Expression language homework.

2009-04-09 Thread mak pandian
Person person=new Person("mak","Pandian"); // sce.getServletContext().setAttribute("person", person); 4. added the code in response.jsp as follows But I did not yet get output.. What should i do .. Thanking You Regards Kol

[java ee programming] Regarding Servlet advanced homework

2009-04-07 Thread mak pandian
Hello to all. I have suffered from a little problem regarding Svelte advanced homework.I have created my own listener class and also Greeting servlet and responseServlet. i don't know how can i add attributes of http session in greetingservlet and remove attributes of http session in responseservl