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
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
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
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
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
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
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?
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