[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 ever

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

2009-10-12 Thread Kathleen Justice
Below is the index.jsp that I modified. It has "myparameter". I just don't see where to put "Passion!" for the value.     Hello             Hello, my name is Duke. My hobby is Golf. I am American. What are your name, hobby and nationality?              

[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 tex

[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 ho

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

2009-10-12 Thread Kathleen Justice
Thanks everyone! I got it. -Kathleen From: Kathleen Justice 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! (???) Below is the index.jsp that I m

[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 since the "mybean" has the value that was entered , can I save this in a string variable and pass it back to the index.jsp ? syntax for this or can I use getProperty f

[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 conn

[java ee programming] 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 conne