[java ee programming] Lab-4016 BookDAO source file is different than in lecture file

2009-01-26 Thread dzgaga
I'm trying to get a little head start on the upcoming class and I noticed that in Lab-4016 you show:' public BookDBAO() throws Exception { try { Context initCtx = new InitialContext(); Context envCtx = (Context) initCtx.lookup(java:comp/ env);

[java ee programming] Important and Urgent!!!

2009-01-26 Thread rajesh sawant
Hello Sang Shin,   Please update J2EE course web site with some comments/images so that all memebers will get intimation about exercise and homework. Many members including me, who was enrolled from last season are seeking for updated stuff so they will get help while completing course ASAP  

[java ee programming] Re: J2EE - legacy system

2009-01-26 Thread Artashes Hovasapyan
Hi, Try using Mule ESB or Java CAPS. -- Regards, Artashes Hovasapyan On Fri, Jan 23, 2009 at 7:58 PM, Mike Jamer mike.ja...@marinerpartners.comwrote: Hey Guys, I guess this is a question mostly out of general interest. I have a desire to attempt to interact with a legacy system

[java ee programming] Re: Important and Urgent!!!

2009-01-26 Thread Sang Shin
rajesh sawant wrote: Hello Sang Shin, Please update J2EE course web site with some comments/images so that all memebers will get intimation about exercise and homework. Many members including me, who was enrolled from last season are seeking for updated stuff so they will get help

[java ee programming] Re: Important and Urgent!!!

2009-01-26 Thread Evans Anyokwu
Rajesh, Please remember that this is a voluntary class, as such, refrain from flagging any message as Urgent. If you think its too urgent for you and can't wait till Sang updates anything in his own time, I would suggest you 'Urgently' enrol in a local college. That way, you won't have to

[java ee programming]

2009-01-26 Thread Naga Puttagunta
--~--~-~--~~~---~--~~ 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 from this

[java ee programming] Re: [java ee programming]How to fix imports in NetBeans

2009-01-26 Thread Evans '
Hi Jenny, See if this helps. http://www.netbeans.org/kb/articles/netbeans-hacks-1.html#Fix-Import -Evans http://www.javawug.org Date: Mon, 26 Jan 2009 07:37:15 -0800 Subject: [java ee programming] [java ee programming]How to fix imports in NetBeans From: jinghui...@gmail.com To:

[java ee programming] Re: Hi

2009-01-26 Thread Artashes Hovasapyan
Please see course FAQ - http://www.javapassion.com/coursefaq.html -- Regards, Artashes Hovasapyan On Thu, Jan 22, 2009 at 2:13 AM, zaghman zagh...@gmail.com wrote: Hi All, Anybody know where i get register for this course? -- Regards, Artashes Hovasapyan

[java ee programming] RE:

2009-01-26 Thread Ricardo Antunes
You must wrap the InputStream with a try catch statement. E.g. try { InputStream ... }catch(IOException e) {} Date: Sat, 24 Jan 2009 08:33:58 -0800 From: pranavfam...@yahoo.com To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: Hi, I am very new to java programming. I

[java ee programming] Re: Need help on J2EE Application

2009-01-26 Thread Nachiket Patel
Hello Guys, What ever ankit telling is correct, But i want to know, (To Ankit) why you are suggesting comma separated values in field?? Isn't it appropriate to use another table which has Page Name (or Page Id) and corrspondign user id? So it will be very simple to handle and most importantly easy

[java ee programming] Re:

2009-01-26 Thread Vasile Braileanu
Hi, Every time when you see must be caught or declared to be thrown you have two choices: Catch the exception on throw it back to the calling function. Look here http://java.sun.com/j2se/1.4.2/docs/api/java/io/FileInputStream.html#FileInputStream(java.lang.String) The text: throws

[java ee programming] Re:

2009-01-26 Thread Manjula Srinivas
Check if the file exists. hope this helps. On Sat, Jan 24, 2009 at 8:33 AM, Tamilselvi Abbuekambaram pranavfam...@yahoo.com wrote: Hi, I am very new to java programming. I am writing a simple java program ing NetBeans IDE 6.5. I am trying to create an object of FileInputStream class but

[java ee programming] Re:

2009-01-26 Thread adrianteh
also check if myProp2.txt created in workspace folder? hope this helps --~--~-~--~~~---~--~~ 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 programming] Re:

2009-01-26 Thread adrianteh
also check if myProp2.txt is created or exists in workspace folder hope this helps On Jan 25, 3:33 am, Tamilselvi Abbuekambaram pranavfam...@yahoo.com wrote: Hi, I am very new to java programming. I am writing a simple java program ing NetBeans IDE 6.5.  I am trying to create an object of