[java ee programming] Re: Clear cache

2009-11-03 Thread Rahul Kumar
Dear Friend, May i access hardware through JAVA code, if yes, how ? Thanks On Thu, Oct 29, 2009 at 8:05 PM, rasesh mori mori.rases...@gmail.comwrote: Hi friends, I want to clear browser cache through java code. Please help. -- rahul

[java ee programming] Wicket

2009-11-02 Thread Rafał Laczek
Hi, I must quite quickly to posses some knowledge on Wicket. In the course I cannot find any materials. Please advise me. Should I take advantage of following link? http://www.netbeans.org/kb/55/quickstart-wicket-in-netbeans.html Best regards, Rafal

[java ee programming] Re: jsf, managedbeans entity beans and DB

2009-11-02 Thread Divya S
Hi, I think...first create a JSF page...associate with a managed bean...and through the managed bean contact the session to execute queries which will make the needed changes in database. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[java ee programming] Re: How about scope of JAVA?

2009-11-01 Thread KamalaKannan
Hi Mihai/Thanooj, Am very much confused, because now there is less opening in Software concerns. So dont know what to do. Actually am from chennai in india, What skill sets or technology i've to learn to survive in this competitive world. Please assist me. Thanks and regards, KamalaKannan J.S

[java ee programming] Re: How about scope of JAVA?

2009-11-01 Thread Mihai DINCA
Hi Kamala, You know, I'm no profet! Noody knows what is the best investment in the twisted world we live. I heared some analyst on the TV yesterday saying that the current crisis was the smallest we could expect! Apparently there will be more and more crisis and deeper and deeper in the near

[java ee programming] Java Error:- XML Parsing Error: XML or text declaration not at start of entity

2009-11-01 Thread jitesh dundas
Hi friends, I am getting this error on doing a post(using the code below) to this url- http://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmedterm=cancerreldate=10 I have written this code in .jsp file. Later I will change it into servlet. Error:- XML Parsing Error: XML or text

[java ee programming] Refresh image in jsf

2009-11-01 Thread Zahari Palazov
Hi, I create a jsp page with jsf graphicImage tag on it. The source for the image is created from a servlet which renders a captcha image as a response. I want to add button which to recreate the image when I user click it. Can somebody give me an idea how this can be done ?

[java ee programming] Re: How about scope of JAVA?

2009-10-31 Thread Sumant
yes man Kamalakannan , Java Rocks, I started with Java Programmer as a career, still using Java as 10 Years Experienced Software Development Professional. get some job in Java and then see the scope for you as u gain experience in Java field. -Sumant Bangalore, INDIA On Sat, Oct 31, 2009 at

[java ee programming] Re: How about scope of JAVA?

2009-10-31 Thread Undisclosed-recipient
On Oct 30, 5:00 pm, Mihai DINCA mihai.di...@free.fr wrote: ... As a greybeard who lived through this history I have to correct some of your misstatements. I personally loved Pascal - a perfect programing language to be learned and to be used. It's limits were largely compensated by genial

[java ee programming] How about scope of JAVA?

2009-10-30 Thread KamalaKannan
Hi Friends, Am Kamalakannan being a MCA (Master of Computer Application) Graduate. I've to know which platform is better to choose in these days. Though i had did my project in J2ee, also interested in Java Technology. But some Software Engg confused me there is no life for JAVA People

[java ee programming] Re: How about scope of JAVA?

2009-10-30 Thread Mihai DINCA
Hi Kamala, It is very dificult to state what is the best technology in the world. For any possible answer there will still be someone to argue. However, Java is the most portable technology, is supported by major hardware manufacturers (Sun, IBM) and is used by a large community. Someone

[java ee programming] Re: How about scope of JAVA?

2009-10-30 Thread KamalaKannan
Hi Mihai, Thank you for your kind response. Some Software peoples threatens me that Java has no life, because they denoting that DOT NET C# tackles JAVA. So that only Sun Microsystem sells its Company to Oracle. What to do? Should i Believe this?. Waiting for Reply.. Thank you,

[java ee programming] Re: How about scope of JAVA?

2009-10-30 Thread Mihai DINCA
Hi Kamala Microsoft technologies are very good and supported by very good tools (the most user friendly Visual Studio), made by a company that lives from software, has a very good marketing and really wants to sell that good tools. Under the pressure of the market that largely embraced the

[java ee programming] Lab 4011( Netbeans IDE),breakpoint,HTTP Monitoring

2009-10-29 Thread Bindu Lakhanpal
Hi all, I am using IE8 and Netbeans 6.7.1 In Lab 4011( Netbeans IDE),I am having problem in Exercise 3: Debugging, JUnit testing, and HTTP monitoring. 1) I could create breakpoint(with pink shadow).But when I ran the program,it did not stop at break point and i got the

[java ee programming] Clear cache

2009-10-29 Thread rasesh mori
Hi friends, I want to clear browser cache through java code. Please help. --~--~-~--~~~---~--~~ 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] about LAB 4006

2009-10-29 Thread fernando pardo
Hello guys: I have a problem because i dont know how to begin the lab 4006 about the following that say: Create (and initialize) a Person object and save it as an attribute called person in the ServletContext scope object during application initialization. Must i replace the object customer

[java ee programming] Re: 4006- homework

2009-10-29 Thread rey barcelon
? *javax.el.PropertyNotFoundException: The class 'org.apache.taglibs.standard.examples.beans.Person' does not have the property 'name'* ** *Regards,* *Sujata* --- On *Thu, 22/10/09, derezone derez...@yahoo.com* wrote: From: derezone derez...@yahoo.com Subject: [java ee programming] Re: 4006- homework To: Java EE

[java ee programming] Re: 4003 - Forward to another page, middle.jsp

2009-10-28 Thread Simplex
This code works. Is it correct the code below to forward to another page?  %             String username = request.getParameter(username);             if ( username != null username.length() 0 ) {         %         jsp:forward page=middle.jsp             jsp:param name=myParameter

[java ee programming] Web Application Security: Is t here any log-out mechanism?‏

2009-10-27 Thread Susan Smith
Hello, I'm wondering if the web container (Glassfish) support some kind of log-out mechanism for the web applications run under it? Or is this something that need to be handled not by the containers? Can anyone give me some pointers? Thanks in advance for all the advice.

[java ee programming] Re: 4003 - Forward to another page, middle.jsp

2009-10-24 Thread rahul subbayya
not sure abt the read only property - you can try disabling the Inherit from Parent option on the folder, under Properties - Security - Advanced. the code in below email works well. was initially trying to do it using the setAttribute(), but i am sure using jsp:param is the better way to do it.

[java ee programming] no dates for a few items of the course

2009-10-23 Thread Eudis René Duarte Sanguino
hi I believe that the dates set for this course are very short and I don't see dates for some of the items, for example: a.. Web Core Technologies: Servlet and JSP a.. Web Application Structure (1 hour lecture + 1 hour lab) - (Sep. 8th, 2009) (homework #1) - tested with NetBeans 6.7.1

[java ee programming] Re: no dates for a few items of the course

2009-10-23 Thread miga
On Oct 23, 4:13 pm, Eudis René Duarte Sanguino rene.dua...@hotmail.com wrote: hi I believe that the dates set for this course are very short and I don't see dates for some of the items, for example: As explained on the course home page, the dates are only indicative. When there are no dates

[java ee programming] Lab 4006 - help

2009-10-23 Thread derezone
can someone help me my output is as follows: the last line has the title but no data response.jsp Page Hello, derez lusk Richard Montreal QC H3J 9R9 no home phone specified Mikita Chicago IL 65982

[java ee programming] Re: Filter logging order is out of sequence

2009-10-22 Thread Bins
Maybe because in mappings MyOwnFilter2 is mapped to servlets before MyOwnFilter. Sequence is decided by first the url-pattern then the servlet-name in the order they appear in filter-mapping. Try changing sequence in filter-mapping On Oct 21, 1:01 pm, peeter brunch peeterbru...@hotmail.com

[java ee programming] Re: problem with .war files being read only

2009-10-22 Thread Mihai DINCA
Hi Eric I don't have any idea. I don't have Vista. Maybe under Vista there are some more security constraints (the files in the archive were not created by the same user than the one who use them or something like that). Under XP too, I cannot understand why the Read-Only attribute returns

[java ee programming] LAB 4004

2009-10-22 Thread fernando pardo
Hello guys: i have a problem; i dont know in where file i have to add instructions ,and if is in response.jsp how and where i must enter the instructions.I remember you these must to put a box or a link that carry me to index.jsp. thanks a lot anyone help thanks

[java ee programming] Re: 4006- homework

2009-10-22 Thread derezone
I made a suggested change modiselle this code: in the init.java org.me.hello.Person person = new org.me.hello.Person(Derez,Lusk); sce.getServletContext().setAttribute(person, person); the error is that it cannot find the symbol - constructor Person() On Oct 21, 9:37 pm, derezone

[java ee programming] lab 4004

2009-10-22 Thread fernando pardo
hello: i already writed the instructions in html,but i run the response.file i obtain this wrong: Estado de HTTP 404 - -- *type* Informe de estado *Mensaje* *Descripción*El recurso solicitado () no se encuentra disponible. -- Sun

[java ee programming] Re: LAB 4004

2009-10-22 Thread Moria Shebsovich
ee programming] LAB 4004 Hello guys: i have a problem; i dont know in where file i have to add instructions ,and if is in response.jsp how and where i must enter the instructions.I remember you these must to put a box or a link that carry me to index.jsp. thanks a lot anyone help thanks

[java ee programming] Re: LAB 4004

2009-10-22 Thread marcos gomez
, 2009 9:36 AM To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] LAB 4004 Hello guys: i have a problem; i dont know in where file i have to add instructions ,and if is in response.jsp how and where i must enter the instructions.I remember you

[java ee programming] Filter logging order is out of sequence

2009-10-21 Thread peeter brunch
Hello, The order of the filters in the xml is defined in the following order: display-namehello2/display-name filter filter-nameMyOwnFilter/filter-name filter-classmypackage.MyOwnFilter/filter-class /filter filter filter-nameMyOwnFilter2/filter-name

[java ee programming] Re: Filter logging order is out of sequence

2009-10-21 Thread lwproactive
...@googlegroups.com] On Behalf Of peeter brunch Sent: Wednesday, October 21, 2009 4:01 PM To: j2ee passion Subject: [java ee programming] Filter logging order is out of sequence Hello, The order of the filters in the xml is defined in the following order: display-namehello2/display-name filter

[java ee programming] Re: help me please

2009-10-21 Thread hieu
What question do you have? Make sure you post it on the java-ee-j2ee-programming-with-passion@googlegroups.com, I will look at it when I am available. On Tue, Oct 20, 2009 at 6:41 PM, diego rangel ingsopor...@hotmail.comwrote: hello hieu: imagine that i received an email from the owner of the

[java ee programming] 4006- homework

2009-10-21 Thread derezone
I am not receiving the static first name , last name , can someone direct me in the right direction Person.java package org.me.hello; public class Person { public Name name; public Person(String firstName, String lastName) { name = new

[java ee programming] Re: help me please

2009-10-21 Thread diego_rangel_p
well... the all messages that I send not appear in my box.. thats all could you help me hieulu.. On 21 oct, 09:42, hieu hieulu...@gmail.com wrote: What question do you have? Make sure you post it on the java-ee-j2ee-programming-with-passion@googlegroups.com, I will look at it when I am

[java ee programming] Re: problem with .war files being read only

2009-10-21 Thread Eric Lonnett
Unfortunately, i seem to have another form of the problem... I initially thought that i had fixed the problem, but whenever i am trying to do the homework #3, and creating a middle.jsp file, within the hello1 lab sample, it is saying that the folders are read only when i go to creat the file, in

[java ee programming] Re: Unable to run Duke's Bookstore sample applications

2009-10-21 Thread miga
On Oct 21, 12:19 am, Chetana Shenoy chetan...@yahoo.com wrote: Hello everyone:      I am unable to run the Bookstore sample applications. I get the following exception on running it.  package javax.persistence does not exist         import javax.persistence.Entity; I am wondering if I

[java ee programming] Re: problem with .war files being read only

2009-10-21 Thread miga
On Oct 18, 7:47 pm, Eric Lonnett ericlonn...@gmail.com wrote: Hello, I am a little behind, but was able to do the homework/lab #1 successfully. I am now on the homework/lab #2, and this is only allowing me to read only the sample files in netbeans, Same problem with homework/lab #3. This

[java ee programming] Re: Have problem to run original project for LAB-4005

2009-10-20 Thread Susan Smith
Thanks, Eric. Derez Lusk (also from this group) suggested to make it NOT readable only. I tried yesterday and it works. Date: Mon, 19 Oct 2009 15:55:05 -0400 Subject: [java ee programming] Re: Have problem to run original project for LAB-4005 From: ericlonn...@gmail.com To: sn_

[java ee programming] Packages in Java...Need your help

2009-10-20 Thread M M
I have a java file named hello.java which is given below:- package haaa; class hello { public static void main(String [] args) { System.out.println(Hello); } } I am using Windows XP. In my system, CLASSPATH is set to E:\workspace \pkg\src. Initially, the

[java ee programming] Re: Packages in Java...Need your help

2009-10-20 Thread Aragon Benitez Sarai
de 2009 10:45 a.m. To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Packages in Java...Need your help I have a java file named hello.java which is given below:- package haaa; class hello { public static void main(String [] args

[java ee programming] Re: Packages in Java...Need your help

2009-10-20 Thread Steve Goodwin
-ee-j2ee-programming-with-passion@googlegroups.com Sent: Tuesday, October 20, 2009 11:45 AM Subject: [java ee programming] Packages in Java...Need your help I have a java file named hello.java which is given below:- package haaa; class hello { public static void main(String [] args

[java ee programming] Re: Packages in Java...Need your help

2009-10-20 Thread Mihai DINCA
Hi M M You can compile any .java file with javac. By default, the .class generated file is stored in the same directory as the original .java file. For e.g.: cd E:\workspace\pkg\src javac hellp.java ... or, with the same results: javac E:\workspace\pkg\src Both javac commands produce

[java ee programming] Unable to run Duke's Bookstore sample applications

2009-10-20 Thread Chetana Shenoy
Hello everyone: I am unable to run the Bookstore sample applications. I get the following exception on running it. package javax.persistence does not exist import javax.persistence.Entity; I am wondering if I have missed any libraries. I am running it on glassfish v3 and using

[java ee programming] Re: Packages in Java...Need your help

2009-10-20 Thread Sunil Namdev
set .; in classpath. Sunil On Tue, Oct 20, 2009 at 9:15 PM, M M eter...@gmail.com wrote: I have a java file named hello.java which is given below:- package haaa; class hello { public static void main(String [] args) { System.out.println(Hello); } }

[java ee programming] Re: Unable to run Duke's Bookstore sample applications

2009-10-20 Thread J P
I also got the same problem and then I tried to click on Open the Required projects in the properties of the project and it solved the problem.   --- On Tue, 10/20/09, Chetana Shenoy chetan...@yahoo.com wrote: From: Chetana Shenoy chetan...@yahoo.com Subject: [java ee programming] Unable

[java ee programming] Re: problem with .war files being read only

2009-10-19 Thread Mihai DINCA
Hi, I already had this problem, I think it comes from the zipping, extracting and copying files. Under Linux, just make sure that all the files in the project are owned by you (or your group), then cd to the project directory and chmod -R ug+rw * before opening the project in NetBeans. Hope

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-19 Thread peeter brunch
: [java ee programming] Re: HTTP monitor problem Lab-4011 Hi Peeter, Do you have some error messages in the output screen while compiling or executing? On my side I had an error message saying that the MonitorFilter class could not be found in the classpath. Do you have the same message? I think

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-19 Thread Mihai DINCA
Date: Fri, 16 Oct 2009 13:08:45 +0200 From: mihai.di...@free.fr To: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] Re: HTTP monitor problem Lab-4011 Hi Peeter, Do you have some error messages in the output screen while

[java ee programming] Regular Expressions in java

2009-10-19 Thread kkk
http://www.javaregex.com : Enables a java application or applet to compile and use perl5 regular expressions. It also provides tools to use the object-oriented capabilities of java to extend these expressions simple ways. In addition, it provides a special interface for globbing or matching file

[java ee programming] Have problem to run original project for LAB-4005

2009-10-19 Thread Susan Smith
Hello, I'm trying to build and run the hello2 project from LAB-4005. I download the zip files from javapassion website and got the following error message below. Can anyone give me pointer how to fix this problem? Thanks in advance for all the help

[java ee programming] Re: problem with .war files being read only

2009-10-19 Thread Eric Lonnett
Thanks for the answer. I am using windows vista though. On Mon, Oct 19, 2009 at 2:50 AM, Mihai DINCA mihai.di...@free.fr wrote: Hi, I already had this problem, I think it comes from the zipping, extracting and copying files. Under Linux, just make sure that all the files in the project

[java ee programming] Re: problem with .war files being read only

2009-10-19 Thread Mihai DINCA
Hi Eric You'll gonna laugh, but I got it under Windows (XP) too (some time ago with a zipped/unzipped project). Some files shown Read Only in the properties, but I could not change them using the graphic interface (they returned to Read Only). I succeeded using (DOS) command line: cd

[java ee programming] Re: Have problem to run original project for LAB-4005

2009-10-19 Thread Eric Lonnett
I had the same problem: In netbeans, go to Tools -- Options -- Miscellaneous -- Ant In the property window, type the following in: libs.CopyLibs.classpath=*[netbeans folder path to]* /org-netbeans-modules-java-j2seproject-copylibstask.jar You have to dig into the netbeans bin or library

[java ee programming] Problem running EJB3.0 Tutuorial application from netbeans site

2009-10-19 Thread Chetana Shenoy
Hi: I tried deploying and running EJB3.0 tutorial application from netbeans site given as additional resources in Sir Sang's advanced jee tutorial. The application is NewsApp from EJb3.o. I get the following error while running the app. Exception while invoking class

[java ee programming] Re: problem with .war files being read only

2009-10-19 Thread Eric Lonnett
Thanks a lot for everyone's help! It really is funny, because i merely had the property settings on the file folders and sub folders, set to read only. I guess that i get the stupid trophy! Oh well. On Mon, Oct 19, 2009 at 3:05 PM, Mihai DINCA mihai.di...@free.fr wrote: Hi Eric You'll gonna

[java ee programming] javamail api

2009-10-17 Thread ANUJ KUMAR
please some can tell me what is the problem with the code below %@ page import=java.text.*% %@ page import=java.util.*% %@ page import=javax.mail.*% %@ page import=javax.mail.internet.*% %@ page import=javax.activation.*% HTML head /head body % try { InternetAddress toAddress=new

[java ee programming] Re: javamail api

2009-10-17 Thread ANUJ KUMAR
it was givving domain not found as an error On Sat, Oct 17, 2009 at 7:33 PM, ANUJ KUMAR kumar.anuj...@gmail.com wrote: please some can tell me what is the problem with the code below %@ page import=java.text.*% %@ page import=java.util.*% %@ page import=javax.mail.*% %@ page

[java ee programming] LAB 4006 Expression Language

2009-10-17 Thread Mario Quiroz
Hi again I guess the last mail didin't arrive well. My problem is that I'm doing wrong the EL lab the next it's part of my code, since I ran the code it never shows anything. I tried printing only the name but nothing happens. Can anybody tell me what's wrong with my code?. Thnks. *Person

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-16 Thread peeter brunch
@googlegroups.com Subject: [java ee programming] Re: HTTP monitor problem Lab-4011 Hi, I had some problems too. Actions to do: -- Close the HTTP Server Monitor and HTTP Client monitor Windows -- Undeploy all applications from the application server -- Check the checkbox Enable HTTP Monitor in the server

[java ee programming] Re: java

2009-10-16 Thread baka...@gmail.com
You could read this blog entry to find out how to set java_home variables. http://www.cyberciti.biz/faq/linux-unix-set-java_home-path-variable/ Regards, Tomas J. ANUJ KUMAR wrote: I am getting this error what should i do? [r...@localhost bin]# ./startup.sh Neither the JAVA_HOME nor the

[java ee programming] Embedded vs Standalone

2009-10-16 Thread Amir Soheil Jazayeri
Hi, We want to start a web application and I wonder how to embedded web application or standalone web application? Thans --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Java EE (J2EE) Programming with Passion!

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-16 Thread Mihai DINCA
...@hotmail.com CC: java-ee-j2ee-programming-with-passion@googlegroups.com Subject: [java ee programming] Re: HTTP monitor problem Lab-4011 Hi, I had some problems too. Actions to do: -- Close the HTTP Server Monitor and HTTP Client monitor Windows -- Undeploy all applications from the application

[java ee programming] Re: MyHellowWeb variable definition conflict

2009-10-16 Thread Mihai DINCA
Hi, I think that NetBeans (in the 2nd screen) is unable to detect a statement like String foobar = nameeq or System.println( nameeq ) and so on, so it finds that the attribute this.nameeq gets a value but its value is never used, so it issues a warning. This warning doesn't stop the program

[java ee programming] using as define in Java

2009-10-15 Thread tedpottel
Hi I may have already posted this, but cannot find it. I’n using Ajax code, I have 3 different servers the php file is in, depending on what I’m debugging. I have the Jiffy server when debugging within eclipse, then I have my local Apache server, when I’m trying to debug the php code, and a

[java ee programming] Re: lab 4005

2009-10-15 Thread hieu
seconds) -- Date: Wed, 14 Oct 2009 09:13:51 -0700 Subject: [java ee programming] Re: lab 4005 From: hieulu...@gmail.com To: java-ee-j2ee-programming-with-passion@googlegroups.com Could you provide the content

[java ee programming] Re: using as define in Java

2009-10-15 Thread baka...@gmail.com
Hi, I am not sure but as far as I remember define option i C behaves like a text replace function so at the compilation time it replaces all defined items with it's value. I think in java there is not such a feature. But why don't you just play with the variable visibility. What if you made a

[java ee programming] java

2009-10-15 Thread ANUJ KUMAR
I am getting this error what should i do? [r...@localhost bin]# ./startup.sh Neither the JAVA_HOME nor the JRE_HOME environment variable is defined. At least one of these environment variable is needed to run this program. ThanksRegards Anuj Kumar

[java ee programming] Re: using as define in Java

2009-10-15 Thread James Boswell
-with-passion@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of tedpottel Sent: 15 October 2009 15:49 To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] using as define in Java Hi I may have already posted this, but cannot find

[java ee programming] homework 4005

2009-10-15 Thread diego rangel
asking the question: to Add another event handler Java source file called MyOwnEventListener that implements Http Session Attribute Listener. to do previous: can i add a file called MyOwnEventListener1.java?

[java ee programming] .homewk...(4005)

2009-10-15 Thread diego rangel
hello guys : i didnt understand what i had to do with in homeowrk 4005 . _ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[java ee programming] Re: lab 4005

2009-10-14 Thread hnguyen
Could you provide the content of the file: C:\Documents and Settings \diego rangel\Mis documentos\NetBeansProjects\hello2\src\java \MyOwnEventListener.java? On Oct 13, 2:05 pm, diego rangel ingsopor...@hotmail.com wrote: apreciated friends: i have the following error when i go the exercise

[java ee programming] Re: lab 4005

2009-10-14 Thread Moria Shebsovich
[mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of hnguyen Sent: Wednesday, October 14, 2009 9:14 AM To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Re: lab 4005 Could you provide the content of the file: C:\Documents and Settings \diego rangel\Mis

[java ee programming] Re: Production Enviroment

2009-10-13 Thread lucian
You could use Google AppEngine. Regards, Lucian On Oct 13, 1:12 am, Caleb Josue Ruiz Torres cav...@gmail.com wrote: Hello There all! ok, i just finished the hans-on-labs of the servlets theme but i want that my little cousin in Spain get some fun with this basic greeting servlet. how can

[java ee programming] Re: Help....

2009-10-13 Thread Kathleen Justice
Hi Shimaf, Here is a tutorial for Java in Netbeans, though it is for Netbeans 5.0, so some things may be a little different. http://cs.armstrong.edu/liang/intro5e/SupplementINetBeans.pdf  Alternatively, you could use the help within Netbeans. Hope this helps. -Kathleen - Forwarded

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-13 Thread Mihai DINCA
Hi, I had some problems too. Actions to do: -- Close the HTTP Server Monitor and HTTP Client monitor Windows -- Undeploy all applications from the application server -- Check the checkbox Enable HTTP Monitor in the server properties (as you did on page 5 of your .doc) -- Stop the server then

[java ee programming] How to design/generate tag cloud

2009-10-13 Thread raja sekhar
Hi friends, For my application I am planning to design/generate tag cloud in java.Can any one help me how to generate tag clouds using java. Thanks in Advance -- Raja. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[java ee programming] Re: Lab 4004

2009-10-13 Thread hnguyen
I don't think you need to pass the name back to the index page, but you need to provide a link or a button to be able to go back to the index page from response page. Also you need to change the scope to session instead of request. On Oct 12, 7:15 pm, derezone derez...@yahoo.com wrote: Hi    

[java ee programming] lab 4005

2009-10-13 Thread diego rangel
apreciated friends: i have the following error when i go the exercise that coresponds to the cicle life handlers an i run the myowneventlistener.java:(it correponds to the lab4005): C:\Documents and Settings\diego rangel\Mis

[java ee programming] Re: Socket Programming

2009-10-13 Thread archana c
Hi All, I have a problem with hibernate one to many mapping I am getting error Initial SessionFactory creation failed.org.hibernate.MappingException: entity class not found: Speaker even though I have specified the folder in class path and build path. Can anyone please help me?

[java ee programming] Re: Socket Programming

2009-10-13 Thread John Ip
Is the Speaker class in any package? If yes, are you using hbm file? If yes, you will need to specify the fully qualified class name in the mapping file. eg com.sun.Speaker archana c wrote: Hi All, I have a problem with hibernate one to many mapping I am getting error Initial

[java ee programming] JSP Basics: value Passion! (???)

2009-10-12 Thread Kathleen Justice
I'm working on the homework from JSP Basics, September 21st and it states that it shouldadd another String type parameter called  myparameter with value Passion! to the request object. I have a String type paramter called myparameter, but how do you give it the value Passion!? (I have

[java ee programming] Re: JSP Basics: value Passion! (???)

2009-10-12 Thread Kathleen Justice
...@yahoo.com wrote: From: Kathleen Justice kathleenmjust...@yahoo.com Subject: [java ee programming] JSP Basics: value Passion! (???) To: java-ee-j2ee-programming-with-passion@googlegroups.com Date: Monday, October 12, 2009, 1:30 PM I'm working on the homework from JSP Basics, September 21st

[java ee programming] Re: tomacat or Jboss

2009-10-12 Thread Mihai DINCA
Hi, I saw several messages passing concerning HTTP servers versus application servers. [* 1 *]. HTTP servers communicate responses to client requests over HTTP protocol. This protocol was initially conceived for exchanging documents and easily access bibliography (using hyperlinks) through

[java ee programming] Production Enviroment

2009-10-12 Thread Caleb Josue Ruiz Torres
Hello There all! ok, i just finished the hans-on-labs of the servlets theme but i want that my little cousin in Spain get some fun with this basic greeting servlet. how can i deploy a web app in internet and not only in the safe of my house (your house) take note that i want to use a free web

[java ee programming] Re: JSP Basics: value Passion! (???)

2009-10-12 Thread Kathleen Justice
Thanks everyone! I got it. -Kathleen From: Kathleen Justice kathleenmjust...@yahoo.com To: java-ee-j2ee-programming-with-passion@googlegroups.com Sent: Monday, October 12, 2009 3:28:11 PM Subject: [java ee programming] Re: JSP Basics: value Passion

[java ee programming] Lab 4004

2009-10-12 Thread derezone
Hi Can someone point me in the right direction ? Once the name is entered the response.jsp executes the following code jsp:useBean id=mybean scope=request class=org.me.hello.NameHandler / since the mybean has the value that was entered , can I save this in a string variable and pass it

[java ee programming] About Socket Programming

2009-10-12 Thread prasad khatavkar
Hi ALL, I have a problem- i have developed a server socket program that accepts multiple client connections, but my issue is when multiple clients connect simultaneously through multiple channels, if one client connection is accepted by the server socket connection if the other clients try to

[java ee programming] Re: Need a help...

2009-10-11 Thread James Boswell
@googlegroups.com [mailto:java-ee-j2ee-programming-with-pass...@googlegroups.com] On Behalf Of SantoshJ Sent: 09 October 2009 07:05 To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Need a help... Hi friends, I m writing small java code which will read the MS

[java ee programming] glassfish or apache

2009-10-11 Thread diego rangel
hello apreciated friends: i am in the j2ee basics course, but id like to know when must i work with the apache server? -when i must to download jboss or apache? -can i go working with glasfish? thanks a lot

[java ee programming] Re: glassfish or apache

2009-10-11 Thread miga
On Oct 11, 6:25 pm, diego rangel ingsopor...@hotmail.com wrote: hello apreciated friends: i am in the j2ee basics course, but id like to know when must i work with the apache server? -when i must to download jboss or apache? -can i go working with glasfish? I think this is mentioned in

[java ee programming] Re: Need a help...

2009-10-11 Thread vodkhang
Of SantoshJ Sent: 09 October 2009 07:05 To: Java EE (J2EE) Programming with Passion! Subject: [java ee programming] Need a help... Hi friends, I m writing small java code which will read the MS doc i.e. MS word (98-2003) format doc file. This file contains the one table of 10rows and 5

[java ee programming] Re: tomacat or Jboss

2009-10-11 Thread diegosouza.br
JBoss implements the whole Java EE Specification. It's not interesting to you if you are a beginner. On Oct 7, 7:17 pm, tedpottel tedpot...@gmail.com wrote: Hi, I was thinking about installin tomcat to do jsp pages and learn j2ee. If I understand it JBoss is tomcat and other stuff added to

[java ee programming] Reg : focus listener

2009-10-10 Thread santhosh kumar
 Hello, Is it possible to add focus listener to the JFrame or JScrollpane in java.If yes please let me know the way of approach. Add whatever you love to the Yahoo! India homepage. Try now! http://in.yahoo.com/trynew --~--~-~--~~~---~--~~ You received

[java ee programming] CONNECTING PROBLEM

2009-10-10 Thread Mahesh a
how to connect front end(jsp) and back end (mysql)? what is this library files? wat does it contain and how do we create this? any help would be appreciated, thank you... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[java ee programming] Re: CONNECTING PROBLEM

2009-10-10 Thread Fitrah Elly Firdaus
Mahesh a wrote: how to connect front end(jsp) and back end (mysql)? what is this library files? wat does it contain and how do we create this? any help would be appreciated, thank you... Using JDBC MySql Connector Library. For this, U can read README file in the package. Regards Firdaus

[java ee programming] Servlet run order

2009-10-08 Thread peeter brunch
Hi, When right click the Hello2 project node and select the Run command from NetBean IDE. How does the system knows it was the Greeting servlet that is the first servlet to be run? If I want some other default servlet to be run instead of the Greeting servlet, how such control can be

[java ee programming] Re: LAB 4005

2009-10-08 Thread Anand A. Parikh
, derezone derez...@yahoo.com wrote: From: derezone derez...@yahoo.com Subject: [java ee programming] LAB 4005 To: Java EE (J2EE) Programming with Passion! java-ee-j2ee-programming-with-passion@googlegroups.com Date: Wednesday, October 7, 2009, 11:19 PM For this homework •    Add another event

[java ee programming] Re: Servlet run order

2009-10-08 Thread Mihai DINCA
Hi, When you execute in the browser http://localhost:8080/Hello2;, the server looks for a welcome page defined in the web.xml file (see Pages folder or welcome-file-list xml entry). When you execute the application by RUNning the project from NetBeans, it may actually start by default the

[java ee programming] Re: LAB 4005

2009-10-08 Thread Victor
, October 08, 2009 6:29 AM To: Java EE (J2EE) Programming with Passion!; derez...@yahoo.com Subject: [java ee programming] Re: LAB 4005 When a session attribute is added/replaced/removed the methods will be called automatically. The homework asks you to add a session attribute in Greeting

<    6   7   8   9   10   11   12   13   14   15   >