[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: Lab 4104 – 2 Questions:

2009-05-13 Thread Sang Shin
miga wrote: > > > On May 13, 8:19 pm, cruzc wrote: >> Hello dear members of this group. >> >> I almost finished the lab 4104 homework but I need some help, please. >> >> FIRST QUESTION. > >> How can I select Sun Java System Application Server 9? > You don't need to use this server, it is very

[java ee programming] Re: Generating maven war project with source code

2009-05-13 Thread Santos Zatarain Vera
You have tow options: source code plugin and resource plugin. SOURCE CODE PLUGIN generate another artifact (jar) only with 'sources'. If you need more info, go to http://maven.apache.org/plugins/maven-source-plugin/ RESOURCES PLUGIN copy files from 'some location' to 'another location', with opti

[java ee programming] Re: Problem with session Timeout filter

2009-05-13 Thread Mauro
I think you miss the part about recognize the page who not belong to timeout control, that is, generally login and welcome page. In this method: private boolean isSessionControlRequiredForThisResource(HttpServletRequest httpServletRequest) { String requestPath = httpServletRequest.getRequestU

[java ee programming] Re: Problem with session Timeout filter

2009-05-13 Thread Priti Bodke
Hello dear members of this group. I am facing some problem while redirecting jsp Page SessionTime.jsp page when session expires. i used filter. code is public class SessionTimeoutFilter implements Filter { // private final Log logger = LogFactory.getLog(SessionTimeoutFilter.class); private S

[java ee programming] Re: Lab 4104 – 2 Questions:

2009-05-13 Thread miga
On May 13, 8:19 pm, cruzc wrote: > Hello dear members of this group. > > I almost finished the lab 4104 homework but I need some help, please. > > FIRST QUESTION. > How can I select Sun Java System Application Server 9? You don't need to use this server, it is very old. You may choose either G

[java ee programming] Lab 4104 – 2 Questions:

2009-05-13 Thread cruzc
Hello dear members of this group. I almost finished the lab 4104 homework but I need some help, please. FIRST QUESTION. In the Exercise 2, Build "jsf-guessnumber" application from scratch, the lab says: Create a new NetBeans project, setting up the IDE windows with the name of the project and t

[java ee programming] Generating maven war project with source code

2009-05-13 Thread fjtorres
Hi all, I need help to generate a war with source code for a maven project. Can generate a war without any problems but does not include the source code. mvn clean package Anybody know any maven command to perform this task? Thanks --~--~-~--~~~---~--~~ You r