[java ee programming] Unsubscribe me

2008-10-15 Thread Andrea Kendall
Regards --  Andrea Kendall   Andrea Kendall Master Data Management   Mural community - https://mural.dev.java.net/ Senior Engineer UI Technologist Sun Microsystems, Inc. 800 Royal Oaks Dr.

[java ee programming] Re: JPA Basics exercise 01

2008-10-15 Thread Rudi
Hi, The path that you should have at runtime on the url is http://localhost:8080/MyWebJpa/ and it should show the list of persons. In the web.xml you should have: index.jsp and in the index.jsp you should have: That should do it. By the

[java ee programming] How to take back up of my database in JAVA syntax

2008-10-15 Thread saroj das
hi all, I am doing a project in java Swing, i need help to take a Back up of my project Database(MySql/Oracle) by using core java, pls, send me some small examples or advice Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscr

[java ee programming] Re: JPA Basics Homework 16

2008-10-15 Thread Presario 6331RSH HAM
Hi Ruben, I was thinking of taking the same approach but then like you, I had no idea how to hook it all up. May I ask to see the servlet code and maybe get some idea? The problem as I see it is that we don't know how to pass the right parameters to the servlet with a link. Since we use in th

[java ee programming] Re: Lab-4221Struts 2 basics homework

2008-10-15 Thread sankar
Adding some more valuable details : Direct access of jsp (http://localhost:8080/Myhello1HomeworkStart_1/ hello.jsp) shows gif file Access via action (http://localhost:8080/Myhello1HomeworkStart_1/pages/ Hello.action) doesn't show gif file Here is the snippet code : " />

[java ee programming] Re: JPA Basics exercise 01

2008-10-15 Thread Presario 6331RSH HAM
Hey all, After some searching, I was able to get the index.jsp to forward to the right place. I was disappointed that this step was not included in the exercise though, or did I just miss it? I see in the solution there is a different approach here. web.xml faces/welcomeJS

[java ee programming] Lab-4221Struts 2 basics homework

2008-10-15 Thread sankar
Hi Java Guys with Passion, I am having following issues while rewriting hello1HomeworkStart app using struts 2 f/w. 1. duke.waving.gif is not appearing - I'm going nuts over this 2. textfield RETAINS THE NAME entered when it greets user with Hello, Sankar! 3. Submit button and Reset buttons ar