[jpassion_web] LAB 4001, email to send the HW is old

2014-01-14 Thread Joseph John
Hi Like to give u this feedback For LAB 4001, the email given there to send HW is old address at sun -- You received this message because you are subscribed to the Google Groups "JPassion.com: Web Programming Basics" group. To unsubscribe from this group and stop receiving emails from it, send

[jpassion_web] Lab exercise not found in "Using NetBeans for Developing Web Applications"

2014-01-13 Thread Joseph John
HI All Lab exercise not found for "Using NetBeans for Developing Web Applications" , there is a link, but when you click it you get page not found The requested URL /portal/images/zip_files/javaee/4011_netbeans_webapp2.zip was not found on this server. Additionally, a 404 Not Found error

[jpassion_web] Re: LAB -4008 , unable to run "JSP Examples" getting message " Warning: Could not find file "JSPExamples/${libs.jstl11.classpath} to copy."

2014-01-05 Thread Joseph John
39620 added it to the library and I was able to compile and run thanks Joseph John On Monday, January 6, 2014 7:16:03 AM UTC+4, Joseph John wrote: > > HI > I am trying to do lab 4008, I am using NB 7.4 on Fedora 20, 64 bit os. > When I try to run "JSP Examples" , I gives ou

[jpassion_web] LAB -4008 , unable to run "JSP Examples" getting message " Warning: Could not find file "JSPExamples/${libs.jstl11.classpath} to copy."

2014-01-05 Thread Joseph John
al time: 0 seconds) Guidance and advice requested thanks Joseph John -- You received this message because you are subscribed to the Google Groups "JPassion.com: Web Programming Basics" group. To unsubscribe from this group and stop receiving emails from it, send an email to j

[jpassion_web] LAB 4003 , project jsp_hello2, not able to run

2014-01-02 Thread Joseph John
Hi I am really facing tough time in running the jsp_hello2 in NB, on Linux when I run it I get this error HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application --

Re: [jpassion_web] LAB-4003: JSP Basics I , not able to run the project in NB 7.4

2014-01-02 Thread Joseph John
and uploaded properly for the students. If it was uploaded with proper checking issue of this would not have been happened. A bit upset about why it has not been checked so far thanks Joseph John On Thu, Jan 2, 2014 at 3:46 PM, Sang Shin wrote: > On 1/2/2014 12:20 AM, Joseph John wrote: >

[jpassion_web] LAB-4003: JSP Basics I , not able to run the project in NB 7.4

2014-01-01 Thread Joseph John
6 Thanks Joseph John -- You received this message because you are subscribed to the Google Groups "JPassion.com: Web Programming Basics" group. To unsubscribe from this group and stop receiving emails from it, send an email to jpassion_web+unsubscr...@googlegroups.com. Visi

[jpassion_web] LAB-4002 , not able to run "ServletExamples"

2013-12-04 Thread Joseph John
focused)/2-Web Core Technologies: Servlet and JSP/2-Servlet Basics I/servlet_basics1/samples_netbeans_deprecated/ServletExamples/nbproject/build-impl.xml:1045: The module has not been deployed. See the server log for details. " Any idea why I am getting such error message thanks J

[jpassion_web] LAB - 4007 (2.3) Build and run "hello_scope_session" project: - Opening a new window and values displayed are not as said in the tutorial

2013-12-04 Thread Joseph John
Hi I am doing LAB-4007 (2.3) I did run the program and after that I opened another browser window and tried to access "http://localhost:8084/scope_session/response";, I get the value as You live in Boston! Your age is 22! While in the tutorial it says that it should display "null" Ya , I u

[jpassion_web] Which topics I should refer , if I want to use plain POJO classes to interact with Database

2012-08-28 Thread Joseph John
Hi I want to try POJO to interact with database, without using Hibernate I would like to know, from training chapters which chapters should I refer, so that I get an understanding on how to do it thanks -- You received this message because you are subscribed to the Google Groups "JPassion.co

Re: [jpassion_web] Re: Want to store all the filed value of the database table to a Array

2012-08-27 Thread Joseph John
tters of the fields and make a List of > this class. This way it will be easy to manage the data. > > Thanks > Pankaj Jain > > > On Mon, Aug 27, 2012 at 5:48 PM, Joseph John wrote: > >> I am trying out this options now >> lsm.add(rs.getString

[jpassion_web] Re: Want to store all the filed value of the database table to a Array

2012-08-27 Thread Joseph John
I am trying out this options now lsm.add(rs.getString(1) + ","+ rs.getString(2)+ "," + rs.getString(3) + "," + rs.getString(4)+ "," + rs.getString(5)); On Monday, August 27, 2012 4:02:26 PM UTC+4, Joseph John wrote: > > Hi All > I am a novi

[jpassion_web] Want to store all the filed value of the database table to a Array

2012-08-27 Thread Joseph John
), rs.getString(3) to my arrayList 'lsm Guidance requested Thanks Joseph John -- You received this message because you are subscribed to the Google Groups "JPassion.com: Web Programming Basics" group. To view this discussion on the web visit https://groups.google.com/d/msg/jpas

[jpassion_web] "bookstore2" sample application,

2012-06-21 Thread Joseph John
Hi In the notes it says that bookstre2 , works with JSP, then why in Properties=> run, I am not seeing any jsp file reference thanks Joseph John -- You received this message because you are subscribed to the Google Groups "JPassion.com: Web Programming Basics" group. To view th

[jpassion_web] Want to understand about Listener

2012-06-21 Thread Joseph John
Hi I want to understand the listener in J2EE, I want advice on which topic I should refer for self study Thanks Joseph John -- You received this message because you are subscribed to the Google Groups "JPassion.com: Web Programming Basics" group. To view this discussion on the

Re: [jpassion_web] A forum would be a great idea

2012-06-20 Thread Joseph John
Joseph John On Wed, Jun 20, 2012 at 10:53 PM, Pankaj Sharma wrote: > Any specific reason? > > > On Wed, Jun 20, 2012 at 10:43 AM, Joseph John wrote: > >> Dear Sir >>A forum for the users for discussion would be a great idea, other than >> the maili

[jpassion_web] Re: When I run "jsp_bookstore" bookstore1, I am getting HTTP Status 404 - Servlet BookStoreServlet is not available

2012-06-20 Thread Joseph John
Ya, it was because of the database connectivity I have re-created the Database , with user apps and pass apps and it is working Thanks Joseph john On Wednesday, June 20, 2012 3:49:07 PM UTC+4, Joseph John wrote: > > Hi > When I run "jsp_bookstore" bookstore1, I am gett

[jpassion_web] When I run "jsp_bookstore" bookstore1, I am getting HTTP Status 404 - Servlet BookStoreServlet is not available

2012-06-20 Thread Joseph John
Hi When I run "jsp_bookstore" bookstore1, I am getting HTTP Status 404 - Servlet BookStoreServlet is not available HTTP Status 404 - Servlet BookStoreServlet is not available type Status report messageServlet BookStoreServlet is not available descriptionThe requested resource (Servlet BookStoreS

[jpassion_web] Re: JSTL2 assignment , errespective of the locale I select, it is not displaying in that language

2012-06-20 Thread Joseph John
HI Later I was able to solve it Thanks On Wednesday, June 20, 2012 12:26:39 PM UTC+4, Joseph John wrote: > > Hi >I am doing JSTL2 assignment, When I select other locale like > Germany,French,or Italy, it is not displaying , the value I had given in > Resource_xx.java

[jpassion_web] JSTL2 assignment , errespective of the locale I select, it is not displaying in that language

2012-06-20 Thread Joseph John
Hi I am doing JSTL2 assignment, When I select other locale like Germany,French,or Italy, it is not displaying , the value I had given in Resource_xx.java It is always displaying english Cannot find where I had gone wrong Advice needed thanks Joseph John http://www.meetup.com/EmiratesLoCo

[jpassion_web] A forum would be a great idea

2012-06-19 Thread Joseph John
Dear Sir A forum for the users for discussion would be a great idea, other than the mailing list. Thanks Joseph John -- You received this message because you are subscribed to the Google Groups "JPassion.com: Web Programming Basics" group. To view this discussion on the

[jpassion_web] JSP 2.0 Simple Tag Handler and Tag Files:- Getting errors Uncompilable source code - cannot find symbol symbol: class ServletContextAttributeListene

2012-04-03 Thread Joseph John
onListener.(SessionListener.java:41) ... 15 more I have used Tomcat 7and Glass Fish 3, in both cases I am getting the same error Guidance, Requested Thanks Joseph John -- You received this message because you are subscribed to the Google Groups "JPassion.com: Web Pro