Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #3K
~3K People Reached

17 Posted Topics

Member Avatar for nisrin

Hi...you can JSP and Servlets or simple Java Classes as normal easy way. But i would sugeest you to have it done by using Struts......thats the best way out. You need require to establish connection each time in any of the above cases. Just have one Java class which will …

Member Avatar for javaAddict
0
1K
Member Avatar for tygerberg

What kind of project you want to make. I mean is it a stand alone or web based?.

Member Avatar for jeanfrg
0
137
Member Avatar for anastacia

you will tons of good books on JSP. Headfast is the best book in my view to learn from. java.sun.com has got nice tutorials on JSP

Member Avatar for raja baba
0
253
Member Avatar for saurav

Hi All, I have not got much expousre into JS.I have been trying to work Ajax with Java through DWR. I have a code like this <%@ taglib uri="/tags/spring-form" prefix="form" %> <body> <h6> Saurav </h6> <br> <h3>Aquofusion Testing</h3> <form:form commandName="contact"> <table> <tr> <td>Hey Saurav</td> <td><form:input path="firstName"/></td> </tr> <tr> <td><form:input path="lastName"/></td> …

Member Avatar for alpha_foobar
0
145
Member Avatar for aPPmaSTer
Member Avatar for saurav
0
84
Member Avatar for saurav

Hi All, I had developed a small app in Tomcat. But now i am migrating into Sun-one. I have deployed the app by making a war file through the deploy tool. But i am getting an error while parsing the web.xml file during running the app. org.apache.jasper.JasperException: File "/struts-bean" not …

Member Avatar for saurav
0
173
Member Avatar for saurav

Hi All, I am getting the below error when i am trying to run my app. I am sun one app server.I have deployed my classes and jsp using the deply tool. org.apache.jasper.JasperException: Unable to compile class for JSP No Java compiler was found to compile the generated source for …

Member Avatar for saurav
0
250
Member Avatar for saurav

Hi Guyz, I dont know where to post this....but i am having a very big problem with my wireless adapter. suddenly during working my connection got lost...i am able to connect thru ethernet. In device manager..my device manager is showing an excalamation mark over the network adapter with error code …

Member Avatar for saurav
0
91
Member Avatar for suigion

Hi, The name of the input type(here it is text box) of the jsp file goes as a request parameter.That parameter can be retrieved in your java program and can be used as a paramter for the JDBC call. <input type="text" name = requestname></input> cheers Cheers

Member Avatar for ~s.o.s~
0
81
Member Avatar for Awesome_chck

hey awesome.....great thought keep going......Kevin must be the luckiest one.....just select in what programming language u wud like to write the programme......c,c++,java etc.........as i am a java freak......i wud recommend java.......

Member Avatar for jbennet
1
94
Member Avatar for saurav

Hi All, I have been loitering around the forums for last three weeks........specially in Java and JSP forums. But neva come to this forum.So, let me introduce myself. I am Saurav........i am in UK now.........i have been in software development for past 22 months. I want to learn new things …

Member Avatar for christina>you
0
50
Member Avatar for push

application scope is used when u want to keep the variable for the whole lifetime of the application. taglibs are library of tags that you can use in your JSP. There is a default library for JSP. But custom libraries can also be made. The custom tags are powerful means …

Member Avatar for rgtaylor
0
106
Member Avatar for rp_amar
Member Avatar for npriya_it
Member Avatar for tmv105

Hi, the best possible way in my view is to create a VO. A VO containes getter-setter for all the fields which you want to display or store. then while(rs.next()) { // Initialize a VO //put all the columns in the VO // put the VO in any collection ...i …

Member Avatar for jwenting
0
137
Member Avatar for spacecowboy123
Member Avatar for saurav
0
82
Member Avatar for jonbc86
Member Avatar for jonbc86
0
88

The End.