[java ee programming] Re: Lab 4002 - Where are the servlets examples?

2009-02-12 Thread Raghavendra M
Those are the examples that come with the Tomcat installation. You should be able to see them if you have Tomcat. On Fri, Feb 13, 2009 at 1:36 AM, miga wrote: > > I'm trying to find the servlet example supposedly in Netbeans samples > web, but I cannot find it. > > Do I miss something? (Netbeans

[java ee programming] Re: Suggestions for the Group

2009-02-12 Thread Greenbean JavaEE
Hi All, I suggest that we adopt the home page format used by JavaIntro and Web Service group, all the links to admin questions are place at the top section of the home page for any new members to follow. The following is the cut/paste from JavaIntro group forum: *Welcome!* For the course home

[java ee programming] Re: Lab 4002 - Where are the servlets examples?

2009-02-12 Thread greenbean
I am using Netbeans 6.5, the ServletExamples is under Java Web/ ServletExample. greenbean --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, sen

[java ee programming] Re: Lab link is not working

2009-02-12 Thread chipadeedodah
Notice the segment title on the class page. JSP 1.2 Custom Tags - We are not covering this topic in this course I would like to see the material myself, as classic tags are part of the SCWCD exam. Regards...chip On Feb 12, 11:47 am, sunny wrote: > Online lab document: NetBeans IDE 5.0 Tuto

[java ee programming] Re: Lab 4002 - Where are the servlets examples?

2009-02-12 Thread Mick Timony
Look under "Samples" then "Java Web". On Thu, Feb 12, 2009 at 3:06 PM, miga wrote: > > I'm trying to find the servlet example supposedly in Netbeans samples > web, but I cannot find it. > > Do I miss something? (Netbeans 6.5). > > > > -- Mick Timony --- Ever tried. Ever failed. No matter. Try

[java ee programming] Re: Lab 4002 - Where are the servlets examples?

2009-02-12 Thread Priyanka Bhardwaj
Its under Samples->Web->Servlet Examples. When you click new project, a window appears to choose project from. Expand the Samples, then Web. Here you can see Servlet Exmaples in the Projects list. Hope this helps! Priya On Thu, Feb 12, 2009 at 1:06 PM, miga wrote: > > I'm trying to find the se

[java ee programming] Re: Lab 4002 - Where are the servlets examples?

2009-02-12 Thread miga
On 12 fév, 21:06, miga wrote: > I'm trying to find the servlet example supposedly in Netbeans samples > web, but I cannot find it. > > Do I miss something? (Netbeans 6.5). Reply to myself. Redownloading Netbeans 6.5 and the servlet examples appear when installing Tomcat. It might be worth indi

[java ee programming] Re: Suggestions for the Group

2009-02-12 Thread Mick Timony
I think we may be forgetting that many of the people on the list are probably new to programming, the Internet, and discussion lists, and aren't aware of the etiquette involved. For an oveview of discussion list etiquette see (some of this might be specific to Mozilla's forums, but most of the inf

[java ee programming] Lab 4002 - Where are the servlets examples?

2009-02-12 Thread miga
I'm trying to find the servlet example supposedly in Netbeans samples web, but I cannot find it. Do I miss something? (Netbeans 6.5). --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with

[java ee programming] Lab link is not working

2009-02-12 Thread sunny
Online lab document: NetBeans IDE 5.0 Tutorial for Tag Libraries The lab link for JSP 1.2 Custom Tags is not working --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[java ee programming] Re: Servlet Advanced Lab - Exercise 1

2009-02-12 Thread chipadeedodah
Also, the instructions state that Glassfish is used, but Tomcat is shown in the illustrations. HTTP monitoring is off by default for Glassfish, so you have to turn it on. Tools > Servers > GlassFish, then select Enable HTTP Monitor. On Feb 12, 11:01 am, chipadeedodah wrote: > When un-commentin

[java ee programming] How to add NetBeans plugin files

2009-02-12 Thread Mark Shen
Hi, I can not see the plugins in available list,how to copy the plgin files(*.nbm) like org-netbeans-libs-springframework.nbm to the available list. This is for spring Lab (4913).Thanks Mark --~--~-~--~~~---~--~~ You received this message because you are subscrib

[java ee programming] Servlet Advanced Lab - Exercise 1

2009-02-12 Thread chipadeedodah
When un-commenting the code, for exercise 1.9, it is necessary to add an import for java.util.Enumeration, to get a clean compile. Regards...chip --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Progr

[java ee programming] Re: THIS GROUP

2009-02-12 Thread nalinedirisinghe
Dear Marco Appreciate you regards Nalin On Feb 12, 4:57 pm, "Marco DeglInnocenti" wrote: > Dear All, >             as already broadcasted yesterday to everyone, this > google-group is not for solving installation issue with NetBeans or the > App-Servers. > > For this kind of problems you can

[java ee programming] Re: Suggestions for the Group

2009-02-12 Thread Natalia
Funny how easy people seem to find to suscribe and yet so hard to unsuscribe. Maybe to sign up for the course there should be a small form with some questions about the FAQ and maybe a little very basic Java. Seems incredible sometimes that someone that can't use google could attemp something lik

[java ee programming] Re: Suggestions for the Group

2009-02-12 Thread Artashes Hovasapyan
Well it could be done. But if there are people who are so lazy that they are asking the question straight away without doing even a 1 minute research on the Internet (thanks God we have something like Google), then I hardly believe that they are able to learn anything at all. The one who really wan

[java ee programming] Re: learning Java

2009-02-12 Thread dinesh
http://www.javapassion.com Register yourself to a course and follow the class. On Feb 10, 4:37 pm, carlos wrote: > I am interested in learning Java, and was wondering if anyone could > point me to a good project or resource where I can browse some > existing code. I am interested in a project th

[java ee programming] Re: Suggestions for the Group

2009-02-12 Thread Evans '
Hi Alan, A very big thank you for your email, but you I guarantee you that you will still see countless (useless) emails despite sending this email. Does it not beg the question whether people actually read and sometimes use their head (I don't mean to offend!)? I initially joined this class j

[java ee programming] Suggestions for the Group

2009-02-12 Thread AMurphy
Dear Group Users, - Kindly avoid asking vague questions like "please tell me how to program in Java" without having read the JavaTM EE (J2EE) Programming with Passion course notes. - In case you don't know, the complete JavaTM EE (J2EE) Programming with Passion course is available here http://

[java ee programming] Re: Installing Java Compiler and run time enviroment

2009-02-12 Thread Николай Улога
1. Please refer to installation instructions on http://java.sun.com 2. take your time to learn information on main page of the course, there are some usefull links and statements there. 3. Refer to Java programming with passion course on main site, and take care to post your messages to appropritat

[java ee programming] Installing Java Compiler and run time enviroment

2009-02-12 Thread Sanjay
Dear members, I am learning Java. I would like to install javac compiler and run time enviroment in my Computer. Please let me know the steps to run my first programme whether to download JDK or Classpath Set etc. Your anticipation will be highly appreciated. Thanks and Regards Sanjay --~--~-

[java ee programming] Re: SERVLET and JP

2009-02-12 Thread arbi nabil
okey ... thanks all for your help Regards Nabil 2009/2/11 varun sikka > Hi nabil, > > It is usually easy to handle the design and development separately when you > create the Servlet and jsp separately.. > > For eg. you create jsp for html designing and servlet for handling the > business logic.

[java ee programming] THIS GROUP

2009-02-12 Thread Marco DeglInnocenti
Dear All, as already broadcasted yesterday to everyone, this google-group is not for solving installation issue with NetBeans or the App-Servers. For this kind of problems you can always try to look for help somewhere else on the internet, you'll find tons of documentations and forums

[java ee programming] Re: SMS porting

2009-02-12 Thread Pravin Sinha
Forgot to mention: Though HTTP implementation might have looked simple steps, but it is not. As you may like to get the SMS. Delivery response, so to invoke a HTTP request from your web app and getting the response, you will basically need to implement a HTTP Client within your application. If y

[java ee programming] Re: SMS porting

2009-02-12 Thread Pravin Sinha
Hi Nicolas, 1st question is not clear to me as I am not sure what you are trying to do. 2nd question: For sms, it depends on the SMS gateway provider, which protocol they support. They may be supporting SMPP or HTTP or both. Now If both, then the choice is urs. If HTTP, then you need to get the

[java ee programming] SMS porting

2009-02-12 Thread nicholas ndegwa
Hi everyone i am curently building a telecomunications billing system and i have encountared some problems. 1) i dont know how to set which function should run first when you my EE system. i am using netbeans 6.1 and glasfish. 2) i dont know how to use the smsc library. are there any gurus on t

[java ee programming] Re: MCA Project

2009-02-12 Thread Suraj Yadav
Hi Rahul, In eatj.com you will find some sample email project, you can use that code in your project. Regards, Suraj On 2/12/09, Rahul Kumar wrote: > > > Dear All, > i am very happy to join all of you, hope so all of you are > fine, > friends i have prob, that is i have to submit

[java ee programming] Re: Support or Developement

2009-02-12 Thread Artashes Hovasapyan
I do!!! :-D On Wed, Feb 11, 2009 at 11:34 PM, Evans ' wrote: > > Wow, don't you just love this list? > > > -- > Evans > http://www.javawug.org > > -- > From: anouss...@hotmail.com > To: java-ee-j2ee-programming-with-passion@googlegroups.com > Subject: [java ee program

[java ee programming] MCA Project

2009-02-12 Thread Rahul Kumar
Dear All, i am very happy to join all of you, hope so all of you are fine, friends i have prob, that is i have to submit my life project of MCA, and i need help all of you, pls suggest me for the above. wat about email project in java. if any thing else pls suggest me. Thanks & Reg