Forum: JavaScript / DHTML / AJAX Sep 19th, 2007 |
| Replies: 2 Views: 2,082 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
[code] |
Forum: Java Jul 9th, 2007 |
| Replies: 1 Views: 800 you can get the Google API's here
http://code.google.com/apis/ |
Forum: JSP Jul 9th, 2007 |
| Replies: 1 Views: 1,705 Hi All,
I have sorted out the problem.
Thanks |
Forum: JSP Jul 4th, 2007 |
| Replies: 1 Views: 1,705 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... |
Forum: JSP Jun 7th, 2007 |
| Replies: 2 Views: 1,931 thanks Masijade for the reply.......i have solved the error......
i checked the error logs.....there were some problem compiling
while compiling the class..................i corrected those and now... |
Forum: JSP Jun 6th, 2007 |
| Replies: 2 Views: 1,931 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:... |
Forum: Troubleshooting Dead Machines May 26th, 2007 |
| Replies: 8 Views: 1,208 thanks Cguan for all your help..
let me tell you one funny thing now........
i am accessing my wireless without doing anything........
i know if i restart now...it wont work... |
Forum: Troubleshooting Dead Machines May 24th, 2007 |
| Replies: 8 Views: 1,208 Hi Cguan...in fact the right driver is getting installed.....i found two files were missing in my system 32...so i had put those files in my sys 32 and then did...but it did not help....then deleted... |
Forum: Troubleshooting Dead Machines May 21st, 2007 |
| Replies: 8 Views: 1,208 its Equium of Toshiba....i have got the drivers from the Toshiba as well as the Intel website but nothing worked. |
Forum: Troubleshooting Dead Machines May 19th, 2007 |
| Replies: 8 Views: 1,208 Hi cguan thanks for replying...i dont have the driver in my cd....it came alongwith laptop.
please help what to do? |
Forum: Troubleshooting Dead Machines May 18th, 2007 |
| Replies: 8 Views: 1,208 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... |
Forum: Community Introductions May 3rd, 2007 |
| Replies: 5 Views: 938 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... |
Forum: Community Introductions May 1st, 2007 |
| Replies: 2 Views: 751 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... |
Forum: JSP May 1st, 2007 |
| Replies: 2 Views: 1,584 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... |
Forum: JSP Apr 26th, 2007 |
| Replies: 26 Views: 7,602 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 |
Forum: JSP Apr 20th, 2007 |
| Replies: 11 Views: 26,127 |
Forum: JSP Apr 20th, 2007 |
| Replies: 11 Views: 26,127 yes you are right......u have to use sessions.......
retrieve the details wherever u like |
Forum: JSP Apr 20th, 2007 |
| Replies: 11 Views: 26,127 jsp s r actually servlets........they r compiled into servlets........member details u can keep in a db and then do the validation in your java/servlet ..... |
Forum: Java Apr 20th, 2007 |
| Replies: 3 Views: 2,737 u have to only provide what ip you want to connect to and the port number also |
Forum: JSP Apr 20th, 2007 |
| Replies: 11 Views: 26,127 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... |
Forum: JSP Apr 20th, 2007 |
| Replies: 4 Views: 3,162 hey...i am still not getting it
if i contemplate correctly.......
you are getting the data from html/jsp page....
then where do you print the table.......
elaborate it further....... |
Forum: JSP Apr 20th, 2007 |
| Replies: 4 Views: 2,796 |
Forum: Java Apr 20th, 2007 |
| Replies: 1 Views: 1,243 can you please paste the code? .....where you are exactly getting the error |
Forum: JSP Apr 20th, 2007 |
| Replies: 4 Views: 7,533 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 |
Forum: Java Apr 19th, 2007 |
| Replies: 4 Views: 991 thats it...or anything more you need?..plz mention that |
Forum: JSP Apr 19th, 2007 |
| Replies: 4 Views: 2,796 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.... |
Forum: JSP Apr 19th, 2007 |
| Replies: 4 Views: 3,162 What table is it.....Database table?...... |
Forum: Java Apr 18th, 2007 |
| Replies: 2 Views: 1,629 What kind of project you want to make.
I mean is it a stand alone or web based?. |