[java ee programming] Which version of JDK/SDK is needed for running the Servlet?

2009-10-01 Thread arindam chatterjee
Which version of JDK is needed to run the servlet applications?It will be of help if you provide me the required link for downloading. I have used SDK(java_ee_sdk-5_07-windows-ml) and JDK(jdk-6u16-windows-i586),but found no help(the "javax.servlet" and "javax.servlet.http" are missing) With thank

[java ee programming] jsf how to redirect a page

2009-10-01 Thread merve t
hi, how can i redirect a page to another page recording to a method result? i want the user not to be able to access an unauthorized page. i want, when the user try to access an unauthorized page, program redirects him/her to login.jsp. i have done something like this: *

[java ee programming] file response.jsp

2009-10-01 Thread diego rangel
hello guys could you help me about i need the response.jsp. icant have run the aplication for this please i need to do the homework3 thanks a lot _ --~--~-~--~~~---

[java ee programming] Re: database normalization

2009-10-01 Thread vodkhang
>From my understanding about your question: You have a database with all of tables are in 3nf now. And you want to change some schema of a table. You have to recheck that if the database is still inside the 3nf or not, if not, you have to change the schema of other tables. If yes, you do need to