[java ee programming] Re: SERVLET and JP

2009-02-10 Thread FARRUKH KHAN
Hi When i tried to run myfirstwebapp, i got the following error Authentication of GlassFish V2 failed with message invalid username for password what would i do thanks Farrukh Date: Wed, 11 Feb 2009 10:31:47 +0530 From: pks_chen...@yahoo.com Subject: [java ee progra

[java ee programming] Re: SERVLET and JP

2009-02-10 Thread Pravin Sinha
Adding to what Artashes already told. This translation, compilation and instantiation of the servlet is done by the container itself. -Pravin --- On Tue, 10/2/09, Artashes Hovasapyan wrote: From: Artashes Hovasapyan Subject: [java ee programming] Re: SERVLET and JP To: arbi.na...@gmail.com Cc:

[java ee programming] Re: Intro to java with passion course

2009-02-10 Thread Pravin Sinha
Saheed, This course is no where intended for SCJP. This ee version and scjp is about se version of java. Pravin --- On Tue, 10/2/09, shahid kaleem wrote: From: shahid kaleem Subject: [java ee programming] Intro to java with passion course To: java-ee-j2ee-programming-with-passion@googlegroups

[java ee programming] Re: Java Certification

2009-02-10 Thread sachin misurkar
SCJP by KHALID Mughal is also good On Wed, Feb 11, 2009 at 9:58 AM, Gaurav Verma wrote: > Try with head first java. > -- > > *From:* java-ee-j2ee-programming-with-passion@googlegroups.com [mailto: > java-ee-j2ee-programming-with-pass...@googlegroups.com] *On Behalf O

[java ee programming] Question

2009-02-10 Thread Chase Hainsworth
How much Java do you think I would need to know to manage and add to aMMORPG created in Java? What other experience do you think I'd need? P.S. Believe me or not, I'm a super-techy 12 year-old trying to learn Java. ~Life is but a grain of sand on an endless beach~ --~--~-~--~-

[java ee programming] Re: Java Certification

2009-02-10 Thread Gaurav Verma
Try with head first java. From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of Rajagopalan B Sent: Wednesday, February 11, 2009 9:18 AM To: petermilleniu...@gmail.com Cc: java-ee-

[java ee programming] Re: Java Certification

2009-02-10 Thread Rajagopalan B
Hi, SCJP by Kathy Sierra and Bert Bates is a good book. -- With best wishes, Rajagopalan B On Wed, Feb 11, 2009 at 1:16 AM, Pedro Guevara wrote: > > Hi all, > > Could anyone please recommend books to read in order to get java > certification for Java EE? > > Any help would be apreciated. > >

[java ee programming] Re: Getting NetBeans 6.5 to show JEE javadoc

2009-02-10 Thread Kristanto Oetomo
It turns out that I'm using GlassFish V3 Prelude which doesn't have a Sources, Javadoc tab on the NetBeans. I could open up the JEE API fine with GlassFish V2 as api doc tab is available on the server tab. I saw a post by Vince Kraemer saying that this will be a feature they are looking at in the

[java ee programming] Re: SERVLET and JP

2009-02-10 Thread Artashes Hovasapyan
When your JSP page is about to serve the request it is first translated into Servlet code, then compiled and finally run. So you'll always have one Servlet per JSP page. -- Regards, Artashes Hovasapyan On Tue, Feb 10, 2009 at 8:04 PM, arbi nabil wrote: > Hi all > Hope u're doing well... > I ju

[java ee programming] Unsubcribe please

2009-02-10 Thread vidhya sriram
--~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googlegroups.com To unsubscribe

[java ee programming] Intro to java with passion course

2009-02-10 Thread shahid kaleem
Hi   I am new to this course. I wonder after completing this course will we able to sit in SCJP exam or do we need more study? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming wit

[java ee programming] Java Certification

2009-02-10 Thread Pedro Guevara
Hi all, Could anyone please recommend books to read in order to get java certification for Java EE? Any help would be apreciated. Pedro Guevara --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Progr

[java ee programming] Re: unsubscribe from this group

2009-02-10 Thread Seelam, Sandhya
unsubscribe from this group please! -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of Leandro Tapia Vicentelo Sent: Tuesday, February 10, 2009 2:33 PM To: java-ee-j2ee-programming-

[java ee programming] Re: Trouble Downloading JDK and Netbeans

2009-02-10 Thread Ken
Alan, No it's not a stupid question and that's exactly what I didn't do. I realized it after I sent the email out so I apologize to all for my oversight. Regards, -Ken -Original Message- From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-w

[java ee programming] unsubscribe from this group

2009-02-10 Thread Leandro Tapia Vicentelo
unsubscribe from this group please! 2009/2/10 Atul Suri > 1) Get/Download the API Docs > 2) Set the path of docs in NetBeans. Go to tools->Java Platforms -> java > version and select the docs tab and click browse to set the path to the api > docs.' > > > > > On Tue, Feb 10, 2009 at 3:35 AM, Kr

[java ee programming] SERVLET and JP

2009-02-10 Thread arbi nabil
Hi all Hope u're doing well... I just want to know if in a J2EE application, is it necessary to create a jsp for each servlet on the web server... ? i was reading *"The Java EETutorial For Sun Java System Application Server 9.1"* and i found that for each servlet they created a jsp file... Thanks a

[java ee programming] Re: Trouble Downloading JDK and Netbeans

2009-02-10 Thread Darío Alvarez
And just in case you did install it, is THAT the folder you installed to? I ask because your screenshot talks about C:\Program Files\Java while there's usually another folder, with the name-version of the SDK, where the actual installation resides. Something like (in my case) C:\Program Fi

[java ee programming] Re: Trouble Downloading JDK and Netbeans

2009-02-10 Thread AMurphy
This may be a stupid question, but did you install the jdk after downloading? Thanks, Alan "Ken" Sent by: java-ee-j2ee-programming-with-passion@googlegroups.com 10/02/2009 18:37 Please respond to kwfe...@charter.net To cc Subject [java ee programming] Trouble Downloading JDK and Netbe

[java ee programming] Re: Need some idea of how to use spring in MDB which need to be deployed to WAS v6

2009-02-10 Thread Anil
you can start your investigation from AbstractJmsMessageDrivenBean class. On Mon, Feb 9, 2009 at 5:10 AM, Lee wrote: > Hi: > > I need to create a MDB project uses Spring Framework, which can be deploy > the WASv6. I am using RAD to develop the project. I have few problems. > > > > My problem is

[java ee programming] Re: getAttribute method

2009-02-10 Thread dinesh
getAttribute() can be used both in session and in context based on your scope of usage. For instance, if you want to bind the value 'Google' with an attribute 'name' THis is what we would do... session.setAttribute("name" , "Google"); //Here the String object 'Google' is set with a key string 'nam

[java ee programming] Re: Create war-file with unpacked jar files

2009-02-10 Thread Majeed, Atif
You can use Maven War plugin. See the documentation/example here http://maven.apache.org/plugins/maven-war-plugin/ This link lists available Maven plugins: http://maven.apache.org/plugins/index.html Atif From: java-ee-j2ee-programming-with-passion@googlegroup

[java ee programming] Getting NetBeans 6.5 to show JEE javadoc

2009-02-10 Thread Kristanto Oetomo
Hi All I am having an issue showing the JEE javadoc on NetBeans 6.5 (section 1.3 of Servlet Basic Hands-on lab). Is anyone successful in doing so? I get the following message: Javadoc not found. Either Javadoc documentation for this item does not exist or you have not added specified Javadoc in

[java ee programming] Re: tomcat web problem

2009-02-10 Thread Mehmet DURDUDİLER
ok,i've removed Tomcat on Netbeans and i've added again... it works now... thanks a lot.. On Tue, Feb 10, 2009 at 12:31 PM, Pravin Sinha wrote: > Which version of Tomcat are you using? Are you using the Tomcat which comes > by default with Netbeans or you have attached it to Netbeans youself. > >

[java ee programming] Re: tomcat web problem

2009-02-10 Thread Pravin Sinha
Which version of Tomcat are you using? Are you using the Tomcat which comes by default with Netbeans or you have attached it to Netbeans youself. Are you sure you haven't changed anything in your JSP file? Try to do a clean & build and a undeploy and deploy. Pravin --- On Tue, 10/2/09, Mehmet D

[java ee programming] Re: getAttribute method

2009-02-10 Thread Artashes Hovasapyan
Well, this entirely depends on you. You can, say, create database connection object of type java.sql.Connection via event listeners mechanism and set it on servlet context via setAttribute() method and name it "myDbConnection". Then in your servlet you can get it from servlet context and cast it to

[java ee programming] Re: tomcat web problem

2009-02-10 Thread Pravin Sinha
could you please provide server log.   Pravin --- On Tue, 10/2/09, Mehmet DURDUDİLER wrote: From: Mehmet DURDUDİLER Subject: [java ee programming] tomcat web problem To: java-ee-j2ee-programming-with-passion@googlegroups.com Date: Tuesday, 10 February, 2009, 12:15 AM Hi, i have a problem an

[java ee programming] Reloading spring configuration file without restarting the servlet container

2009-02-10 Thread lekan okejimi
Is it possible to reload/refresh spring configuration file without restarting the servlet container? am looking at another solution other than the use of javarebel --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java

RE: Re_new: [java ee programming] Project Title Suggestions

2009-02-10 Thread Pravin Sinha
Hi Gaurav, For AJAX you can easily find multiple resource on net. JavaPassion itself has a AJAX course. I am sure the slides will really be helpful to understand AJAX. You can have a look at even this for basics: http://www.w3schools.com/Ajax/Default.Asp Once you understand the AJAX, I would sug

[java ee programming] Re: servlet uploader by doPut() method

2009-02-10 Thread Marco . DeglInnocenti
Hi Anas, a web application is supposed to answer incoming requests from its clients. Usually the client send a request in terms of GET or POST http messages. The GET is supposed to let the client retrieve a remote resource (usually a file of whatever type [html, jpg, doc, ...]). The PO

RE: Re_new: [java ee programming] Project Title Suggestions

2009-02-10 Thread Gaurav Verma
Hi Pravin, Can you give me some reference tutorial Ajax for beginner . From: java-ee-j2ee-programming-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of Pravin Sinha Sent: Tuesday, Febr